Shades of East Bay #4E596A
Tints of East Bay #4E596A
RGB
CMYK
RGB Variations
Color information
#4E596A (or 0x4E596A) is known color: East Bay. HEX triplet: 4E, 59 and 6A. RGB value is (78,89,106). Sum of RGB (Red+Green+Blue) = 78+89+106=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E596A is #B1A695. Grayscale: #575757. Windows color (decimal): -11642518 or 6969678. OLE color: 6969678.
HSL color Cylindrical-coordinate representation of color #4E596A: hue angle of 216.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E596A is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 89 | 106 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.58 |
| HSL | 216.43º | 0.15% | 0.36% | - |
| HSV(B) | 216.43º | 0.26% | 0.42% | - |
| XYZ | 9.32 | 9.81 | 15.04 | - |
| YUV | 87.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 106 | 0.26 | 0.16 | 0 | 0.58 | 216.43 | 0.15 | 0.36 |
| Hex | 4E | 59 | 6A | 1A | 10 | 0 | 3A | D8 | F | 24 |
| Octal | 116 | 131 | 152 | 32 | 20 | 0 | 72 | 330 | 17 | 44 |
| Binary | 1001110 | 1011001 | 1101010 | 11010 | 10000 | 0 | 111010 | 11011000 | 1111 | 100100 |
Color Harmonies of #4E596A
Complementary color
Monochromatic Colors of #4E596A
Black with #4E596A
Text Example
Text Example
White with #4E596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E596A; }
p { color: rgb(78,89,106); }
H1.HeaderClassName
{
color: #4E596A;
}
.AnyTagClassName
{
color: #4E596A;
}
</style>
background-color css
<style>
a { background-color: #4E596A; }
a { background-color: rgb(78,89,106); }
div.DivClassName
{
background-color: #4E596A;
}
.BgClassName
{
background-color: #4E596A;
}
</style>
border-color css
<style>
span { border-color: #4E596A; }
span { border-color: rgb(78,89,106); }
td.TdClassName
{
border-color: #4E596A;
}
.TagClassName
{
border-color: #4E596A;
}
</style>