#475AD1

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

Shades of Free Speech Blue #475AD1

Tints of Free Speech Blue #475AD1

Color information

#475AD1 (or 0x475AD1) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5A and D1. RGB value is (71,90,209). Sum of RGB (Red+Green+Blue) = 71+90+209=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 209 (82.03% from 255 or 56.49% from 370); Max value from RGB is 209 - color contains mainly: blue. Hex color #475AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475AD1 is #B8A52E. Grayscale: #616161. Windows color (decimal): -12100911 or 13720135. OLE color: 13720135.

HSL color Cylindrical-coordinate representation of color #475AD1: hue angle of 231.74º degrees, saturation: 0.6, 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 #475AD1 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7190209-
CMYK0.660.5700.18
HSL231.74º60%54.9%-
HSV(B)231.74º66.03%81.96%-
XYZ17.7613.2661.94-
YUV97.88190.71108.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 209 (82.03% from 255) = 56.49%
R=19.19%
G=24.32%
B=56.49%

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
Decimal71902090.660.5700.18231.746054.9
Hex475AD14239012e83c37
Octal107132321102710223507467
Binary1000111101101011010001100001011100101001011101000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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