Shades of Mako #4D615E
Tints of Mako #4D615E
RGB
CMYK
RGB Variations
Color information
#4D615E (or 0x4D615E) is known color: Mako. HEX triplet: 4D, 61 and 5E. RGB value is (77,97,94). Sum of RGB (Red+Green+Blue) = 77+97+94=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #4D615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D615E is #B29EA1. Grayscale: #5A5A5A. Windows color (decimal): -11706018 or 6185293. OLE color: 6185293.
HSL color Cylindrical-coordinate representation of color #4D615E: hue angle of 171º 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 #4D615E is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 94 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.62 |
| HSL | 171º | 0.11% | 0.34% | - |
| HSV(B) | 171º | 0.21% | 0.38% | - |
| XYZ | 9.36 | 10.94 | 12.21 | - |
| YUV | 90.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 94 | 0.21 | 0 | 0.03 | 0.62 | 171 | 0.11 | 0.34 |
| Hex | 4D | 61 | 5E | 15 | 0 | 3 | 3E | AB | B | 22 |
| Octal | 115 | 141 | 136 | 25 | 0 | 3 | 76 | 253 | 13 | 42 |
| Binary | 1001101 | 1100001 | 1011110 | 10101 | 0 | 11 | 111110 | 10101011 | 1011 | 100010 |
Color Harmonies of #4D615E
Complementary color
Monochromatic Colors of #4D615E
Black with #4D615E
Text Example
Text Example
White with #4D615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D615E; }
p { color: rgb(77,97,94); }
H1.HeaderClassName
{
color: #4D615E;
}
.AnyTagClassName
{
color: #4D615E;
}
</style>
background-color css
<style>
a { background-color: #4D615E; }
a { background-color: rgb(77,97,94); }
div.DivClassName
{
background-color: #4D615E;
}
.BgClassName
{
background-color: #4D615E;
}
</style>
border-color css
<style>
span { border-color: #4D615E; }
span { border-color: rgb(77,97,94); }
td.TdClassName
{
border-color: #4D615E;
}
.TagClassName
{
border-color: #4D615E;
}
</style>