Shades of East Bay #4D5771
Tints of East Bay #4D5771
RGB
CMYK
RGB Variations
Color information
#4D5771 (or 0x4D5771) is known color: East Bay. HEX triplet: 4D, 57 and 71. RGB value is (77,87,113). Sum of RGB (Red+Green+Blue) = 77+87+113=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5771 is #B2A88E. Grayscale: #565656. Windows color (decimal): -11708559 or 7427917. OLE color: 7427917.
HSL color Cylindrical-coordinate representation of color #4D5771: hue angle of 223.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D5771 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 87 | 113 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.56 |
| HSL | 223.33º | 0.19% | 0.37% | - |
| HSV(B) | 223.33º | 0.32% | 0.44% | - |
| XYZ | 9.45 | 9.59 | 16.98 | - |
| YUV | 86.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 113 | 0.32 | 0.23 | 0 | 0.56 | 223.33 | 0.19 | 0.37 |
| Hex | 4D | 57 | 71 | 20 | 17 | 0 | 38 | DF | 13 | 25 |
| Octal | 115 | 127 | 161 | 40 | 27 | 0 | 70 | 337 | 23 | 45 |
| Binary | 1001101 | 1010111 | 1110001 | 100000 | 10111 | 0 | 111000 | 11011111 | 10011 | 100101 |
Color Harmonies of #4D5771
Complementary color
Monochromatic Colors of #4D5771
Black with #4D5771
Text Example
Text Example
White with #4D5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5771; }
p { color: rgb(77,87,113); }
H1.HeaderClassName
{
color: #4D5771;
}
.AnyTagClassName
{
color: #4D5771;
}
</style>
background-color css
<style>
a { background-color: #4D5771; }
a { background-color: rgb(77,87,113); }
div.DivClassName
{
background-color: #4D5771;
}
.BgClassName
{
background-color: #4D5771;
}
</style>
border-color css
<style>
span { border-color: #4D5771; }
span { border-color: rgb(77,87,113); }
td.TdClassName
{
border-color: #4D5771;
}
.TagClassName
{
border-color: #4D5771;
}
</style>