Shades of East Bay #4E596E
Tints of East Bay #4E596E
RGB
CMYK
RGB Variations
Color information
#4E596E (or 0x4E596E) is known color: East Bay. HEX triplet: 4E, 59 and 6E. RGB value is (78,89,110). Sum of RGB (Red+Green+Blue) = 78+89+110=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E596E is #B1A691. Grayscale: #585858. Windows color (decimal): -11642514 or 7231822. OLE color: 7231822.
HSL color Cylindrical-coordinate representation of color #4E596E: hue angle of 219.38º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E596E is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 89 | 110 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.57 |
| HSL | 219.38º | 0.17% | 0.37% | - |
| HSV(B) | 219.38º | 0.29% | 0.43% | - |
| XYZ | 9.53 | 9.89 | 16.16 | - |
| YUV | 88.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 110 | 0.29 | 0.19 | 0 | 0.57 | 219.38 | 0.17 | 0.37 |
| Hex | 4E | 59 | 6E | 1D | 13 | 0 | 39 | DB | 11 | 25 |
| Octal | 116 | 131 | 156 | 35 | 23 | 0 | 71 | 333 | 21 | 45 |
| Binary | 1001110 | 1011001 | 1101110 | 11101 | 10011 | 0 | 111001 | 11011011 | 10001 | 100101 |
Color Harmonies of #4E596E
Complementary color
Monochromatic Colors of #4E596E
Black with #4E596E
Text Example
Text Example
White with #4E596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E596E; }
p { color: rgb(78,89,110); }
H1.HeaderClassName
{
color: #4E596E;
}
.AnyTagClassName
{
color: #4E596E;
}
</style>
background-color css
<style>
a { background-color: #4E596E; }
a { background-color: rgb(78,89,110); }
div.DivClassName
{
background-color: #4E596E;
}
.BgClassName
{
background-color: #4E596E;
}
</style>
border-color css
<style>
span { border-color: #4E596E; }
span { border-color: rgb(78,89,110); }
td.TdClassName
{
border-color: #4E596E;
}
.TagClassName
{
border-color: #4E596E;
}
</style>