Shades of East Bay #4C566C
Tints of East Bay #4C566C
RGB
CMYK
RGB Variations
Color information
#4C566C (or 0x4C566C) is known color: East Bay. HEX triplet: 4C, 56 and 6C. RGB value is (76,86,108). Sum of RGB (Red+Green+Blue) = 76+86+108=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C566C is #B3A993. Grayscale: #555555. Windows color (decimal): -11774356 or 7099980. OLE color: 7099980.
HSL color Cylindrical-coordinate representation of color #4C566C: hue angle of 221.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C566C is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 86 | 108 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.58 |
| HSL | 221.25º | 0.17% | 0.36% | - |
| HSV(B) | 221.25º | 0.3% | 0.42% | - |
| XYZ | 9.02 | 9.27 | 15.5 | - |
| YUV | 85.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 108 | 0.30 | 0.20 | 0 | 0.58 | 221.25 | 0.17 | 0.36 |
| Hex | 4C | 56 | 6C | 1E | 14 | 0 | 3A | DD | 11 | 24 |
| Octal | 114 | 126 | 154 | 36 | 24 | 0 | 72 | 335 | 21 | 44 |
| Binary | 1001100 | 1010110 | 1101100 | 11110 | 10100 | 0 | 111010 | 11011101 | 10001 | 100100 |
Color Harmonies of #4C566C
Complementary color
Monochromatic Colors of #4C566C
Black with #4C566C
Text Example
Text Example
White with #4C566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C566C; }
p { color: rgb(76,86,108); }
H1.HeaderClassName
{
color: #4C566C;
}
.AnyTagClassName
{
color: #4C566C;
}
</style>
background-color css
<style>
a { background-color: #4C566C; }
a { background-color: rgb(76,86,108); }
div.DivClassName
{
background-color: #4C566C;
}
.BgClassName
{
background-color: #4C566C;
}
</style>
border-color css
<style>
span { border-color: #4C566C; }
span { border-color: rgb(76,86,108); }
td.TdClassName
{
border-color: #4C566C;
}
.TagClassName
{
border-color: #4C566C;
}
</style>