#475BB0

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

Shades of Free Speech Blue #475BB0

Tints of Free Speech Blue #475BB0

Color information

#475BB0 (or 0x475BB0) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5B and B0. RGB value is (71,91,176). Sum of RGB (Red+Green+Blue) = 71+91+176=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #475BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475BB0 is #B8A44F. Grayscale: #5E5E5E. Windows color (decimal): -12100688 or 11557703. OLE color: 11557703.

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

Color convert

RGB7191176-
CMYK0.600.4800.31
HSL228.57º42.51%48.43%-
HSV(B)228.57º59.66%69.02%-
XYZ14.1811.9642.63-
YUV94.71173.87111.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 176 (69.14% from 255) = 52.07%
R=21.01%
G=26.92%
B=52.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71911760.600.4800.31228.5742.5148.43
Hex475BB03C3001Fe52b30
Octal10713326074600373455360
Binary100011110110111011000011110011000001111111100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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