Shades of Ming #4F7175
Tints of Ming #4F7175
RGB
CMYK
RGB Variations
Color information
#4F7175 (or 0x4F7175) is known color: Ming. HEX triplet: 4F, 71 and 75. RGB value is (79,113,117). Sum of RGB (Red+Green+Blue) = 79+113+117=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F7175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7175 is #B08E8A. Grayscale: #676767. Windows color (decimal): -11570827 or 7696719. OLE color: 7696719.
HSL color Cylindrical-coordinate representation of color #4F7175: hue angle of 186.32º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7175 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 113 | 117 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.54 |
| HSL | 186.32º | 0.19% | 0.38% | - |
| HSV(B) | 186.32º | 0.32% | 0.46% | - |
| XYZ | 12.34 | 14.76 | 19.03 | - |
| YUV | 103.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 117 | 0.32 | 0.03 | 0 | 0.54 | 186.32 | 0.19 | 0.38 |
| Hex | 4F | 71 | 75 | 20 | 3 | 0 | 36 | BA | 13 | 26 |
| Octal | 117 | 161 | 165 | 40 | 3 | 0 | 66 | 272 | 23 | 46 |
| Binary | 1001111 | 1110001 | 1110101 | 100000 | 11 | 0 | 110110 | 10111010 | 10011 | 100110 |
Color Harmonies of #4F7175
Complementary color
Monochromatic Colors of #4F7175
Black with #4F7175
Text Example
Text Example
White with #4F7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7175; }
p { color: rgb(79,113,117); }
H1.HeaderClassName
{
color: #4F7175;
}
.AnyTagClassName
{
color: #4F7175;
}
</style>
background-color css
<style>
a { background-color: #4F7175; }
a { background-color: rgb(79,113,117); }
div.DivClassName
{
background-color: #4F7175;
}
.BgClassName
{
background-color: #4F7175;
}
</style>
border-color css
<style>
span { border-color: #4F7175; }
span { border-color: rgb(79,113,117); }
td.TdClassName
{
border-color: #4F7175;
}
.TagClassName
{
border-color: #4F7175;
}
</style>