Shades of East Bay #4E576B
Tints of East Bay #4E576B
RGB
CMYK
RGB Variations
Color information
#4E576B (or 0x4E576B) is known color: East Bay. HEX triplet: 4E, 57 and 6B. RGB value is (78,87,107). Sum of RGB (Red+Green+Blue) = 78+87+107=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E576B is #B1A894. Grayscale: #565656. Windows color (decimal): -11643029 or 7034702. OLE color: 7034702.
HSL color Cylindrical-coordinate representation of color #4E576B: hue angle of 221.38º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E576B is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 87 | 107 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.58 |
| HSL | 221.38º | 0.16% | 0.36% | - |
| HSV(B) | 221.38º | 0.27% | 0.42% | - |
| XYZ | 9.2 | 9.5 | 15.26 | - |
| YUV | 86.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 107 | 0.27 | 0.19 | 0 | 0.58 | 221.38 | 0.16 | 0.36 |
| Hex | 4E | 57 | 6B | 1B | 13 | 0 | 3A | DD | 10 | 24 |
| Octal | 116 | 127 | 153 | 33 | 23 | 0 | 72 | 335 | 20 | 44 |
| Binary | 1001110 | 1010111 | 1101011 | 11011 | 10011 | 0 | 111010 | 11011101 | 10000 | 100100 |
Color Harmonies of #4E576B
Complementary color
Monochromatic Colors of #4E576B
Black with #4E576B
Text Example
Text Example
White with #4E576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E576B; }
p { color: rgb(78,87,107); }
H1.HeaderClassName
{
color: #4E576B;
}
.AnyTagClassName
{
color: #4E576B;
}
</style>
background-color css
<style>
a { background-color: #4E576B; }
a { background-color: rgb(78,87,107); }
div.DivClassName
{
background-color: #4E576B;
}
.BgClassName
{
background-color: #4E576B;
}
</style>
border-color css
<style>
span { border-color: #4E576B; }
span { border-color: rgb(78,87,107); }
td.TdClassName
{
border-color: #4E576B;
}
.TagClassName
{
border-color: #4E576B;
}
</style>