Shades of Mako #4F5857
Tints of Mako #4F5857
RGB
CMYK
RGB Variations
Color information
#4F5857 (or 0x4F5857) is known color: Mako. HEX triplet: 4F, 58 and 57. RGB value is (79,88,87). Sum of RGB (Red+Green+Blue) = 79+88+87=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5857 is #B0A7A8. Grayscale: #555555. Windows color (decimal): -11577257 or 5724239. OLE color: 5724239.
HSL color Cylindrical-coordinate representation of color #4F5857: hue angle of 173.33º 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 #4F5857 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 88 | 87 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.65 |
| HSL | 173.33º | 0.05% | 0.33% | - |
| HSV(B) | 173.33º | 0.1% | 0.35% | - |
| XYZ | 8.43 | 9.33 | 10.37 | - |
| YUV | 85.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 87 | 0.10 | 0 | 0.01 | 0.65 | 173.33 | 0.05 | 0.33 |
| Hex | 4F | 58 | 57 | A | 0 | 1 | 41 | AD | 5 | 21 |
| Octal | 117 | 130 | 127 | 12 | 0 | 1 | 101 | 255 | 5 | 41 |
| Binary | 1001111 | 1011000 | 1010111 | 1010 | 0 | 1 | 1000001 | 10101101 | 101 | 100001 |
Color Harmonies of #4F5857
Complementary color
Monochromatic Colors of #4F5857
Black with #4F5857
Text Example
Text Example
White with #4F5857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5857; }
p { color: rgb(79,88,87); }
H1.HeaderClassName
{
color: #4F5857;
}
.AnyTagClassName
{
color: #4F5857;
}
</style>
background-color css
<style>
a { background-color: #4F5857; }
a { background-color: rgb(79,88,87); }
div.DivClassName
{
background-color: #4F5857;
}
.BgClassName
{
background-color: #4F5857;
}
</style>
border-color css
<style>
span { border-color: #4F5857; }
span { border-color: rgb(79,88,87); }
td.TdClassName
{
border-color: #4F5857;
}
.TagClassName
{
border-color: #4F5857;
}
</style>