#474DD8

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

Shades of Free Speech Blue #474DD8

Tints of Free Speech Blue #474DD8

Color information

#474DD8 (or 0x474DD8) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4D and D8. RGB value is (71,77,216). Sum of RGB (Red+Green+Blue) = 71+77+216=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #474DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DD8 is #B8B227. Grayscale: #5A5A5A. Windows color (decimal): -12104232 or 14175559. OLE color: 14175559.

HSL color Cylindrical-coordinate representation of color #474DD8: hue angle of 237.52º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474DD8 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7177216-
CMYK0.670.6400.15
HSL237.52º65.02%56.27%-
HSV(B)237.52º67.13%84.71%-
XYZ17.6511.6166.28-
YUV91.05198.51113.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 216 (84.77% from 255) = 59.34%
R=19.51%
G=21.15%
B=59.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal71772160.670.6400.15237.5265.0256.27
Hex474DD843400Fee4138
Octal10711533010310001735610170
Binary10001111001101110110001000011100000001111111011101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474DD8; }

 p { color: rgb(71,77,216); }

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

<style>
 a { background-color: #474DD8; }

 a { background-color: rgb(71,77,216); }

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

<style>
 span { border-color: #474DD8; }

 span { border-color: rgb(71,77,216); }

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