Shades of Mako #4F5D5B
Tints of Mako #4F5D5B
RGB
CMYK
RGB Variations
Color information
#4F5D5B (or 0x4F5D5B) is known color: Mako. HEX triplet: 4F, 5D and 5B. RGB value is (79,93,91). Sum of RGB (Red+Green+Blue) = 79+93+91=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #4F5D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5D5B is #B0A2A4. Grayscale: #585858. Windows color (decimal): -11575973 or 5987663. OLE color: 5987663.
HSL color Cylindrical-coordinate representation of color #4F5D5B: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F5D5B is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 93 | 91 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.64 |
| HSL | 171.43º | 0.08% | 0.34% | - |
| HSV(B) | 171.43º | 0.15% | 0.36% | - |
| XYZ | 9.03 | 10.25 | 11.4 | - |
| YUV | 88.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 91 | 0.15 | 0 | 0.02 | 0.64 | 171.43 | 0.08 | 0.34 |
| Hex | 4F | 5D | 5B | F | 0 | 2 | 40 | AB | 8 | 22 |
| Octal | 117 | 135 | 133 | 17 | 0 | 2 | 100 | 253 | 10 | 42 |
| Binary | 1001111 | 1011101 | 1011011 | 1111 | 0 | 10 | 1000000 | 10101011 | 1000 | 100010 |
Color Harmonies of #4F5D5B
Complementary color
Monochromatic Colors of #4F5D5B
Black with #4F5D5B
Text Example
Text Example
White with #4F5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5D5B; }
p { color: rgb(79,93,91); }
H1.HeaderClassName
{
color: #4F5D5B;
}
.AnyTagClassName
{
color: #4F5D5B;
}
</style>
background-color css
<style>
a { background-color: #4F5D5B; }
a { background-color: rgb(79,93,91); }
div.DivClassName
{
background-color: #4F5D5B;
}
.BgClassName
{
background-color: #4F5D5B;
}
</style>
border-color css
<style>
span { border-color: #4F5D5B; }
span { border-color: rgb(79,93,91); }
td.TdClassName
{
border-color: #4F5D5B;
}
.TagClassName
{
border-color: #4F5D5B;
}
</style>