Shades of East Bay #4D5162
Tints of East Bay #4D5162
RGB
CMYK
RGB Variations
Color information
#4D5162 (or 0x4D5162) is known color: East Bay. HEX triplet: 4D, 51 and 62. RGB value is (77,81,98). Sum of RGB (Red+Green+Blue) = 77+81+98=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D5162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5162 is #B2AE9D. Grayscale: #515151. Windows color (decimal): -11710110 or 6443341. OLE color: 6443341.
HSL color Cylindrical-coordinate representation of color #4D5162: hue angle of 228.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5162 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 81 | 98 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.62 |
| HSL | 228.57º | 0.12% | 0.34% | - |
| HSV(B) | 228.57º | 0.21% | 0.38% | - |
| XYZ | 8.21 | 8.34 | 12.73 | - |
| YUV | 81.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 98 | 0.21 | 0.17 | 0 | 0.62 | 228.57 | 0.12 | 0.34 |
| Hex | 4D | 51 | 62 | 15 | 11 | 0 | 3E | E5 | C | 22 |
| Octal | 115 | 121 | 142 | 25 | 21 | 0 | 76 | 345 | 14 | 42 |
| Binary | 1001101 | 1010001 | 1100010 | 10101 | 10001 | 0 | 111110 | 11100101 | 1100 | 100010 |
Color Harmonies of #4D5162
Complementary color
Monochromatic Colors of #4D5162
Black with #4D5162
Text Example
Text Example
White with #4D5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5162; }
p { color: rgb(77,81,98); }
H1.HeaderClassName
{
color: #4D5162;
}
.AnyTagClassName
{
color: #4D5162;
}
</style>
background-color css
<style>
a { background-color: #4D5162; }
a { background-color: rgb(77,81,98); }
div.DivClassName
{
background-color: #4D5162;
}
.BgClassName
{
background-color: #4D5162;
}
</style>
border-color css
<style>
span { border-color: #4D5162; }
span { border-color: rgb(77,81,98); }
td.TdClassName
{
border-color: #4D5162;
}
.TagClassName
{
border-color: #4D5162;
}
</style>