Shades of East Bay #4D4F61
Tints of East Bay #4D4F61
RGB
CMYK
RGB Variations
Color information
#4D4F61 (or 0x4D4F61) is known color: East Bay. HEX triplet: 4D, 4F and 61. RGB value is (77,79,97). Sum of RGB (Red+Green+Blue) = 77+79+97=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D4F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4F61 is #B2B09E. Grayscale: #505050. Windows color (decimal): -11710623 or 6377293. OLE color: 6377293.
HSL color Cylindrical-coordinate representation of color #4D4F61: hue angle of 234º 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 #4D4F61 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 79 | 97 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.62 |
| HSL | 234º | 0.11% | 0.34% | - |
| HSV(B) | 234º | 0.21% | 0.38% | - |
| XYZ | 8.01 | 8.03 | 12.44 | - |
| YUV | 80.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 97 | 0.21 | 0.19 | 0 | 0.62 | 234 | 0.11 | 0.34 |
| Hex | 4D | 4F | 61 | 15 | 13 | 0 | 3E | EA | B | 22 |
| Octal | 115 | 117 | 141 | 25 | 23 | 0 | 76 | 352 | 13 | 42 |
| Binary | 1001101 | 1001111 | 1100001 | 10101 | 10011 | 0 | 111110 | 11101010 | 1011 | 100010 |
Color Harmonies of #4D4F61
Complementary color
Monochromatic Colors of #4D4F61
Black with #4D4F61
Text Example
Text Example
White with #4D4F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F61; }
p { color: rgb(77,79,97); }
H1.HeaderClassName
{
color: #4D4F61;
}
.AnyTagClassName
{
color: #4D4F61;
}
</style>
background-color css
<style>
a { background-color: #4D4F61; }
a { background-color: rgb(77,79,97); }
div.DivClassName
{
background-color: #4D4F61;
}
.BgClassName
{
background-color: #4D4F61;
}
</style>
border-color css
<style>
span { border-color: #4D4F61; }
span { border-color: rgb(77,79,97); }
td.TdClassName
{
border-color: #4D4F61;
}
.TagClassName
{
border-color: #4D4F61;
}
</style>