Shades of East Bay #4E5270
Tints of East Bay #4E5270
RGB
CMYK
RGB Variations
Color information
#4E5270 (or 0x4E5270) is known color: East Bay. HEX triplet: 4E, 52 and 70. RGB value is (78,82,112). Sum of RGB (Red+Green+Blue) = 78+82+112=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E5270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5270 is #B1AD8F. Grayscale: #545454. Windows color (decimal): -11644304 or 7361102. OLE color: 7361102.
HSL color Cylindrical-coordinate representation of color #4E5270: hue angle of 232.94º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E5270 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 82 | 112 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.56 |
| HSL | 232.94º | 0.18% | 0.37% | - |
| HSV(B) | 232.94º | 0.3% | 0.44% | - |
| XYZ | 9.08 | 8.82 | 16.55 | - |
| YUV | 84.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 112 | 0.30 | 0.27 | 0 | 0.56 | 232.94 | 0.18 | 0.37 |
| Hex | 4E | 52 | 70 | 1E | 1B | 0 | 38 | E9 | 12 | 25 |
| Octal | 116 | 122 | 160 | 36 | 33 | 0 | 70 | 351 | 22 | 45 |
| Binary | 1001110 | 1010010 | 1110000 | 11110 | 11011 | 0 | 111000 | 11101001 | 10010 | 100101 |
Color Harmonies of #4E5270
Complementary color
Monochromatic Colors of #4E5270
Black with #4E5270
Text Example
Text Example
White with #4E5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5270; }
p { color: rgb(78,82,112); }
H1.HeaderClassName
{
color: #4E5270;
}
.AnyTagClassName
{
color: #4E5270;
}
</style>
background-color css
<style>
a { background-color: #4E5270; }
a { background-color: rgb(78,82,112); }
div.DivClassName
{
background-color: #4E5270;
}
.BgClassName
{
background-color: #4E5270;
}
</style>
border-color css
<style>
span { border-color: #4E5270; }
span { border-color: rgb(78,82,112); }
td.TdClassName
{
border-color: #4E5270;
}
.TagClassName
{
border-color: #4E5270;
}
</style>