Shades of East Bay #4D566B
Tints of East Bay #4D566B
RGB
CMYK
RGB Variations
Color information
#4D566B (or 0x4D566B) is known color: East Bay. HEX triplet: 4D, 56 and 6B. RGB value is (77,86,107). Sum of RGB (Red+Green+Blue) = 77+86+107=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D566B is #B2A994. Grayscale: #555555. Windows color (decimal): -11708821 or 7034445. OLE color: 7034445.
HSL color Cylindrical-coordinate representation of color #4D566B: hue angle of 222º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D566B is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 86 | 107 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.58 |
| HSL | 222º | 0.16% | 0.36% | - |
| HSV(B) | 222º | 0.28% | 0.42% | - |
| XYZ | 9.04 | 9.29 | 15.23 | - |
| YUV | 85.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 107 | 0.28 | 0.20 | 0 | 0.58 | 222 | 0.16 | 0.36 |
| Hex | 4D | 56 | 6B | 1C | 14 | 0 | 3A | DE | 10 | 24 |
| Octal | 115 | 126 | 153 | 34 | 24 | 0 | 72 | 336 | 20 | 44 |
| Binary | 1001101 | 1010110 | 1101011 | 11100 | 10100 | 0 | 111010 | 11011110 | 10000 | 100100 |
Color Harmonies of #4D566B
Complementary color
Monochromatic Colors of #4D566B
Black with #4D566B
Text Example
Text Example
White with #4D566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D566B; }
p { color: rgb(77,86,107); }
H1.HeaderClassName
{
color: #4D566B;
}
.AnyTagClassName
{
color: #4D566B;
}
</style>
background-color css
<style>
a { background-color: #4D566B; }
a { background-color: rgb(77,86,107); }
div.DivClassName
{
background-color: #4D566B;
}
.BgClassName
{
background-color: #4D566B;
}
</style>
border-color css
<style>
span { border-color: #4D566B; }
span { border-color: rgb(77,86,107); }
td.TdClassName
{
border-color: #4D566B;
}
.TagClassName
{
border-color: #4D566B;
}
</style>