Shades of East Bay #4E5271
Tints of East Bay #4E5271
RGB
CMYK
RGB Variations
Color information
#4E5271 (or 0x4E5271) is known color: East Bay. HEX triplet: 4E, 52 and 71. RGB value is (78,82,113). Sum of RGB (Red+Green+Blue) = 78+82+113=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5271 is #B1AD8E. Grayscale: #545454. Windows color (decimal): -11644303 or 7426638. OLE color: 7426638.
HSL color Cylindrical-coordinate representation of color #4E5271: hue angle of 233.14º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E5271 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 82 | 113 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.56 |
| HSL | 233.14º | 0.18% | 0.37% | - |
| HSV(B) | 233.14º | 0.31% | 0.44% | - |
| XYZ | 9.14 | 8.85 | 16.85 | - |
| YUV | 84.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 113 | 0.31 | 0.27 | 0 | 0.56 | 233.14 | 0.18 | 0.37 |
| Hex | 4E | 52 | 71 | 1F | 1B | 0 | 38 | E9 | 12 | 25 |
| Octal | 116 | 122 | 161 | 37 | 33 | 0 | 70 | 351 | 22 | 45 |
| Binary | 1001110 | 1010010 | 1110001 | 11111 | 11011 | 0 | 111000 | 11101001 | 10010 | 100101 |
Color Harmonies of #4E5271
Complementary color
Monochromatic Colors of #4E5271
Black with #4E5271
Text Example
Text Example
White with #4E5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5271; }
p { color: rgb(78,82,113); }
H1.HeaderClassName
{
color: #4E5271;
}
.AnyTagClassName
{
color: #4E5271;
}
</style>
background-color css
<style>
a { background-color: #4E5271; }
a { background-color: rgb(78,82,113); }
div.DivClassName
{
background-color: #4E5271;
}
.BgClassName
{
background-color: #4E5271;
}
</style>
border-color css
<style>
span { border-color: #4E5271; }
span { border-color: rgb(78,82,113); }
td.TdClassName
{
border-color: #4E5271;
}
.TagClassName
{
border-color: #4E5271;
}
</style>