Shades of Mako #4E595A
Tints of Mako #4E595A
RGB
CMYK
RGB Variations
Color information
#4E595A (or 0x4E595A) is known color: Mako. HEX triplet: 4E, 59 and 5A. RGB value is (78,89,90). Sum of RGB (Red+Green+Blue) = 78+89+90=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E595A is #B1A6A5. Grayscale: #555555. Windows color (decimal): -11642534 or 5921102. OLE color: 5921102.
HSL color Cylindrical-coordinate representation of color #4E595A: 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 #4E595A is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 89 | 90 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.65 |
| HSL | 185º | 0.07% | 0.33% | - |
| HSV(B) | 185º | 0.13% | 0.35% | - |
| XYZ | 8.56 | 9.5 | 11.06 | - |
| YUV | 85.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 90 | 0.13 | 0.01 | 0 | 0.65 | 185 | 0.07 | 0.33 |
| Hex | 4E | 59 | 5A | D | 1 | 0 | 41 | B9 | 7 | 21 |
| Octal | 116 | 131 | 132 | 15 | 1 | 0 | 101 | 271 | 7 | 41 |
| Binary | 1001110 | 1011001 | 1011010 | 1101 | 1 | 0 | 1000001 | 10111001 | 111 | 100001 |
Color Harmonies of #4E595A
Complementary color
Monochromatic Colors of #4E595A
Black with #4E595A
Text Example
Text Example
White with #4E595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E595A; }
p { color: rgb(78,89,90); }
H1.HeaderClassName
{
color: #4E595A;
}
.AnyTagClassName
{
color: #4E595A;
}
</style>
background-color css
<style>
a { background-color: #4E595A; }
a { background-color: rgb(78,89,90); }
div.DivClassName
{
background-color: #4E595A;
}
.BgClassName
{
background-color: #4E595A;
}
</style>
border-color css
<style>
span { border-color: #4E595A; }
span { border-color: rgb(78,89,90); }
td.TdClassName
{
border-color: #4E595A;
}
.TagClassName
{
border-color: #4E595A;
}
</style>