#484D60

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

Shades of East Bay #484D60

Tints of East Bay #484D60

Color information

#484D60 (or 0x484D60) is unknown color: approx East Bay. HEX triplet: 48, 4D and 60. RGB value is (72,77,96). Sum of RGB (Red+Green+Blue) = 72+77+96=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #484D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D60 is #B7B29F. Grayscale: #4D4D4D. Windows color (decimal): -12038816 or 6311240. OLE color: 6311240.

HSL color Cylindrical-coordinate representation of color #484D60: hue angle of 227.5º 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 #484D60 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB727796-
CMYK0.250.2000.62
HSL227.5º14.29%32.94%-
HSV(B)227.5º25%37.65%-
XYZ7.447.5312.13-
YUV77.67138.34123.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=29.39%
G=31.43%
B=39.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7277960.250.2000.62227.514.2932.94
Hex484D60191403Ee4e21
Octal11011514031240763441641
Binary10010001001101110000011001101000111110111001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484D60; }

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

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

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

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

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

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

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

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