Shades of East Bay #4D5071
Tints of East Bay #4D5071
RGB
CMYK
RGB Variations
Color information
#4D5071 (or 0x4D5071) is known color: East Bay. HEX triplet: 4D, 50 and 71. RGB value is (77,80,113). Sum of RGB (Red+Green+Blue) = 77+80+113=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5071 is #B2AF8E. Grayscale: #525252. Windows color (decimal): -11710351 or 7426125. OLE color: 7426125.
HSL color Cylindrical-coordinate representation of color #4D5071: hue angle of 235º 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 #4D5071 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 80 | 113 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.56 |
| HSL | 235º | 0.19% | 0.37% | - |
| HSV(B) | 235º | 0.32% | 0.44% | - |
| XYZ | 8.91 | 8.51 | 16.8 | - |
| YUV | 82.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 113 | 0.32 | 0.29 | 0 | 0.56 | 235 | 0.19 | 0.37 |
| Hex | 4D | 50 | 71 | 20 | 1D | 0 | 38 | EB | 13 | 25 |
| Octal | 115 | 120 | 161 | 40 | 35 | 0 | 70 | 353 | 23 | 45 |
| Binary | 1001101 | 1010000 | 1110001 | 100000 | 11101 | 0 | 111000 | 11101011 | 10011 | 100101 |
Color Harmonies of #4D5071
Complementary color
Monochromatic Colors of #4D5071
Black with #4D5071
Text Example
Text Example
White with #4D5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5071; }
p { color: rgb(77,80,113); }
H1.HeaderClassName
{
color: #4D5071;
}
.AnyTagClassName
{
color: #4D5071;
}
</style>
background-color css
<style>
a { background-color: #4D5071; }
a { background-color: rgb(77,80,113); }
div.DivClassName
{
background-color: #4D5071;
}
.BgClassName
{
background-color: #4D5071;
}
</style>
border-color css
<style>
span { border-color: #4D5071; }
span { border-color: rgb(77,80,113); }
td.TdClassName
{
border-color: #4D5071;
}
.TagClassName
{
border-color: #4D5071;
}
</style>