Shades of East Bay #4E586E
Tints of East Bay #4E586E
RGB
CMYK
RGB Variations
Color information
#4E586E (or 0x4E586E) is known color: East Bay. HEX triplet: 4E, 58 and 6E. RGB value is (78,88,110). Sum of RGB (Red+Green+Blue) = 78+88+110=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E586E is #B1A791. Grayscale: #575757. Windows color (decimal): -11642770 or 7231566. OLE color: 7231566.
HSL color Cylindrical-coordinate representation of color #4E586E: hue angle of 221.25º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E586E is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 88 | 110 | - |
| CMYK | 0.29 | 0.2 | 0 | 0.57 |
| HSL | 221.25º | 0.17% | 0.37% | - |
| HSV(B) | 221.25º | 0.29% | 0.43% | - |
| XYZ | 9.45 | 9.72 | 16.13 | - |
| YUV | 87.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 110 | 0.29 | 0.2 | 0 | 0.57 | 221.25 | 0.17 | 0.37 |
| Hex | 4E | 58 | 6E | 1D | 14 | 0 | 39 | DD | 11 | 25 |
| Octal | 116 | 130 | 156 | 35 | 24 | 0 | 71 | 335 | 21 | 45 |
| Binary | 1001110 | 1011000 | 1101110 | 11101 | 10100 | 0 | 111001 | 11011101 | 10001 | 100101 |
Color Harmonies of #4E586E
Complementary color
Monochromatic Colors of #4E586E
Black with #4E586E
Text Example
Text Example
White with #4E586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E586E; }
p { color: rgb(78,88,110); }
H1.HeaderClassName
{
color: #4E586E;
}
.AnyTagClassName
{
color: #4E586E;
}
</style>
background-color css
<style>
a { background-color: #4E586E; }
a { background-color: rgb(78,88,110); }
div.DivClassName
{
background-color: #4E586E;
}
.BgClassName
{
background-color: #4E586E;
}
</style>
border-color css
<style>
span { border-color: #4E586E; }
span { border-color: rgb(78,88,110); }
td.TdClassName
{
border-color: #4E586E;
}
.TagClassName
{
border-color: #4E586E;
}
</style>