Shades of East Bay #4C5060
Tints of East Bay #4C5060
RGB
CMYK
RGB Variations
Color information
#4C5060 (or 0x4C5060) is known color: East Bay. HEX triplet: 4C, 50 and 60. RGB value is (76,80,96). Sum of RGB (Red+Green+Blue) = 76+80+96=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5060 is #B3AF9F. Grayscale: #505050. Windows color (decimal): -11775904 or 6312012. OLE color: 6312012.
HSL color Cylindrical-coordinate representation of color #4C5060: hue angle of 228º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C5060 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 80 | 96 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.62 |
| HSL | 228º | 0.12% | 0.34% | - |
| HSV(B) | 228º | 0.21% | 0.38% | - |
| XYZ | 7.96 | 8.12 | 12.21 | - |
| YUV | 80.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 96 | 0.21 | 0.17 | 0 | 0.62 | 228 | 0.12 | 0.34 |
| Hex | 4C | 50 | 60 | 15 | 11 | 0 | 3E | E4 | C | 22 |
| Octal | 114 | 120 | 140 | 25 | 21 | 0 | 76 | 344 | 14 | 42 |
| Binary | 1001100 | 1010000 | 1100000 | 10101 | 10001 | 0 | 111110 | 11100100 | 1100 | 100010 |
Color Harmonies of #4C5060
Complementary color
Monochromatic Colors of #4C5060
Black with #4C5060
Text Example
Text Example
White with #4C5060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5060; }
p { color: rgb(76,80,96); }
H1.HeaderClassName
{
color: #4C5060;
}
.AnyTagClassName
{
color: #4C5060;
}
</style>
background-color css
<style>
a { background-color: #4C5060; }
a { background-color: rgb(76,80,96); }
div.DivClassName
{
background-color: #4C5060;
}
.BgClassName
{
background-color: #4C5060;
}
</style>
border-color css
<style>
span { border-color: #4C5060; }
span { border-color: rgb(76,80,96); }
td.TdClassName
{
border-color: #4C5060;
}
.TagClassName
{
border-color: #4C5060;
}
</style>