Shades of East Bay #4E5064
Tints of East Bay #4E5064
RGB
CMYK
RGB Variations
Color information
#4E5064 (or 0x4E5064) is known color: East Bay. HEX triplet: 4E, 50 and 64. RGB value is (78,80,100). Sum of RGB (Red+Green+Blue) = 78+80+100=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 100 - color contains mainly: blue. Hex color #4E5064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5064 is #B1AF9B. Grayscale: #515151. Windows color (decimal): -11644828 or 6574158. OLE color: 6574158.
HSL color Cylindrical-coordinate representation of color #4E5064: hue angle of 234.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E5064 is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 80 | 100 | - |
| CMYK | 0.22 | 0.2 | 0 | 0.61 |
| HSL | 234.55º | 0.12% | 0.35% | - |
| HSV(B) | 234.55º | 0.22% | 0.39% | - |
| XYZ | 8.31 | 8.28 | 13.22 | - |
| YUV | 81.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 100 | 0.22 | 0.2 | 0 | 0.61 | 234.55 | 0.12 | 0.35 |
| Hex | 4E | 50 | 64 | 16 | 14 | 0 | 3D | EB | C | 23 |
| Octal | 116 | 120 | 144 | 26 | 24 | 0 | 75 | 353 | 14 | 43 |
| Binary | 1001110 | 1010000 | 1100100 | 10110 | 10100 | 0 | 111101 | 11101011 | 1100 | 100011 |
Color Harmonies of #4E5064
Complementary color
Monochromatic Colors of #4E5064
Black with #4E5064
Text Example
Text Example
White with #4E5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5064; }
p { color: rgb(78,80,100); }
H1.HeaderClassName
{
color: #4E5064;
}
.AnyTagClassName
{
color: #4E5064;
}
</style>
background-color css
<style>
a { background-color: #4E5064; }
a { background-color: rgb(78,80,100); }
div.DivClassName
{
background-color: #4E5064;
}
.BgClassName
{
background-color: #4E5064;
}
</style>
border-color css
<style>
span { border-color: #4E5064; }
span { border-color: rgb(78,80,100); }
td.TdClassName
{
border-color: #4E5064;
}
.TagClassName
{
border-color: #4E5064;
}
</style>