#475AD2

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

Shades of Free Speech Blue #475AD2

Tints of Free Speech Blue #475AD2

Color information

#475AD2 (or 0x475AD2) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5A and D2. RGB value is (71,90,210). Sum of RGB (Red+Green+Blue) = 71+90+210=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #475AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475AD2 is #B8A52D. Grayscale: #616161. Windows color (decimal): -12100910 or 13785671. OLE color: 13785671.

HSL color Cylindrical-coordinate representation of color #475AD2: hue angle of 231.8º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #475AD2 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7190210-
CMYK0.660.5700.18
HSL231.8º60.7%55.1%-
HSV(B)231.8º66.19%82.35%-
XYZ17.8913.3162.6-
YUV98191.21108.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 210 (82.42% from 255) = 56.60%
R=19.14%
G=24.26%
B=56.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71902100.660.5700.18231.860.755.1
Hex475AD24239012e83d37
Octal107132322102710223507567
Binary1000111101101011010010100001011100101001011101000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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