#475AAF

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

Shades of Free Speech Blue #475AAF

Tints of Free Speech Blue #475AAF

Color information

#475AAF (or 0x475AAF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5A and AF. RGB value is (71,90,175). Sum of RGB (Red+Green+Blue) = 71+90+175=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #475AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475AAF is #B8A550. Grayscale: #5D5D5D. Windows color (decimal): -12100945 or 11491911. OLE color: 11491911.

HSL color Cylindrical-coordinate representation of color #475AAF: hue angle of 229.04º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #475AAF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7190175-
CMYK0.590.4900.31
HSL229.04º42.28%48.24%-
HSV(B)229.04º59.43%68.63%-
XYZ13.9911.7542.09-
YUV94.01173.71111.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 175 (68.75% from 255) = 52.08%
R=21.13%
G=26.79%
B=52.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71901750.590.4900.31229.0442.2848.24
Hex475AAF3B3101Fe52a30
Octal10713225773610373455260
Binary100011110110101010111111101111000101111111100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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