Shades of East Bay #4D566D
Tints of East Bay #4D566D
RGB
CMYK
RGB Variations
Color information
#4D566D (or 0x4D566D) is known color: East Bay. HEX triplet: 4D, 56 and 6D. RGB value is (77,86,109). Sum of RGB (Red+Green+Blue) = 77+86+109=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D566D is #B2A992. Grayscale: #555555. Windows color (decimal): -11708819 or 7165517. OLE color: 7165517.
HSL color Cylindrical-coordinate representation of color #4D566D: hue angle of 223.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D566D is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 86 | 109 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.57 |
| HSL | 223.13º | 0.17% | 0.36% | - |
| HSV(B) | 223.13º | 0.29% | 0.43% | - |
| XYZ | 9.15 | 9.34 | 15.79 | - |
| YUV | 85.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 109 | 0.29 | 0.21 | 0 | 0.57 | 223.13 | 0.17 | 0.36 |
| Hex | 4D | 56 | 6D | 1D | 15 | 0 | 39 | DF | 11 | 24 |
| Octal | 115 | 126 | 155 | 35 | 25 | 0 | 71 | 337 | 21 | 44 |
| Binary | 1001101 | 1010110 | 1101101 | 11101 | 10101 | 0 | 111001 | 11011111 | 10001 | 100100 |
Color Harmonies of #4D566D
Complementary color
Monochromatic Colors of #4D566D
Black with #4D566D
Text Example
Text Example
White with #4D566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D566D; }
p { color: rgb(77,86,109); }
H1.HeaderClassName
{
color: #4D566D;
}
.AnyTagClassName
{
color: #4D566D;
}
</style>
background-color css
<style>
a { background-color: #4D566D; }
a { background-color: rgb(77,86,109); }
div.DivClassName
{
background-color: #4D566D;
}
.BgClassName
{
background-color: #4D566D;
}
</style>
border-color css
<style>
span { border-color: #4D566D; }
span { border-color: rgb(77,86,109); }
td.TdClassName
{
border-color: #4D566D;
}
.TagClassName
{
border-color: #4D566D;
}
</style>