Shades of Ming #486E70
Tints of Ming #486E70
RGB
CMYK
RGB Variations
Color information
#486E70 (or 0x486E70) is known color: Ming. HEX triplet: 48, 6E and 70. RGB value is (72,110,112). Sum of RGB (Red+Green+Blue) = 72+110+112=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #486E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E70 is #B7918F. Grayscale: #626262. Windows color (decimal): -12030352 or 7368264. OLE color: 7368264.
HSL color Cylindrical-coordinate representation of color #486E70: hue angle of 183º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486E70 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 110 | 112 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.56 |
| HSL | 183º | 0.22% | 0.36% | - |
| HSV(B) | 183º | 0.36% | 0.44% | - |
| XYZ | 11.17 | 13.7 | 17.38 | - |
| YUV | 98.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 112 | 0.36 | 0.02 | 0 | 0.56 | 183 | 0.22 | 0.36 |
| Hex | 48 | 6E | 70 | 24 | 2 | 0 | 38 | B7 | 16 | 24 |
| Octal | 110 | 156 | 160 | 44 | 2 | 0 | 70 | 267 | 26 | 44 |
| Binary | 1001000 | 1101110 | 1110000 | 100100 | 10 | 0 | 111000 | 10110111 | 10110 | 100100 |
Color Harmonies of #486E70
Complementary color
Monochromatic Colors of #486E70
Black with #486E70
Text Example
Text Example
White with #486E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E70; }
p { color: rgb(72,110,112); }
H1.HeaderClassName
{
color: #486E70;
}
.AnyTagClassName
{
color: #486E70;
}
</style>
background-color css
<style>
a { background-color: #486E70; }
a { background-color: rgb(72,110,112); }
div.DivClassName
{
background-color: #486E70;
}
.BgClassName
{
background-color: #486E70;
}
</style>
border-color css
<style>
span { border-color: #486E70; }
span { border-color: rgb(72,110,112); }
td.TdClassName
{
border-color: #486E70;
}
.TagClassName
{
border-color: #486E70;
}
</style>