Shades of East Bay #4D586A
Tints of East Bay #4D586A
RGB
CMYK
RGB Variations
Color information
#4D586A (or 0x4D586A) is known color: East Bay. HEX triplet: 4D, 58 and 6A. RGB value is (77,88,106). Sum of RGB (Red+Green+Blue) = 77+88+106=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D586A is #B2A795. Grayscale: #565656. Windows color (decimal): -11708310 or 6969421. OLE color: 6969421.
HSL color Cylindrical-coordinate representation of color #4D586A: hue angle of 217.24º 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 #4D586A is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 88 | 106 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.58 |
| HSL | 217.24º | 0.16% | 0.36% | - |
| HSV(B) | 217.24º | 0.27% | 0.42% | - |
| XYZ | 9.15 | 9.6 | 15.01 | - |
| YUV | 86.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 106 | 0.27 | 0.17 | 0 | 0.58 | 217.24 | 0.16 | 0.36 |
| Hex | 4D | 58 | 6A | 1B | 11 | 0 | 3A | D9 | 10 | 24 |
| Octal | 115 | 130 | 152 | 33 | 21 | 0 | 72 | 331 | 20 | 44 |
| Binary | 1001101 | 1011000 | 1101010 | 11011 | 10001 | 0 | 111010 | 11011001 | 10000 | 100100 |
Color Harmonies of #4D586A
Complementary color
Monochromatic Colors of #4D586A
Black with #4D586A
Text Example
Text Example
White with #4D586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D586A; }
p { color: rgb(77,88,106); }
H1.HeaderClassName
{
color: #4D586A;
}
.AnyTagClassName
{
color: #4D586A;
}
</style>
background-color css
<style>
a { background-color: #4D586A; }
a { background-color: rgb(77,88,106); }
div.DivClassName
{
background-color: #4D586A;
}
.BgClassName
{
background-color: #4D586A;
}
</style>
border-color css
<style>
span { border-color: #4D586A; }
span { border-color: rgb(77,88,106); }
td.TdClassName
{
border-color: #4D586A;
}
.TagClassName
{
border-color: #4D586A;
}
</style>