Shades of East Bay #4E566D
Tints of East Bay #4E566D
RGB
CMYK
RGB Variations
Color information
#4E566D (or 0x4E566D) is known color: East Bay. HEX triplet: 4E, 56 and 6D. RGB value is (78,86,109). Sum of RGB (Red+Green+Blue) = 78+86+109=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E566D is #B1A992. Grayscale: #565656. Windows color (decimal): -11643283 or 7165518. OLE color: 7165518.
HSL color Cylindrical-coordinate representation of color #4E566D: hue angle of 224.52º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E566D is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 86 | 109 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.57 |
| HSL | 224.52º | 0.17% | 0.37% | - |
| HSV(B) | 224.52º | 0.28% | 0.43% | - |
| XYZ | 9.23 | 9.38 | 15.79 | - |
| YUV | 86.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 109 | 0.28 | 0.21 | 0 | 0.57 | 224.52 | 0.17 | 0.37 |
| Hex | 4E | 56 | 6D | 1C | 15 | 0 | 39 | E1 | 11 | 25 |
| Octal | 116 | 126 | 155 | 34 | 25 | 0 | 71 | 341 | 21 | 45 |
| Binary | 1001110 | 1010110 | 1101101 | 11100 | 10101 | 0 | 111001 | 11100001 | 10001 | 100101 |
Color Harmonies of #4E566D
Complementary color
Monochromatic Colors of #4E566D
Black with #4E566D
Text Example
Text Example
White with #4E566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E566D; }
p { color: rgb(78,86,109); }
H1.HeaderClassName
{
color: #4E566D;
}
.AnyTagClassName
{
color: #4E566D;
}
</style>
background-color css
<style>
a { background-color: #4E566D; }
a { background-color: rgb(78,86,109); }
div.DivClassName
{
background-color: #4E566D;
}
.BgClassName
{
background-color: #4E566D;
}
</style>
border-color css
<style>
span { border-color: #4E566D; }
span { border-color: rgb(78,86,109); }
td.TdClassName
{
border-color: #4E566D;
}
.TagClassName
{
border-color: #4E566D;
}
</style>