#475060

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

Shades of East Bay #475060

Tints of East Bay #475060

Color information

#475060 (or 0x475060) is unknown color: approx East Bay. HEX triplet: 47, 50 and 60. RGB value is (71,80,96). Sum of RGB (Red+Green+Blue) = 71+80+96=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #475060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475060 is #B8AF9F. Grayscale: #4F4F4F. Windows color (decimal): -12103584 or 6312007. OLE color: 6312007.

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

Color convert

RGB718096-
CMYK0.260.1700.62
HSL218.4º14.97%32.75%-
HSV(B)218.4º26.04%37.65%-
XYZ7.587.9212.2-
YUV79.13137.52122.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=28.74%
G=32.39%
B=38.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7180960.260.1700.62218.414.9732.75
Hex4750601A1103Edaf21
Octal10712014032210763321741
Binary10001111010000110000011010100010111110110110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475060; }

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

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

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

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

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

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

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

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