Shades of Ming #486E72
Tints of Ming #486E72
RGB
CMYK
RGB Variations
Color information
#486E72 (or 0x486E72) is known color: Ming. HEX triplet: 48, 6E and 72. RGB value is (72,110,114). Sum of RGB (Red+Green+Blue) = 72+110+114=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #486E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E72 is #B7918D. Grayscale: #636363. Windows color (decimal): -12030350 or 7499336. OLE color: 7499336.
HSL color Cylindrical-coordinate representation of color #486E72: hue angle of 185.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486E72 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 110 | 114 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.55 |
| HSL | 185.71º | 0.23% | 0.36% | - |
| HSV(B) | 185.71º | 0.37% | 0.45% | - |
| XYZ | 11.29 | 13.74 | 17.98 | - |
| YUV | 99.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 114 | 0.37 | 0.04 | 0 | 0.55 | 185.71 | 0.23 | 0.36 |
| Hex | 48 | 6E | 72 | 25 | 4 | 0 | 37 | BA | 17 | 24 |
| Octal | 110 | 156 | 162 | 45 | 4 | 0 | 67 | 272 | 27 | 44 |
| Binary | 1001000 | 1101110 | 1110010 | 100101 | 100 | 0 | 110111 | 10111010 | 10111 | 100100 |
Color Harmonies of #486E72
Complementary color
Monochromatic Colors of #486E72
Black with #486E72
Text Example
Text Example
White with #486E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E72; }
p { color: rgb(72,110,114); }
H1.HeaderClassName
{
color: #486E72;
}
.AnyTagClassName
{
color: #486E72;
}
</style>
background-color css
<style>
a { background-color: #486E72; }
a { background-color: rgb(72,110,114); }
div.DivClassName
{
background-color: #486E72;
}
.BgClassName
{
background-color: #486E72;
}
</style>
border-color css
<style>
span { border-color: #486E72; }
span { border-color: rgb(72,110,114); }
td.TdClassName
{
border-color: #486E72;
}
.TagClassName
{
border-color: #486E72;
}
</style>