Shades of East Bay #4E566C
Tints of East Bay #4E566C
RGB
CMYK
RGB Variations
Color information
#4E566C (or 0x4E566C) is known color: East Bay. HEX triplet: 4E, 56 and 6C. RGB value is (78,86,108). Sum of RGB (Red+Green+Blue) = 78+86+108=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E566C is #B1A993. Grayscale: #565656. Windows color (decimal): -11643284 or 7099982. OLE color: 7099982.
HSL color Cylindrical-coordinate representation of color #4E566C: hue angle of 224º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E566C is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 86 | 108 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.58 |
| HSL | 224º | 0.16% | 0.36% | - |
| HSV(B) | 224º | 0.28% | 0.42% | - |
| XYZ | 9.18 | 9.36 | 15.51 | - |
| YUV | 86.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 108 | 0.28 | 0.20 | 0 | 0.58 | 224 | 0.16 | 0.36 |
| Hex | 4E | 56 | 6C | 1C | 14 | 0 | 3A | E0 | 10 | 24 |
| Octal | 116 | 126 | 154 | 34 | 24 | 0 | 72 | 340 | 20 | 44 |
| Binary | 1001110 | 1010110 | 1101100 | 11100 | 10100 | 0 | 111010 | 11100000 | 10000 | 100100 |
Color Harmonies of #4E566C
Complementary color
Monochromatic Colors of #4E566C
Black with #4E566C
Text Example
Text Example
White with #4E566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E566C; }
p { color: rgb(78,86,108); }
H1.HeaderClassName
{
color: #4E566C;
}
.AnyTagClassName
{
color: #4E566C;
}
</style>
background-color css
<style>
a { background-color: #4E566C; }
a { background-color: rgb(78,86,108); }
div.DivClassName
{
background-color: #4E566C;
}
.BgClassName
{
background-color: #4E566C;
}
</style>
border-color css
<style>
span { border-color: #4E566C; }
span { border-color: rgb(78,86,108); }
td.TdClassName
{
border-color: #4E566C;
}
.TagClassName
{
border-color: #4E566C;
}
</style>