#475370

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

Shades of East Bay #475370

Tints of East Bay #475370

Color information

#475370 (or 0x475370) is unknown color: approx East Bay. HEX triplet: 47, 53 and 70. RGB value is (71,83,112). Sum of RGB (Red+Green+Blue) = 71+83+112=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #475370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475370 is #B8AC8F. Grayscale: #525252. Windows color (decimal): -12102800 or 7361351. OLE color: 7361351.

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

Color convert

RGB7183112-
CMYK0.370.2600.56
HSL222.44º22.4%35.88%-
HSV(B)222.44º36.61%43.92%-
XYZ8.628.716.55-
YUV82.72144.52119.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=26.69%
G=31.20%
B=42.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71831120.370.2600.56222.4422.435.88
Hex475370251A038de1624
Octal10712316045320703362644
Binary1000111101001111100001001011101001110001101111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475370; }

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

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

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

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

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

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

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

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