Shades of East Bay #484C60
Tints of East Bay #484C60
RGB
CMYK
RGB Variations
Color information
#484C60 (or 0x484C60) is known color: East Bay. HEX triplet: 48, 4C and 60. RGB value is (72,76,96). Sum of RGB (Red+Green+Blue) = 72+76+96=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #484C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C60 is #B7B39F. Grayscale: #4D4D4D. Windows color (decimal): -12039072 or 6310984. OLE color: 6310984.
HSL color Cylindrical-coordinate representation of color #484C60: hue angle of 230º 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 #484C60 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 76 | 96 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.62 |
| HSL | 230º | 0.14% | 0.33% | - |
| HSV(B) | 230º | 0.25% | 0.38% | - |
| XYZ | 7.37 | 7.39 | 12.1 | - |
| YUV | 77.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 96 | 0.25 | 0.21 | 0 | 0.62 | 230 | 0.14 | 0.33 |
| Hex | 48 | 4C | 60 | 19 | 15 | 0 | 3E | E6 | E | 21 |
| Octal | 110 | 114 | 140 | 31 | 25 | 0 | 76 | 346 | 16 | 41 |
| Binary | 1001000 | 1001100 | 1100000 | 11001 | 10101 | 0 | 111110 | 11100110 | 1110 | 100001 |
Color Harmonies of #484C60
Complementary color
Monochromatic Colors of #484C60
Black with #484C60
Text Example
Text Example
White with #484C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C60; }
p { color: rgb(72,76,96); }
H1.HeaderClassName
{
color: #484C60;
}
.AnyTagClassName
{
color: #484C60;
}
</style>
background-color css
<style>
a { background-color: #484C60; }
a { background-color: rgb(72,76,96); }
div.DivClassName
{
background-color: #484C60;
}
.BgClassName
{
background-color: #484C60;
}
</style>
border-color css
<style>
span { border-color: #484C60; }
span { border-color: rgb(72,76,96); }
td.TdClassName
{
border-color: #484C60;
}
.TagClassName
{
border-color: #484C60;
}
</style>