Shades of East Bay #4D5161
Tints of East Bay #4D5161
RGB
CMYK
RGB Variations
Color information
#4D5161 (or 0x4D5161) is known color: East Bay. HEX triplet: 4D, 51 and 61. RGB value is (77,81,97). Sum of RGB (Red+Green+Blue) = 77+81+97=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D5161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5161 is #B2AE9E. Grayscale: #515151. Windows color (decimal): -11710111 or 6377805. OLE color: 6377805.
HSL color Cylindrical-coordinate representation of color #4D5161: hue angle of 228º degrees, saturation: 0.11, 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 #4D5161 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 81 | 97 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.62 |
| HSL | 228º | 0.11% | 0.34% | - |
| HSV(B) | 228º | 0.21% | 0.38% | - |
| XYZ | 8.16 | 8.33 | 12.49 | - |
| YUV | 81.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 97 | 0.21 | 0.16 | 0 | 0.62 | 228 | 0.11 | 0.34 |
| Hex | 4D | 51 | 61 | 15 | 10 | 0 | 3E | E4 | B | 22 |
| Octal | 115 | 121 | 141 | 25 | 20 | 0 | 76 | 344 | 13 | 42 |
| Binary | 1001101 | 1010001 | 1100001 | 10101 | 10000 | 0 | 111110 | 11100100 | 1011 | 100010 |
Color Harmonies of #4D5161
Complementary color
Monochromatic Colors of #4D5161
Black with #4D5161
Text Example
Text Example
White with #4D5161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5161; }
p { color: rgb(77,81,97); }
H1.HeaderClassName
{
color: #4D5161;
}
.AnyTagClassName
{
color: #4D5161;
}
</style>
background-color css
<style>
a { background-color: #4D5161; }
a { background-color: rgb(77,81,97); }
div.DivClassName
{
background-color: #4D5161;
}
.BgClassName
{
background-color: #4D5161;
}
</style>
border-color css
<style>
span { border-color: #4D5161; }
span { border-color: rgb(77,81,97); }
td.TdClassName
{
border-color: #4D5161;
}
.TagClassName
{
border-color: #4D5161;
}
</style>