Shades of East Bay #4E556E
Tints of East Bay #4E556E
RGB
CMYK
RGB Variations
Color information
#4E556E (or 0x4E556E) is known color: East Bay. HEX triplet: 4E, 55 and 6E. RGB value is (78,85,110). Sum of RGB (Red+Green+Blue) = 78+85+110=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E556E is #B1AA91. Grayscale: #555555. Windows color (decimal): -11643538 or 7230798. OLE color: 7230798.
HSL color Cylindrical-coordinate representation of color #4E556E: hue angle of 226.88º 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 #4E556E is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 85 | 110 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.57 |
| HSL | 226.88º | 0.17% | 0.37% | - |
| HSV(B) | 226.88º | 0.29% | 0.43% | - |
| XYZ | 9.2 | 9.24 | 16.05 | - |
| YUV | 85.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 110 | 0.29 | 0.23 | 0 | 0.57 | 226.88 | 0.17 | 0.37 |
| Hex | 4E | 55 | 6E | 1D | 17 | 0 | 39 | E3 | 11 | 25 |
| Octal | 116 | 125 | 156 | 35 | 27 | 0 | 71 | 343 | 21 | 45 |
| Binary | 1001110 | 1010101 | 1101110 | 11101 | 10111 | 0 | 111001 | 11100011 | 10001 | 100101 |
Color Harmonies of #4E556E
Complementary color
Monochromatic Colors of #4E556E
Black with #4E556E
Text Example
Text Example
White with #4E556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E556E; }
p { color: rgb(78,85,110); }
H1.HeaderClassName
{
color: #4E556E;
}
.AnyTagClassName
{
color: #4E556E;
}
</style>
background-color css
<style>
a { background-color: #4E556E; }
a { background-color: rgb(78,85,110); }
div.DivClassName
{
background-color: #4E556E;
}
.BgClassName
{
background-color: #4E556E;
}
</style>
border-color css
<style>
span { border-color: #4E556E; }
span { border-color: rgb(78,85,110); }
td.TdClassName
{
border-color: #4E556E;
}
.TagClassName
{
border-color: #4E556E;
}
</style>