Shades of East Bay #4E576D
Tints of East Bay #4E576D
RGB
CMYK
RGB Variations
Color information
#4E576D (or 0x4E576D) is known color: East Bay. HEX triplet: 4E, 57 and 6D. RGB value is (78,87,109). Sum of RGB (Red+Green+Blue) = 78+87+109=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E576D is #B1A892. Grayscale: #565656. Windows color (decimal): -11643027 or 7165774. OLE color: 7165774.
HSL color Cylindrical-coordinate representation of color #4E576D: hue angle of 222.58º 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 #4E576D is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 87 | 109 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.57 |
| HSL | 222.58º | 0.17% | 0.37% | - |
| HSV(B) | 222.58º | 0.28% | 0.43% | - |
| XYZ | 9.31 | 9.54 | 15.82 | - |
| YUV | 86.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 109 | 0.28 | 0.20 | 0 | 0.57 | 222.58 | 0.17 | 0.37 |
| Hex | 4E | 57 | 6D | 1C | 14 | 0 | 39 | DF | 11 | 25 |
| Octal | 116 | 127 | 155 | 34 | 24 | 0 | 71 | 337 | 21 | 45 |
| Binary | 1001110 | 1010111 | 1101101 | 11100 | 10100 | 0 | 111001 | 11011111 | 10001 | 100101 |
Color Harmonies of #4E576D
Complementary color
Monochromatic Colors of #4E576D
Black with #4E576D
Text Example
Text Example
White with #4E576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E576D; }
p { color: rgb(78,87,109); }
H1.HeaderClassName
{
color: #4E576D;
}
.AnyTagClassName
{
color: #4E576D;
}
</style>
background-color css
<style>
a { background-color: #4E576D; }
a { background-color: rgb(78,87,109); }
div.DivClassName
{
background-color: #4E576D;
}
.BgClassName
{
background-color: #4E576D;
}
</style>
border-color css
<style>
span { border-color: #4E576D; }
span { border-color: rgb(78,87,109); }
td.TdClassName
{
border-color: #4E576D;
}
.TagClassName
{
border-color: #4E576D;
}
</style>