Shades of East Bay #4E586B
Tints of East Bay #4E586B
RGB
CMYK
RGB Variations
Color information
#4E586B (or 0x4E586B) is known color: East Bay. HEX triplet: 4E, 58 and 6B. RGB value is (78,88,107). Sum of RGB (Red+Green+Blue) = 78+88+107=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E586B is #B1A794. Grayscale: #575757. Windows color (decimal): -11642773 or 7034958. OLE color: 7034958.
HSL color Cylindrical-coordinate representation of color #4E586B: hue angle of 219.31º 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 #4E586B is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 88 | 107 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.58 |
| HSL | 219.31º | 0.16% | 0.36% | - |
| HSV(B) | 219.31º | 0.27% | 0.42% | - |
| XYZ | 9.29 | 9.66 | 15.29 | - |
| YUV | 87.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 107 | 0.27 | 0.18 | 0 | 0.58 | 219.31 | 0.16 | 0.36 |
| Hex | 4E | 58 | 6B | 1B | 12 | 0 | 3A | DB | 10 | 24 |
| Octal | 116 | 130 | 153 | 33 | 22 | 0 | 72 | 333 | 20 | 44 |
| Binary | 1001110 | 1011000 | 1101011 | 11011 | 10010 | 0 | 111010 | 11011011 | 10000 | 100100 |
Color Harmonies of #4E586B
Complementary color
Monochromatic Colors of #4E586B
Black with #4E586B
Text Example
Text Example
White with #4E586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E586B; }
p { color: rgb(78,88,107); }
H1.HeaderClassName
{
color: #4E586B;
}
.AnyTagClassName
{
color: #4E586B;
}
</style>
background-color css
<style>
a { background-color: #4E586B; }
a { background-color: rgb(78,88,107); }
div.DivClassName
{
background-color: #4E586B;
}
.BgClassName
{
background-color: #4E586B;
}
</style>
border-color css
<style>
span { border-color: #4E586B; }
span { border-color: rgb(78,88,107); }
td.TdClassName
{
border-color: #4E586B;
}
.TagClassName
{
border-color: #4E586B;
}
</style>