Shades of Mako #4D605D
Tints of Mako #4D605D
RGB
CMYK
RGB Variations
Color information
#4D605D (or 0x4D605D) is known color: Mako. HEX triplet: 4D, 60 and 5D. RGB value is (77,96,93). Sum of RGB (Red+Green+Blue) = 77+96+93=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #4D605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D605D is #B29FA2. Grayscale: #595959. Windows color (decimal): -11706275 or 6119501. OLE color: 6119501.
HSL color Cylindrical-coordinate representation of color #4D605D: hue angle of 170.53º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D605D is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 93 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.62 |
| HSL | 170.53º | 0.11% | 0.34% | - |
| HSV(B) | 170.53º | 0.2% | 0.38% | - |
| XYZ | 9.22 | 10.73 | 11.94 | - |
| YUV | 89.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 93 | 0.20 | 0 | 0.03 | 0.62 | 170.53 | 0.11 | 0.34 |
| Hex | 4D | 60 | 5D | 14 | 0 | 3 | 3E | AB | B | 22 |
| Octal | 115 | 140 | 135 | 24 | 0 | 3 | 76 | 253 | 13 | 42 |
| Binary | 1001101 | 1100000 | 1011101 | 10100 | 0 | 11 | 111110 | 10101011 | 1011 | 100010 |
Color Harmonies of #4D605D
Complementary color
Monochromatic Colors of #4D605D
Black with #4D605D
Text Example
Text Example
White with #4D605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D605D; }
p { color: rgb(77,96,93); }
H1.HeaderClassName
{
color: #4D605D;
}
.AnyTagClassName
{
color: #4D605D;
}
</style>
background-color css
<style>
a { background-color: #4D605D; }
a { background-color: rgb(77,96,93); }
div.DivClassName
{
background-color: #4D605D;
}
.BgClassName
{
background-color: #4D605D;
}
</style>
border-color css
<style>
span { border-color: #4D605D; }
span { border-color: rgb(77,96,93); }
td.TdClassName
{
border-color: #4D605D;
}
.TagClassName
{
border-color: #4D605D;
}
</style>