Shades of East Bay #4D576A
Tints of East Bay #4D576A
RGB
CMYK
RGB Variations
Color information
#4D576A (or 0x4D576A) is known color: East Bay. HEX triplet: 4D, 57 and 6A. RGB value is (77,87,106). Sum of RGB (Red+Green+Blue) = 77+87+106=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D576A is #B2A895. Grayscale: #565656. Windows color (decimal): -11708566 or 6969165. OLE color: 6969165.
HSL color Cylindrical-coordinate representation of color #4D576A: hue angle of 219.31º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D576A is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 87 | 106 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.58 |
| HSL | 219.31º | 0.16% | 0.36% | - |
| HSV(B) | 219.31º | 0.27% | 0.42% | - |
| XYZ | 9.07 | 9.43 | 14.98 | - |
| YUV | 86.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 106 | 0.27 | 0.18 | 0 | 0.58 | 219.31 | 0.16 | 0.36 |
| Hex | 4D | 57 | 6A | 1B | 12 | 0 | 3A | DB | 10 | 24 |
| Octal | 115 | 127 | 152 | 33 | 22 | 0 | 72 | 333 | 20 | 44 |
| Binary | 1001101 | 1010111 | 1101010 | 11011 | 10010 | 0 | 111010 | 11011011 | 10000 | 100100 |
Color Harmonies of #4D576A
Complementary color
Monochromatic Colors of #4D576A
Black with #4D576A
Text Example
Text Example
White with #4D576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D576A; }
p { color: rgb(77,87,106); }
H1.HeaderClassName
{
color: #4D576A;
}
.AnyTagClassName
{
color: #4D576A;
}
</style>
background-color css
<style>
a { background-color: #4D576A; }
a { background-color: rgb(77,87,106); }
div.DivClassName
{
background-color: #4D576A;
}
.BgClassName
{
background-color: #4D576A;
}
</style>
border-color css
<style>
span { border-color: #4D576A; }
span { border-color: rgb(77,87,106); }
td.TdClassName
{
border-color: #4D576A;
}
.TagClassName
{
border-color: #4D576A;
}
</style>