Shades of East Bay #4D576E
Tints of East Bay #4D576E
RGB
CMYK
RGB Variations
Color information
#4D576E (or 0x4D576E) is known color: East Bay. HEX triplet: 4D, 57 and 6E. RGB value is (77,87,110). Sum of RGB (Red+Green+Blue) = 77+87+110=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D576E is #B2A891. Grayscale: #565656. Windows color (decimal): -11708562 or 7231309. OLE color: 7231309.
HSL color Cylindrical-coordinate representation of color #4D576E: hue angle of 221.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D576E is Cyan = 0.3, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 87 | 110 | - |
| CMYK | 0.3 | 0.21 | 0 | 0.57 |
| HSL | 221.82º | 0.18% | 0.37% | - |
| HSV(B) | 221.82º | 0.3% | 0.43% | - |
| XYZ | 9.28 | 9.52 | 16.1 | - |
| YUV | 86.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 110 | 0.3 | 0.21 | 0 | 0.57 | 221.82 | 0.18 | 0.37 |
| Hex | 4D | 57 | 6E | 1E | 15 | 0 | 39 | DE | 12 | 25 |
| Octal | 115 | 127 | 156 | 36 | 25 | 0 | 71 | 336 | 22 | 45 |
| Binary | 1001101 | 1010111 | 1101110 | 11110 | 10101 | 0 | 111001 | 11011110 | 10010 | 100101 |
Color Harmonies of #4D576E
Complementary color
Monochromatic Colors of #4D576E
Black with #4D576E
Text Example
Text Example
White with #4D576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D576E; }
p { color: rgb(77,87,110); }
H1.HeaderClassName
{
color: #4D576E;
}
.AnyTagClassName
{
color: #4D576E;
}
</style>
background-color css
<style>
a { background-color: #4D576E; }
a { background-color: rgb(77,87,110); }
div.DivClassName
{
background-color: #4D576E;
}
.BgClassName
{
background-color: #4D576E;
}
</style>
border-color css
<style>
span { border-color: #4D576E; }
span { border-color: rgb(77,87,110); }
td.TdClassName
{
border-color: #4D576E;
}
.TagClassName
{
border-color: #4D576E;
}
</style>