Shades of East Bay #4E596D
Tints of East Bay #4E596D
RGB
CMYK
RGB Variations
Color information
#4E596D (or 0x4E596D) is known color: East Bay. HEX triplet: 4E, 59 and 6D. RGB value is (78,89,109). Sum of RGB (Red+Green+Blue) = 78+89+109=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E596D is #B1A692. Grayscale: #575757. Windows color (decimal): -11642515 or 7166286. OLE color: 7166286.
HSL color Cylindrical-coordinate representation of color #4E596D: hue angle of 218.71º 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 #4E596D is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 89 | 109 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.57 |
| HSL | 218.71º | 0.17% | 0.37% | - |
| HSV(B) | 218.71º | 0.28% | 0.43% | - |
| XYZ | 9.47 | 9.87 | 15.87 | - |
| YUV | 87.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 109 | 0.28 | 0.18 | 0 | 0.57 | 218.71 | 0.17 | 0.37 |
| Hex | 4E | 59 | 6D | 1C | 12 | 0 | 39 | DB | 11 | 25 |
| Octal | 116 | 131 | 155 | 34 | 22 | 0 | 71 | 333 | 21 | 45 |
| Binary | 1001110 | 1011001 | 1101101 | 11100 | 10010 | 0 | 111001 | 11011011 | 10001 | 100101 |
Color Harmonies of #4E596D
Complementary color
Monochromatic Colors of #4E596D
Black with #4E596D
Text Example
Text Example
White with #4E596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E596D; }
p { color: rgb(78,89,109); }
H1.HeaderClassName
{
color: #4E596D;
}
.AnyTagClassName
{
color: #4E596D;
}
</style>
background-color css
<style>
a { background-color: #4E596D; }
a { background-color: rgb(78,89,109); }
div.DivClassName
{
background-color: #4E596D;
}
.BgClassName
{
background-color: #4E596D;
}
</style>
border-color css
<style>
span { border-color: #4E596D; }
span { border-color: rgb(78,89,109); }
td.TdClassName
{
border-color: #4E596D;
}
.TagClassName
{
border-color: #4E596D;
}
</style>