#475062

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

Shades of East Bay #475062

Tints of East Bay #475062

Color information

#475062 (or 0x475062) is unknown color: approx East Bay. HEX triplet: 47, 50 and 62. RGB value is (71,80,98). Sum of RGB (Red+Green+Blue) = 71+80+98=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #475062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475062 is #B8AF9D. Grayscale: #4F4F4F. Windows color (decimal): -12103582 or 6443079. OLE color: 6443079.

HSL color Cylindrical-coordinate representation of color #475062: hue angle of 220º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475062 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB718098-
CMYK0.280.1800.62
HSL220º15.98%33.14%-
HSV(B)220º27.55%38.43%-
XYZ7.677.9612.69-
YUV79.36138.52122.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=28.51%
G=32.13%
B=39.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7180980.280.1800.6222015.9833.14
Hex4750621C1203Edc1021
Octal10712014234220763342041
Binary100011110100001100010111001001001111101101110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475062; }

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

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

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

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

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

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

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

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