#4947CF

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

Shades of Free Speech Blue #4947CF

Tints of Free Speech Blue #4947CF

Color information

#4947CF (or 0x4947CF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 47 and CF. RGB value is (73,71,207). Sum of RGB (Red+Green+Blue) = 73+71+207=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #4947CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4947CF is #B6B830. Grayscale: #565656. Windows color (decimal): -11974705 or 13584201. OLE color: 13584201.

HSL color Cylindrical-coordinate representation of color #4947CF: hue angle of 240.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4947CF is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7371207-
CMYK0.650.6600.19
HSL240.88º58.62%54.51%-
HSV(B)240.88º65.7%81.18%-
XYZ16.2610.4360.19-
YUV87.1195.66117.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 207 (81.25% from 255) = 58.97%
R=20.80%
G=20.23%
B=58.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73712070.650.6600.19240.8858.6254.51
Hex4947CF4142013f13b37
Octal1111073171011020233617367
Binary10010011000111110011111000001100001001001111110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4947CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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