Shades of East Bay #4D566A
Tints of East Bay #4D566A
RGB
CMYK
RGB Variations
Color information
#4D566A (or 0x4D566A) is known color: East Bay. HEX triplet: 4D, 56 and 6A. RGB value is (77,86,106). Sum of RGB (Red+Green+Blue) = 77+86+106=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D566A is #B2A995. Grayscale: #555555. Windows color (decimal): -11708822 or 6968909. OLE color: 6968909.
HSL color Cylindrical-coordinate representation of color #4D566A: hue angle of 221.38º 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 #4D566A is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 86 | 106 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.58 |
| HSL | 221.38º | 0.16% | 0.36% | - |
| HSV(B) | 221.38º | 0.27% | 0.42% | - |
| XYZ | 8.99 | 9.27 | 14.95 | - |
| YUV | 85.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 106 | 0.27 | 0.19 | 0 | 0.58 | 221.38 | 0.16 | 0.36 |
| Hex | 4D | 56 | 6A | 1B | 13 | 0 | 3A | DD | 10 | 24 |
| Octal | 115 | 126 | 152 | 33 | 23 | 0 | 72 | 335 | 20 | 44 |
| Binary | 1001101 | 1010110 | 1101010 | 11011 | 10011 | 0 | 111010 | 11011101 | 10000 | 100100 |
Color Harmonies of #4D566A
Complementary color
Monochromatic Colors of #4D566A
Black with #4D566A
Text Example
Text Example
White with #4D566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D566A; }
p { color: rgb(77,86,106); }
H1.HeaderClassName
{
color: #4D566A;
}
.AnyTagClassName
{
color: #4D566A;
}
</style>
background-color css
<style>
a { background-color: #4D566A; }
a { background-color: rgb(77,86,106); }
div.DivClassName
{
background-color: #4D566A;
}
.BgClassName
{
background-color: #4D566A;
}
</style>
border-color css
<style>
span { border-color: #4D566A; }
span { border-color: rgb(77,86,106); }
td.TdClassName
{
border-color: #4D566A;
}
.TagClassName
{
border-color: #4D566A;
}
</style>