Shades of East Bay #4D5571
Tints of East Bay #4D5571
RGB
CMYK
RGB Variations
Color information
#4D5571 (or 0x4D5571) is known color: East Bay. HEX triplet: 4D, 55 and 71. RGB value is (77,85,113). Sum of RGB (Red+Green+Blue) = 77+85+113=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5571 is #B2AA8E. Grayscale: #555555. Windows color (decimal): -11709071 or 7427405. OLE color: 7427405.
HSL color Cylindrical-coordinate representation of color #4D5571: hue angle of 226.67º 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 #4D5571 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 85 | 113 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.56 |
| HSL | 226.67º | 0.19% | 0.37% | - |
| HSV(B) | 226.67º | 0.32% | 0.44% | - |
| XYZ | 9.29 | 9.27 | 16.92 | - |
| YUV | 85.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 113 | 0.32 | 0.25 | 0 | 0.56 | 226.67 | 0.19 | 0.37 |
| Hex | 4D | 55 | 71 | 20 | 19 | 0 | 38 | E3 | 13 | 25 |
| Octal | 115 | 125 | 161 | 40 | 31 | 0 | 70 | 343 | 23 | 45 |
| Binary | 1001101 | 1010101 | 1110001 | 100000 | 11001 | 0 | 111000 | 11100011 | 10011 | 100101 |
Color Harmonies of #4D5571
Complementary color
Monochromatic Colors of #4D5571
Black with #4D5571
Text Example
Text Example
White with #4D5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5571; }
p { color: rgb(77,85,113); }
H1.HeaderClassName
{
color: #4D5571;
}
.AnyTagClassName
{
color: #4D5571;
}
</style>
background-color css
<style>
a { background-color: #4D5571; }
a { background-color: rgb(77,85,113); }
div.DivClassName
{
background-color: #4D5571;
}
.BgClassName
{
background-color: #4D5571;
}
</style>
border-color css
<style>
span { border-color: #4D5571; }
span { border-color: rgb(77,85,113); }
td.TdClassName
{
border-color: #4D5571;
}
.TagClassName
{
border-color: #4D5571;
}
</style>