#475DC0

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

Shades of Free Speech Blue #475DC0

Tints of Free Speech Blue #475DC0

Color information

#475DC0 (or 0x475DC0) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5D and C0. RGB value is (71,93,192). Sum of RGB (Red+Green+Blue) = 71+93+192=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #475DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DC0 is #B8A23F. Grayscale: #616161. Windows color (decimal): -12100160 or 12606791. OLE color: 12606791.

HSL color Cylindrical-coordinate representation of color #475DC0: hue angle of 229.09º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #475DC0 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7193192-
CMYK0.630.5200.25
HSL229.09º48.99%51.57%-
HSV(B)229.09º63.02%75.29%-
XYZ16.0312.9751.53-
YUV97.71181.21108.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 93 (36.72% from 255) = 26.12%
BLUE value IS 192 (75.39% from 255) = 53.93%
R=19.94%
G=26.12%
B=53.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71931920.630.5200.25229.0948.9951.57
Hex475DC03F34019e53134
Octal10713530077640313456164
Binary100011110111011100000011111111010001100111100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,93,192); }

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

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

 a { background-color: rgb(71,93,192); }

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

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

 span { border-color: rgb(71,93,192); }

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