Shades of Mako #4F5758
Tints of Mako #4F5758
RGB
CMYK
RGB Variations
Color information
#4F5758 (or 0x4F5758) is known color: Mako. HEX triplet: 4F, 57 and 58. RGB value is (79,87,88). Sum of RGB (Red+Green+Blue) = 79+87+88=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F5758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5758 is #B0A8A7. Grayscale: #545454. Windows color (decimal): -11577512 or 5789519. OLE color: 5789519.
HSL color Cylindrical-coordinate representation of color #4F5758: hue angle of 186.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F5758 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 87 | 88 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.65 |
| HSL | 186.67º | 0.05% | 0.33% | - |
| HSV(B) | 186.67º | 0.1% | 0.35% | - |
| XYZ | 8.39 | 9.18 | 10.56 | - |
| YUV | 84.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 88 | 0.10 | 0.01 | 0 | 0.65 | 186.67 | 0.05 | 0.33 |
| Hex | 4F | 57 | 58 | A | 1 | 0 | 41 | BB | 5 | 21 |
| Octal | 117 | 127 | 130 | 12 | 1 | 0 | 101 | 273 | 5 | 41 |
| Binary | 1001111 | 1010111 | 1011000 | 1010 | 1 | 0 | 1000001 | 10111011 | 101 | 100001 |
Color Harmonies of #4F5758
Complementary color
Monochromatic Colors of #4F5758
Black with #4F5758
Text Example
Text Example
White with #4F5758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5758; }
p { color: rgb(79,87,88); }
H1.HeaderClassName
{
color: #4F5758;
}
.AnyTagClassName
{
color: #4F5758;
}
</style>
background-color css
<style>
a { background-color: #4F5758; }
a { background-color: rgb(79,87,88); }
div.DivClassName
{
background-color: #4F5758;
}
.BgClassName
{
background-color: #4F5758;
}
</style>
border-color css
<style>
span { border-color: #4F5758; }
span { border-color: rgb(79,87,88); }
td.TdClassName
{
border-color: #4F5758;
}
.TagClassName
{
border-color: #4F5758;
}
</style>