#475570

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

Shades of East Bay #475570

Tints of East Bay #475570

Color information

#475570 (or 0x475570) is unknown color: approx East Bay. HEX triplet: 47, 55 and 70. RGB value is (71,85,112). Sum of RGB (Red+Green+Blue) = 71+85+112=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #475570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475570 is #B8AA8F. Grayscale: #535353. Windows color (decimal): -12102288 or 7361863. OLE color: 7361863.

HSL color Cylindrical-coordinate representation of color #475570: hue angle of 219.51º degrees, saturation: 0.22, 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 #475570 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7185112-
CMYK0.370.2400.56
HSL219.51º22.4%35.88%-
HSV(B)219.51º36.61%43.92%-
XYZ8.779.0116.61-
YUV83.89143.86118.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=26.49%
G=31.72%
B=41.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71851120.370.2400.56219.5122.435.88
Hex4755702518038dc1624
Octal10712516045300703342644
Binary1000111101010111100001001011100001110001101110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475570; }

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

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

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

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

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

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

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

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