Shades of Mako #4E5758
Tints of Mako #4E5758
RGB
CMYK
RGB Variations
Color information
#4E5758 (or 0x4E5758) is known color: Mako. HEX triplet: 4E, 57 and 58. RGB value is (78,87,88). Sum of RGB (Red+Green+Blue) = 78+87+88=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E5758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5758 is #B1A8A7. Grayscale: #545454. Windows color (decimal): -11643048 or 5789518. OLE color: 5789518.
HSL color Cylindrical-coordinate representation of color #4E5758: hue angle of 186º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E5758 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 87 | 88 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.65 |
| HSL | 186º | 0.06% | 0.33% | - |
| HSV(B) | 186º | 0.11% | 0.35% | - |
| XYZ | 8.31 | 9.14 | 10.56 | - |
| YUV | 84.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 88 | 0.11 | 0.01 | 0 | 0.65 | 186 | 0.06 | 0.33 |
| Hex | 4E | 57 | 58 | B | 1 | 0 | 41 | BA | 6 | 21 |
| Octal | 116 | 127 | 130 | 13 | 1 | 0 | 101 | 272 | 6 | 41 |
| Binary | 1001110 | 1010111 | 1011000 | 1011 | 1 | 0 | 1000001 | 10111010 | 110 | 100001 |
Color Harmonies of #4E5758
Complementary color
Monochromatic Colors of #4E5758
Black with #4E5758
Text Example
Text Example
White with #4E5758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5758; }
p { color: rgb(78,87,88); }
H1.HeaderClassName
{
color: #4E5758;
}
.AnyTagClassName
{
color: #4E5758;
}
</style>
background-color css
<style>
a { background-color: #4E5758; }
a { background-color: rgb(78,87,88); }
div.DivClassName
{
background-color: #4E5758;
}
.BgClassName
{
background-color: #4E5758;
}
</style>
border-color css
<style>
span { border-color: #4E5758; }
span { border-color: rgb(78,87,88); }
td.TdClassName
{
border-color: #4E5758;
}
.TagClassName
{
border-color: #4E5758;
}
</style>