Shades of Mako #4E5D5B
Tints of Mako #4E5D5B
RGB
CMYK
RGB Variations
Color information
#4E5D5B (or 0x4E5D5B) is known color: Mako. HEX triplet: 4E, 5D and 5B. RGB value is (78,93,91). Sum of RGB (Red+Green+Blue) = 78+93+91=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 93 - color contains mainly: green. Hex color #4E5D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5D5B is #B1A2A4. Grayscale: #585858. Windows color (decimal): -11641509 or 5987662. OLE color: 5987662.
HSL color Cylindrical-coordinate representation of color #4E5D5B: hue angle of 172º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4E5D5B is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 93 | 91 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.64 |
| HSL | 172º | 0.09% | 0.34% | - |
| HSV(B) | 172º | 0.16% | 0.36% | - |
| XYZ | 8.94 | 10.2 | 11.4 | - |
| YUV | 88.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 91 | 0.16 | 0 | 0.02 | 0.64 | 172 | 0.09 | 0.34 |
| Hex | 4E | 5D | 5B | 10 | 0 | 2 | 40 | AC | 9 | 22 |
| Octal | 116 | 135 | 133 | 20 | 0 | 2 | 100 | 254 | 11 | 42 |
| Binary | 1001110 | 1011101 | 1011011 | 10000 | 0 | 10 | 1000000 | 10101100 | 1001 | 100010 |
Color Harmonies of #4E5D5B
Complementary color
Monochromatic Colors of #4E5D5B
Black with #4E5D5B
Text Example
Text Example
White with #4E5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5D5B; }
p { color: rgb(78,93,91); }
H1.HeaderClassName
{
color: #4E5D5B;
}
.AnyTagClassName
{
color: #4E5D5B;
}
</style>
background-color css
<style>
a { background-color: #4E5D5B; }
a { background-color: rgb(78,93,91); }
div.DivClassName
{
background-color: #4E5D5B;
}
.BgClassName
{
background-color: #4E5D5B;
}
</style>
border-color css
<style>
span { border-color: #4E5D5B; }
span { border-color: rgb(78,93,91); }
td.TdClassName
{
border-color: #4E5D5B;
}
.TagClassName
{
border-color: #4E5D5B;
}
</style>