Shades of East Bay #4E576A
Tints of East Bay #4E576A
RGB
CMYK
RGB Variations
Color information
#4E576A (or 0x4E576A) is known color: East Bay. HEX triplet: 4E, 57 and 6A. RGB value is (78,87,106). Sum of RGB (Red+Green+Blue) = 78+87+106=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E576A is #B1A895. Grayscale: #565656. Windows color (decimal): -11643030 or 6969166. OLE color: 6969166.
HSL color Cylindrical-coordinate representation of color #4E576A: hue angle of 220.71º 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 #4E576A is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 87 | 106 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.58 |
| HSL | 220.71º | 0.15% | 0.36% | - |
| HSV(B) | 220.71º | 0.26% | 0.42% | - |
| XYZ | 9.15 | 9.48 | 14.98 | - |
| YUV | 86.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 106 | 0.26 | 0.18 | 0 | 0.58 | 220.71 | 0.15 | 0.36 |
| Hex | 4E | 57 | 6A | 1A | 12 | 0 | 3A | DD | F | 24 |
| Octal | 116 | 127 | 152 | 32 | 22 | 0 | 72 | 335 | 17 | 44 |
| Binary | 1001110 | 1010111 | 1101010 | 11010 | 10010 | 0 | 111010 | 11011101 | 1111 | 100100 |
Color Harmonies of #4E576A
Complementary color
Monochromatic Colors of #4E576A
Black with #4E576A
Text Example
Text Example
White with #4E576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E576A; }
p { color: rgb(78,87,106); }
H1.HeaderClassName
{
color: #4E576A;
}
.AnyTagClassName
{
color: #4E576A;
}
</style>
background-color css
<style>
a { background-color: #4E576A; }
a { background-color: rgb(78,87,106); }
div.DivClassName
{
background-color: #4E576A;
}
.BgClassName
{
background-color: #4E576A;
}
</style>
border-color css
<style>
span { border-color: #4E576A; }
span { border-color: rgb(78,87,106); }
td.TdClassName
{
border-color: #4E576A;
}
.TagClassName
{
border-color: #4E576A;
}
</style>