#475AD4

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

Shades of Free Speech Blue #475AD4

Tints of Free Speech Blue #475AD4

Color information

#475AD4 (or 0x475AD4) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5A and D4. RGB value is (71,90,212). Sum of RGB (Red+Green+Blue) = 71+90+212=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 212 (83.20% from 255 or 56.84% from 373); Max value from RGB is 212 - color contains mainly: blue. Hex color #475AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475AD4 is #B8A52B. Grayscale: #616161. Windows color (decimal): -12100908 or 13916743. OLE color: 13916743.

HSL color Cylindrical-coordinate representation of color #475AD4: hue angle of 231.91º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #475AD4 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7190212-
CMYK0.670.5800.17
HSL231.91º62.11%55.49%-
HSV(B)231.91º66.51%83.14%-
XYZ18.1413.4163.92-
YUV98.23192.21108.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.03%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 212 (83.20% from 255) = 56.84%
R=19.03%
G=24.13%
B=56.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal71902120.670.5800.17231.9162.1155.49
Hex475AD4433A011e83e37
Octal107132324103720213507667
Binary1000111101101011010100100001111101001000111101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475AD4; }

 p { color: rgb(71,90,212); }

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

<style>
 a { background-color: #475AD4; }

 a { background-color: rgb(71,90,212); }

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

<style>
 span { border-color: #475AD4; }

 span { border-color: rgb(71,90,212); }

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