#4947DC

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

Shades of Free Speech Blue #4947DC

Tints of Free Speech Blue #4947DC

Color information

#4947DC (or 0x4947DC) is unknown color: approx Free Speech Blue. HEX triplet: 49, 47 and DC. RGB value is (73,71,220). Sum of RGB (Red+Green+Blue) = 73+71+220=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #4947DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4947DC is #B6B823. Grayscale: #575757. Windows color (decimal): -11974692 or 14436169. OLE color: 14436169.

HSL color Cylindrical-coordinate representation of color #4947DC: hue angle of 240.81º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4947DC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7371220-
CMYK0.670.6800.14
HSL240.81º68.04%57.06%-
HSV(B)240.81º67.73%86.27%-
XYZ17.9211.0968.91-
YUV88.58202.16116.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 220 (86.33% from 255) = 60.44%
R=20.05%
G=19.51%
B=60.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73712200.670.6800.14240.8168.0457.06
Hex4947DC43440Ef14439
Octal11110733410310401636110471
Binary10010011000111110111001000011100010001110111100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4947DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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