Shades of East Bay #4D596A
Tints of East Bay #4D596A
RGB
CMYK
RGB Variations
Color information
#4D596A (or 0x4D596A) is known color: East Bay. HEX triplet: 4D, 59 and 6A. RGB value is (77,89,106). Sum of RGB (Red+Green+Blue) = 77+89+106=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D596A is #B2A695. Grayscale: #575757. Windows color (decimal): -11708054 or 6969677. OLE color: 6969677.
HSL color Cylindrical-coordinate representation of color #4D596A: hue angle of 215.17º 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 #4D596A is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 89 | 106 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.58 |
| HSL | 215.17º | 0.16% | 0.36% | - |
| HSV(B) | 215.17º | 0.27% | 0.42% | - |
| XYZ | 9.23 | 9.76 | 15.03 | - |
| YUV | 87.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 106 | 0.27 | 0.16 | 0 | 0.58 | 215.17 | 0.16 | 0.36 |
| Hex | 4D | 59 | 6A | 1B | 10 | 0 | 3A | D7 | 10 | 24 |
| Octal | 115 | 131 | 152 | 33 | 20 | 0 | 72 | 327 | 20 | 44 |
| Binary | 1001101 | 1011001 | 1101010 | 11011 | 10000 | 0 | 111010 | 11010111 | 10000 | 100100 |
Color Harmonies of #4D596A
Complementary color
Monochromatic Colors of #4D596A
Black with #4D596A
Text Example
Text Example
White with #4D596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D596A; }
p { color: rgb(77,89,106); }
H1.HeaderClassName
{
color: #4D596A;
}
.AnyTagClassName
{
color: #4D596A;
}
</style>
background-color css
<style>
a { background-color: #4D596A; }
a { background-color: rgb(77,89,106); }
div.DivClassName
{
background-color: #4D596A;
}
.BgClassName
{
background-color: #4D596A;
}
</style>
border-color css
<style>
span { border-color: #4D596A; }
span { border-color: rgb(77,89,106); }
td.TdClassName
{
border-color: #4D596A;
}
.TagClassName
{
border-color: #4D596A;
}
</style>