#474BD8

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

Shades of Free Speech Blue #474BD8

Tints of Free Speech Blue #474BD8

Color information

#474BD8 (or 0x474BD8) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4B and D8. RGB value is (71,75,216). Sum of RGB (Red+Green+Blue) = 71+75+216=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #474BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BD8 is #B8B427. Grayscale: #595959. Windows color (decimal): -12104744 or 14175047. OLE color: 14175047.

HSL color Cylindrical-coordinate representation of color #474BD8: hue angle of 238.34º 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 #474BD8 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7175216-
CMYK0.670.6500.15
HSL238.34º65.02%56.27%-
HSV(B)238.34º67.13%84.71%-
XYZ17.5111.3366.23-
YUV89.88199.17114.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 216 (84.77% from 255) = 59.67%
R=19.61%
G=20.72%
B=59.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal71752160.670.6500.15238.3465.0256.27
Hex474BD843410Fee4138
Octal10711333010310101735610170
Binary10001111001011110110001000011100000101111111011101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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