#475BD0

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

Shades of Free Speech Blue #475BD0

Tints of Free Speech Blue #475BD0

Color information

#475BD0 (or 0x475BD0) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5B and D0. RGB value is (71,91,208). Sum of RGB (Red+Green+Blue) = 71+91+208=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #475BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BD0 is #B8A42F. Grayscale: #616161. Windows color (decimal): -12100656 or 13654855. OLE color: 13654855.

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

Color convert

RGB7191208-
CMYK0.660.5600.18
HSL231.24º59.31%54.71%-
HSV(B)231.24º65.87%81.57%-
XYZ17.7213.3861.32-
YUV98.36189.87108.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 91 (35.94% from 255) = 24.59%
BLUE value IS 208 (81.64% from 255) = 56.22%
R=19.19%
G=24.59%
B=56.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71912080.660.5600.18231.2459.3154.71
Hex475BD04238012e73b37
Octal107133320102700223477367
Binary1000111101101111010000100001011100001001011100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,91,208); }

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

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

 a { background-color: rgb(71,91,208); }

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

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

 span { border-color: rgb(71,91,208); }

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