Shades of Ming #40706E
Tints of Ming #40706E
RGB
CMYK
RGB Variations
Color information
#40706E (or 0x40706E) is known color: Ming. HEX triplet: 40, 70 and 6E. RGB value is (64,112,110). Sum of RGB (Red+Green+Blue) = 64+112+110=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #40706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40706E is #BF8F91. Grayscale: #616161. Windows color (decimal): -12554130 or 7237696. OLE color: 7237696.
HSL color Cylindrical-coordinate representation of color #40706E: hue angle of 177.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40706E is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 110 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.56 |
| HSL | 177.5º | 0.27% | 0.35% | - |
| HSV(B) | 177.5º | 0.43% | 0.44% | - |
| XYZ | 10.72 | 13.8 | 16.85 | - |
| YUV | 97.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 110 | 0.43 | 0 | 0.02 | 0.56 | 177.5 | 0.27 | 0.35 |
| Hex | 40 | 70 | 6E | 2B | 0 | 2 | 38 | B2 | 1B | 23 |
| Octal | 100 | 160 | 156 | 53 | 0 | 2 | 70 | 262 | 33 | 43 |
| Binary | 1000000 | 1110000 | 1101110 | 101011 | 0 | 10 | 111000 | 10110010 | 11011 | 100011 |
Color Harmonies of #40706E
Complementary color
Monochromatic Colors of #40706E
Black with #40706E
Text Example
Text Example
White with #40706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40706E; }
p { color: rgb(64,112,110); }
H1.HeaderClassName
{
color: #40706E;
}
.AnyTagClassName
{
color: #40706E;
}
</style>
background-color css
<style>
a { background-color: #40706E; }
a { background-color: rgb(64,112,110); }
div.DivClassName
{
background-color: #40706E;
}
.BgClassName
{
background-color: #40706E;
}
</style>
border-color css
<style>
span { border-color: #40706E; }
span { border-color: rgb(64,112,110); }
td.TdClassName
{
border-color: #40706E;
}
.TagClassName
{
border-color: #40706E;
}
</style>