Shades of Ming #486E73
Tints of Ming #486E73
RGB
CMYK
RGB Variations
Color information
#486E73 (or 0x486E73) is known color: Ming. HEX triplet: 48, 6E and 73. RGB value is (72,110,115). Sum of RGB (Red+Green+Blue) = 72+110+115=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #486E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E73 is #B7918C. Grayscale: #636363. Windows color (decimal): -12030349 or 7564872. OLE color: 7564872.
HSL color Cylindrical-coordinate representation of color #486E73: hue angle of 186.98º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486E73 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 110 | 115 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.55 |
| HSL | 186.98º | 0.23% | 0.37% | - |
| HSV(B) | 186.98º | 0.37% | 0.45% | - |
| XYZ | 11.34 | 13.77 | 18.28 | - |
| YUV | 99.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 115 | 0.37 | 0.04 | 0 | 0.55 | 186.98 | 0.23 | 0.37 |
| Hex | 48 | 6E | 73 | 25 | 4 | 0 | 37 | BB | 17 | 25 |
| Octal | 110 | 156 | 163 | 45 | 4 | 0 | 67 | 273 | 27 | 45 |
| Binary | 1001000 | 1101110 | 1110011 | 100101 | 100 | 0 | 110111 | 10111011 | 10111 | 100101 |
Color Harmonies of #486E73
Complementary color
Monochromatic Colors of #486E73
Black with #486E73
Text Example
Text Example
White with #486E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E73; }
p { color: rgb(72,110,115); }
H1.HeaderClassName
{
color: #486E73;
}
.AnyTagClassName
{
color: #486E73;
}
</style>
background-color css
<style>
a { background-color: #486E73; }
a { background-color: rgb(72,110,115); }
div.DivClassName
{
background-color: #486E73;
}
.BgClassName
{
background-color: #486E73;
}
</style>
border-color css
<style>
span { border-color: #486E73; }
span { border-color: rgb(72,110,115); }
td.TdClassName
{
border-color: #486E73;
}
.TagClassName
{
border-color: #486E73;
}
</style>