#475571

Color #475571 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #475571

Tints of East Bay #475571

Color information

#475571 (or 0x475571) is unknown color: approx East Bay. HEX triplet: 47, 55 and 71. RGB value is (71,85,113). Sum of RGB (Red+Green+Blue) = 71+85+113=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #475571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475571 is #B8AA8E. Grayscale: #535353. Windows color (decimal): -12102287 or 7427399. OLE color: 7427399.

HSL color Cylindrical-coordinate representation of color #475571: hue angle of 220º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #475571 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7185113-
CMYK0.370.2500.56
HSL220º22.83%36.08%-
HSV(B)220º37.17%44.31%-
XYZ8.839.0316.9-
YUV84.01144.36118.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=26.39%
G=31.60%
B=42.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71851130.370.2500.5622022.8336.08
Hex4755712519038dc1724
Octal10712516145310703342744
Binary1000111101010111100011001011100101110001101110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475571; }

 p { color: rgb(71,85,113); }

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

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

 a { background-color: rgb(71,85,113); }

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

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

 span { border-color: rgb(71,85,113); }

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