#4947CB

Color #4947CB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4947CB

Tints of Free Speech Blue #4947CB

Color information

#4947CB (or 0x4947CB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 47 and CB. RGB value is (73,71,203). Sum of RGB (Red+Green+Blue) = 73+71+203=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #4947CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4947CB is #B6B834. Grayscale: #565656. Windows color (decimal): -11974709 or 13322057. OLE color: 13322057.

HSL color Cylindrical-coordinate representation of color #4947CB: hue angle of 240.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4947CB is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7371203-
CMYK0.640.6500.20
HSL240.91º55.93%53.73%-
HSV(B)240.91º65.02%79.61%-
XYZ15.7810.2357.64-
YUV86.65193.66118.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 203 (79.69% from 255) = 58.50%
R=21.04%
G=20.46%
B=58.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73712030.640.6500.20240.9155.9353.73
Hex4947CB4041014f13836
Octal1111073131001010243617066
Binary10010011000111110010111000000100000101010011110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4947CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4947CB; }

 p { color: rgb(73,71,203); }

 H1.HeaderClassName
 {
   color: #4947CB;
 }
 .AnyTagClassName
 {
   color: #4947CB;
 }
</style>
background-color css

<style>
 a { background-color: #4947CB; }

 a { background-color: rgb(73,71,203); }

 div.DivClassName
 {
   background-color: #4947CB;
 }
 .BgClassName
 {
   background-color: #4947CB;
 }
</style>
border-color css

<style>
 span { border-color: #4947CB; }

 span { border-color: rgb(73,71,203); }

 td.TdClassName
 {
   border-color: #4947CB;
 }
 .TagClassName
 {
   border-color: #4947CB;
 }
</style>