Shades of East Bay #4D576C
Tints of East Bay #4D576C
RGB
CMYK
RGB Variations
Color information
#4D576C (or 0x4D576C) is known color: East Bay. HEX triplet: 4D, 57 and 6C. RGB value is (77,87,108). Sum of RGB (Red+Green+Blue) = 77+87+108=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D576C is #B2A893. Grayscale: #565656. Windows color (decimal): -11708564 or 7100237. OLE color: 7100237.
HSL color Cylindrical-coordinate representation of color #4D576C: hue angle of 220.65º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D576C is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 87 | 108 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.58 |
| HSL | 220.65º | 0.17% | 0.36% | - |
| HSV(B) | 220.65º | 0.29% | 0.42% | - |
| XYZ | 9.18 | 9.48 | 15.53 | - |
| YUV | 86.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 108 | 0.29 | 0.19 | 0 | 0.58 | 220.65 | 0.17 | 0.36 |
| Hex | 4D | 57 | 6C | 1D | 13 | 0 | 3A | DD | 11 | 24 |
| Octal | 115 | 127 | 154 | 35 | 23 | 0 | 72 | 335 | 21 | 44 |
| Binary | 1001101 | 1010111 | 1101100 | 11101 | 10011 | 0 | 111010 | 11011101 | 10001 | 100100 |
Color Harmonies of #4D576C
Complementary color
Monochromatic Colors of #4D576C
Black with #4D576C
Text Example
Text Example
White with #4D576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D576C; }
p { color: rgb(77,87,108); }
H1.HeaderClassName
{
color: #4D576C;
}
.AnyTagClassName
{
color: #4D576C;
}
</style>
background-color css
<style>
a { background-color: #4D576C; }
a { background-color: rgb(77,87,108); }
div.DivClassName
{
background-color: #4D576C;
}
.BgClassName
{
background-color: #4D576C;
}
</style>
border-color css
<style>
span { border-color: #4D576C; }
span { border-color: rgb(77,87,108); }
td.TdClassName
{
border-color: #4D576C;
}
.TagClassName
{
border-color: #4D576C;
}
</style>