#485060

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

Shades of East Bay #485060

Tints of East Bay #485060

Color information

#485060 (or 0x485060) is unknown color: approx East Bay. HEX triplet: 48, 50 and 60. RGB value is (72,80,96). Sum of RGB (Red+Green+Blue) = 72+80+96=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #485060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485060 is #B7AF9F. Grayscale: #4F4F4F. Windows color (decimal): -12038048 or 6312008. OLE color: 6312008.

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

Color convert

RGB728096-
CMYK0.250.1700.62
HSL220º14.29%32.94%-
HSV(B)220º25%37.65%-
XYZ7.657.9612.2-
YUV79.43137.35122.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=29.03%
G=32.26%
B=38.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7280960.250.1700.6222014.2932.94
Hex485060191103Edce21
Octal11012014031210763341641
Binary10010001010000110000011001100010111110110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485060; }

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

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

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

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

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

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

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

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