Shades of East Bay #4E5265
Tints of East Bay #4E5265
RGB
CMYK
RGB Variations
Color information
#4E5265 (or 0x4E5265) is known color: East Bay. HEX triplet: 4E, 52 and 65. RGB value is (78,82,101). Sum of RGB (Red+Green+Blue) = 78+82+101=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E5265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5265 is #B1AD9A. Grayscale: #525252. Windows color (decimal): -11644315 or 6640206. OLE color: 6640206.
HSL color Cylindrical-coordinate representation of color #4E5265: hue angle of 229.57º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E5265 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 82 | 101 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.60 |
| HSL | 229.57º | 0.13% | 0.35% | - |
| HSV(B) | 229.57º | 0.23% | 0.4% | - |
| XYZ | 8.51 | 8.59 | 13.52 | - |
| YUV | 82.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 101 | 0.23 | 0.19 | 0 | 0.60 | 229.57 | 0.13 | 0.35 |
| Hex | 4E | 52 | 65 | 17 | 13 | 0 | 3C | E6 | D | 23 |
| Octal | 116 | 122 | 145 | 27 | 23 | 0 | 74 | 346 | 15 | 43 |
| Binary | 1001110 | 1010010 | 1100101 | 10111 | 10011 | 0 | 111100 | 11100110 | 1101 | 100011 |
Color Harmonies of #4E5265
Complementary color
Monochromatic Colors of #4E5265
Black with #4E5265
Text Example
Text Example
White with #4E5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5265; }
p { color: rgb(78,82,101); }
H1.HeaderClassName
{
color: #4E5265;
}
.AnyTagClassName
{
color: #4E5265;
}
</style>
background-color css
<style>
a { background-color: #4E5265; }
a { background-color: rgb(78,82,101); }
div.DivClassName
{
background-color: #4E5265;
}
.BgClassName
{
background-color: #4E5265;
}
</style>
border-color css
<style>
span { border-color: #4E5265; }
span { border-color: rgb(78,82,101); }
td.TdClassName
{
border-color: #4E5265;
}
.TagClassName
{
border-color: #4E5265;
}
</style>