Shades of Mako #4F5F5C
Tints of Mako #4F5F5C
RGB
CMYK
RGB Variations
Color information
#4F5F5C (or 0x4F5F5C) is known color: Mako. HEX triplet: 4F, 5F and 5C. RGB value is (79,95,92). Sum of RGB (Red+Green+Blue) = 79+95+92=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 95 - color contains mainly: green. Hex color #4F5F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5F5C is #B0A0A3. Grayscale: #595959. Windows color (decimal): -11575460 or 6053711. OLE color: 6053711.
HSL color Cylindrical-coordinate representation of color #4F5F5C: hue angle of 168.75º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4F5F5C is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 95 | 92 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.63 |
| HSL | 168.75º | 0.09% | 0.34% | - |
| HSV(B) | 168.75º | 0.17% | 0.37% | - |
| XYZ | 9.25 | 10.62 | 11.69 | - |
| YUV | 89.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 95 | 92 | 0.17 | 0 | 0.03 | 0.63 | 168.75 | 0.09 | 0.34 |
| Hex | 4F | 5F | 5C | 11 | 0 | 3 | 3F | A9 | 9 | 22 |
| Octal | 117 | 137 | 134 | 21 | 0 | 3 | 77 | 251 | 11 | 42 |
| Binary | 1001111 | 1011111 | 1011100 | 10001 | 0 | 11 | 111111 | 10101001 | 1001 | 100010 |
Color Harmonies of #4F5F5C
Complementary color
Monochromatic Colors of #4F5F5C
Black with #4F5F5C
Text Example
Text Example
White with #4F5F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5F5C; }
p { color: rgb(79,95,92); }
H1.HeaderClassName
{
color: #4F5F5C;
}
.AnyTagClassName
{
color: #4F5F5C;
}
</style>
background-color css
<style>
a { background-color: #4F5F5C; }
a { background-color: rgb(79,95,92); }
div.DivClassName
{
background-color: #4F5F5C;
}
.BgClassName
{
background-color: #4F5F5C;
}
</style>
border-color css
<style>
span { border-color: #4F5F5C; }
span { border-color: rgb(79,95,92); }
td.TdClassName
{
border-color: #4F5F5C;
}
.TagClassName
{
border-color: #4F5F5C;
}
</style>