Shades of East Bay #4E5572
Tints of East Bay #4E5572
RGB
CMYK
RGB Variations
Color information
#4E5572 (or 0x4E5572) is known color: East Bay. HEX triplet: 4E, 55 and 72. RGB value is (78,85,114). Sum of RGB (Red+Green+Blue) = 78+85+114=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E5572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5572 is #B1AA8D. Grayscale: #565656. Windows color (decimal): -11643534 or 7492942. OLE color: 7492942.
HSL color Cylindrical-coordinate representation of color #4E5572: hue angle of 228.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E5572 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 85 | 114 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.55 |
| HSL | 228.33º | 0.19% | 0.38% | - |
| HSV(B) | 228.33º | 0.32% | 0.45% | - |
| XYZ | 9.43 | 9.33 | 17.22 | - |
| YUV | 86.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 114 | 0.32 | 0.25 | 0 | 0.55 | 228.33 | 0.19 | 0.38 |
| Hex | 4E | 55 | 72 | 20 | 19 | 0 | 37 | E4 | 13 | 26 |
| Octal | 116 | 125 | 162 | 40 | 31 | 0 | 67 | 344 | 23 | 46 |
| Binary | 1001110 | 1010101 | 1110010 | 100000 | 11001 | 0 | 110111 | 11100100 | 10011 | 100110 |
Color Harmonies of #4E5572
Complementary color
Monochromatic Colors of #4E5572
Black with #4E5572
Text Example
Text Example
White with #4E5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5572; }
p { color: rgb(78,85,114); }
H1.HeaderClassName
{
color: #4E5572;
}
.AnyTagClassName
{
color: #4E5572;
}
</style>
background-color css
<style>
a { background-color: #4E5572; }
a { background-color: rgb(78,85,114); }
div.DivClassName
{
background-color: #4E5572;
}
.BgClassName
{
background-color: #4E5572;
}
</style>
border-color css
<style>
span { border-color: #4E5572; }
span { border-color: rgb(78,85,114); }
td.TdClassName
{
border-color: #4E5572;
}
.TagClassName
{
border-color: #4E5572;
}
</style>