Shades of East Bay #4E596C
Tints of East Bay #4E596C
RGB
CMYK
RGB Variations
Color information
#4E596C (or 0x4E596C) is known color: East Bay. HEX triplet: 4E, 59 and 6C. RGB value is (78,89,108). Sum of RGB (Red+Green+Blue) = 78+89+108=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E596C is #B1A693. Grayscale: #575757. Windows color (decimal): -11642516 or 7100750. OLE color: 7100750.
HSL color Cylindrical-coordinate representation of color #4E596C: hue angle of 218º 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 #4E596C is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 89 | 108 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.58 |
| HSL | 218º | 0.16% | 0.36% | - |
| HSV(B) | 218º | 0.28% | 0.42% | - |
| XYZ | 9.42 | 9.85 | 15.59 | - |
| YUV | 87.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 108 | 0.28 | 0.18 | 0 | 0.58 | 218 | 0.16 | 0.36 |
| Hex | 4E | 59 | 6C | 1C | 12 | 0 | 3A | DA | 10 | 24 |
| Octal | 116 | 131 | 154 | 34 | 22 | 0 | 72 | 332 | 20 | 44 |
| Binary | 1001110 | 1011001 | 1101100 | 11100 | 10010 | 0 | 111010 | 11011010 | 10000 | 100100 |
Color Harmonies of #4E596C
Complementary color
Monochromatic Colors of #4E596C
Black with #4E596C
Text Example
Text Example
White with #4E596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E596C; }
p { color: rgb(78,89,108); }
H1.HeaderClassName
{
color: #4E596C;
}
.AnyTagClassName
{
color: #4E596C;
}
</style>
background-color css
<style>
a { background-color: #4E596C; }
a { background-color: rgb(78,89,108); }
div.DivClassName
{
background-color: #4E596C;
}
.BgClassName
{
background-color: #4E596C;
}
</style>
border-color css
<style>
span { border-color: #4E596C; }
span { border-color: rgb(78,89,108); }
td.TdClassName
{
border-color: #4E596C;
}
.TagClassName
{
border-color: #4E596C;
}
</style>