Shades of East Bay #4D516B
Tints of East Bay #4D516B
RGB
CMYK
RGB Variations
Color information
#4D516B (or 0x4D516B) is known color: East Bay. HEX triplet: 4D, 51 and 6B. RGB value is (77,81,107). Sum of RGB (Red+Green+Blue) = 77+81+107=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D516B is #B2AE94. Grayscale: #525252. Windows color (decimal): -11710101 or 7033165. OLE color: 7033165.
HSL color Cylindrical-coordinate representation of color #4D516B: hue angle of 232º 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 #4D516B is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 81 | 107 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.58 |
| HSL | 232º | 0.16% | 0.36% | - |
| HSV(B) | 232º | 0.28% | 0.42% | - |
| XYZ | 8.66 | 8.52 | 15.1 | - |
| YUV | 82.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 107 | 0.28 | 0.24 | 0 | 0.58 | 232 | 0.16 | 0.36 |
| Hex | 4D | 51 | 6B | 1C | 18 | 0 | 3A | E8 | 10 | 24 |
| Octal | 115 | 121 | 153 | 34 | 30 | 0 | 72 | 350 | 20 | 44 |
| Binary | 1001101 | 1010001 | 1101011 | 11100 | 11000 | 0 | 111010 | 11101000 | 10000 | 100100 |
Color Harmonies of #4D516B
Complementary color
Monochromatic Colors of #4D516B
Black with #4D516B
Text Example
Text Example
White with #4D516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D516B; }
p { color: rgb(77,81,107); }
H1.HeaderClassName
{
color: #4D516B;
}
.AnyTagClassName
{
color: #4D516B;
}
</style>
background-color css
<style>
a { background-color: #4D516B; }
a { background-color: rgb(77,81,107); }
div.DivClassName
{
background-color: #4D516B;
}
.BgClassName
{
background-color: #4D516B;
}
</style>
border-color css
<style>
span { border-color: #4D516B; }
span { border-color: rgb(77,81,107); }
td.TdClassName
{
border-color: #4D516B;
}
.TagClassName
{
border-color: #4D516B;
}
</style>