Shades of Mako #4E5859
Tints of Mako #4E5859
RGB
CMYK
RGB Variations
Color information
#4E5859 (or 0x4E5859) is known color: Mako. HEX triplet: 4E, 58 and 59. RGB value is (78,88,89). Sum of RGB (Red+Green+Blue) = 78+88+89=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5859 is #B1A7A6. Grayscale: #555555. Windows color (decimal): -11642791 or 5855310. OLE color: 5855310.
HSL color Cylindrical-coordinate representation of color #4E5859: hue angle of 185.45º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E5859 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 89 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.65 |
| HSL | 185.45º | 0.07% | 0.33% | - |
| HSV(B) | 185.45º | 0.12% | 0.35% | - |
| XYZ | 8.43 | 9.32 | 10.81 | - |
| YUV | 85.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 89 | 0.12 | 0.01 | 0 | 0.65 | 185.45 | 0.07 | 0.33 |
| Hex | 4E | 58 | 59 | C | 1 | 0 | 41 | B9 | 7 | 21 |
| Octal | 116 | 130 | 131 | 14 | 1 | 0 | 101 | 271 | 7 | 41 |
| Binary | 1001110 | 1011000 | 1011001 | 1100 | 1 | 0 | 1000001 | 10111001 | 111 | 100001 |
Color Harmonies of #4E5859
Complementary color
Monochromatic Colors of #4E5859
Black with #4E5859
Text Example
Text Example
White with #4E5859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5859; }
p { color: rgb(78,88,89); }
H1.HeaderClassName
{
color: #4E5859;
}
.AnyTagClassName
{
color: #4E5859;
}
</style>
background-color css
<style>
a { background-color: #4E5859; }
a { background-color: rgb(78,88,89); }
div.DivClassName
{
background-color: #4E5859;
}
.BgClassName
{
background-color: #4E5859;
}
</style>
border-color css
<style>
span { border-color: #4E5859; }
span { border-color: rgb(78,88,89); }
td.TdClassName
{
border-color: #4E5859;
}
.TagClassName
{
border-color: #4E5859;
}
</style>