Shades of East Bay #4D576D
Tints of East Bay #4D576D
RGB
CMYK
RGB Variations
Color information
#4D576D (or 0x4D576D) is known color: East Bay. HEX triplet: 4D, 57 and 6D. RGB value is (77,87,109). Sum of RGB (Red+Green+Blue) = 77+87+109=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D576D is #B2A892. Grayscale: #565656. Windows color (decimal): -11708563 or 7165773. OLE color: 7165773.
HSL color Cylindrical-coordinate representation of color #4D576D: hue angle of 221.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D576D is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 87 | 109 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.57 |
| HSL | 221.25º | 0.17% | 0.36% | - |
| HSV(B) | 221.25º | 0.29% | 0.43% | - |
| XYZ | 9.23 | 9.5 | 15.81 | - |
| YUV | 86.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 109 | 0.29 | 0.20 | 0 | 0.57 | 221.25 | 0.17 | 0.36 |
| Hex | 4D | 57 | 6D | 1D | 14 | 0 | 39 | DD | 11 | 24 |
| Octal | 115 | 127 | 155 | 35 | 24 | 0 | 71 | 335 | 21 | 44 |
| Binary | 1001101 | 1010111 | 1101101 | 11101 | 10100 | 0 | 111001 | 11011101 | 10001 | 100100 |
Color Harmonies of #4D576D
Complementary color
Monochromatic Colors of #4D576D
Black with #4D576D
Text Example
Text Example
White with #4D576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D576D; }
p { color: rgb(77,87,109); }
H1.HeaderClassName
{
color: #4D576D;
}
.AnyTagClassName
{
color: #4D576D;
}
</style>
background-color css
<style>
a { background-color: #4D576D; }
a { background-color: rgb(77,87,109); }
div.DivClassName
{
background-color: #4D576D;
}
.BgClassName
{
background-color: #4D576D;
}
</style>
border-color css
<style>
span { border-color: #4D576D; }
span { border-color: rgb(77,87,109); }
td.TdClassName
{
border-color: #4D576D;
}
.TagClassName
{
border-color: #4D576D;
}
</style>