#475070

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

Shades of East Bay #475070

Tints of East Bay #475070

Color information

#475070 (or 0x475070) is unknown color: approx East Bay. HEX triplet: 47, 50 and 70. RGB value is (71,80,112). Sum of RGB (Red+Green+Blue) = 71+80+112=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #475070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475070 is #B8AF8F. Grayscale: #505050. Windows color (decimal): -12103568 or 7360583. OLE color: 7360583.

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

Color convert

RGB7180112-
CMYK0.370.2900.56
HSL226.83º22.4%35.88%-
HSV(B)226.83º36.61%43.92%-
XYZ8.398.2516.48-
YUV80.96145.52120.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=27.00%
G=30.42%
B=42.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71801120.370.2900.56226.8322.435.88
Hex475070251D038e31624
Octal10712016045350703432644
Binary1000111101000011100001001011110101110001110001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475070; }

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

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

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

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

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

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

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

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