Shades of East Bay #4D576B
Tints of East Bay #4D576B
RGB
CMYK
RGB Variations
Color information
#4D576B (or 0x4D576B) is known color: East Bay. HEX triplet: 4D, 57 and 6B. RGB value is (77,87,107). Sum of RGB (Red+Green+Blue) = 77+87+107=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D576B is #B2A894. Grayscale: #565656. Windows color (decimal): -11708565 or 7034701. OLE color: 7034701.
HSL color Cylindrical-coordinate representation of color #4D576B: hue angle of 220º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D576B is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 87 | 107 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.58 |
| HSL | 220º | 0.16% | 0.36% | - |
| HSV(B) | 220º | 0.28% | 0.42% | - |
| XYZ | 9.12 | 9.46 | 15.25 | - |
| YUV | 86.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 107 | 0.28 | 0.19 | 0 | 0.58 | 220 | 0.16 | 0.36 |
| Hex | 4D | 57 | 6B | 1C | 13 | 0 | 3A | DC | 10 | 24 |
| Octal | 115 | 127 | 153 | 34 | 23 | 0 | 72 | 334 | 20 | 44 |
| Binary | 1001101 | 1010111 | 1101011 | 11100 | 10011 | 0 | 111010 | 11011100 | 10000 | 100100 |
Color Harmonies of #4D576B
Complementary color
Monochromatic Colors of #4D576B
Black with #4D576B
Text Example
Text Example
White with #4D576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D576B; }
p { color: rgb(77,87,107); }
H1.HeaderClassName
{
color: #4D576B;
}
.AnyTagClassName
{
color: #4D576B;
}
</style>
background-color css
<style>
a { background-color: #4D576B; }
a { background-color: rgb(77,87,107); }
div.DivClassName
{
background-color: #4D576B;
}
.BgClassName
{
background-color: #4D576B;
}
</style>
border-color css
<style>
span { border-color: #4D576B; }
span { border-color: rgb(77,87,107); }
td.TdClassName
{
border-color: #4D576B;
}
.TagClassName
{
border-color: #4D576B;
}
</style>