#475AB6

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

Shades of Free Speech Blue #475AB6

Tints of Free Speech Blue #475AB6

Color information

#475AB6 (or 0x475AB6) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5A and B6. RGB value is (71,90,182). Sum of RGB (Red+Green+Blue) = 71+90+182=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #475AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475AB6 is #B8A549. Grayscale: #5E5E5E. Windows color (decimal): -12100938 or 11950663. OLE color: 11950663.

HSL color Cylindrical-coordinate representation of color #475AB6: hue angle of 229.73º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #475AB6 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7190182-
CMYK0.610.5100.29
HSL229.73º43.87%49.61%-
HSV(B)229.73º60.99%71.37%-
XYZ14.712.0345.8-
YUV94.81177.21111.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 182 (71.48% from 255) = 53.06%
R=20.70%
G=26.24%
B=53.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71901820.610.5100.29229.7343.8749.61
Hex475AB63D3301De62c32
Octal10713226675630353465462
Binary100011110110101011011011110111001101110111100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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