Shades of Mako #4D5859
Tints of Mako #4D5859
RGB
CMYK
RGB Variations
Color information
#4D5859 (or 0x4D5859) is known color: Mako. HEX triplet: 4D, 58 and 59. RGB value is (77,88,89). Sum of RGB (Red+Green+Blue) = 77+88+89=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5859 is #B2A7A6. Grayscale: #545454. Windows color (decimal): -11708327 or 5855309. OLE color: 5855309.
HSL color Cylindrical-coordinate representation of color #4D5859: hue angle of 185º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D5859 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 89 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.65 |
| HSL | 185º | 0.07% | 0.33% | - |
| HSV(B) | 185º | 0.13% | 0.35% | - |
| XYZ | 8.35 | 9.28 | 10.8 | - |
| YUV | 84.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 89 | 0.13 | 0.01 | 0 | 0.65 | 185 | 0.07 | 0.33 |
| Hex | 4D | 58 | 59 | D | 1 | 0 | 41 | B9 | 7 | 21 |
| Octal | 115 | 130 | 131 | 15 | 1 | 0 | 101 | 271 | 7 | 41 |
| Binary | 1001101 | 1011000 | 1011001 | 1101 | 1 | 0 | 1000001 | 10111001 | 111 | 100001 |
Color Harmonies of #4D5859
Complementary color
Monochromatic Colors of #4D5859
Black with #4D5859
Text Example
Text Example
White with #4D5859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5859; }
p { color: rgb(77,88,89); }
H1.HeaderClassName
{
color: #4D5859;
}
.AnyTagClassName
{
color: #4D5859;
}
</style>
background-color css
<style>
a { background-color: #4D5859; }
a { background-color: rgb(77,88,89); }
div.DivClassName
{
background-color: #4D5859;
}
.BgClassName
{
background-color: #4D5859;
}
</style>
border-color css
<style>
span { border-color: #4D5859; }
span { border-color: rgb(77,88,89); }
td.TdClassName
{
border-color: #4D5859;
}
.TagClassName
{
border-color: #4D5859;
}
</style>