Shades of East Bay #4E5262
Tints of East Bay #4E5262
RGB
CMYK
RGB Variations
Color information
#4E5262 (or 0x4E5262) is known color: East Bay. HEX triplet: 4E, 52 and 62. RGB value is (78,82,98). Sum of RGB (Red+Green+Blue) = 78+82+98=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E5262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5262 is #B1AD9D. Grayscale: #525252. Windows color (decimal): -11644318 or 6443598. OLE color: 6443598.
HSL color Cylindrical-coordinate representation of color #4E5262: hue angle of 228º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E5262 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 82 | 98 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.62 |
| HSL | 228º | 0.11% | 0.35% | - |
| HSV(B) | 228º | 0.2% | 0.38% | - |
| XYZ | 8.36 | 8.54 | 12.76 | - |
| YUV | 82.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 98 | 0.20 | 0.16 | 0 | 0.62 | 228 | 0.11 | 0.35 |
| Hex | 4E | 52 | 62 | 14 | 10 | 0 | 3E | E4 | B | 23 |
| Octal | 116 | 122 | 142 | 24 | 20 | 0 | 76 | 344 | 13 | 43 |
| Binary | 1001110 | 1010010 | 1100010 | 10100 | 10000 | 0 | 111110 | 11100100 | 1011 | 100011 |
Color Harmonies of #4E5262
Complementary color
Monochromatic Colors of #4E5262
Black with #4E5262
Text Example
Text Example
White with #4E5262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5262; }
p { color: rgb(78,82,98); }
H1.HeaderClassName
{
color: #4E5262;
}
.AnyTagClassName
{
color: #4E5262;
}
</style>
background-color css
<style>
a { background-color: #4E5262; }
a { background-color: rgb(78,82,98); }
div.DivClassName
{
background-color: #4E5262;
}
.BgClassName
{
background-color: #4E5262;
}
</style>
border-color css
<style>
span { border-color: #4E5262; }
span { border-color: rgb(78,82,98); }
td.TdClassName
{
border-color: #4E5262;
}
.TagClassName
{
border-color: #4E5262;
}
</style>