Shades of Ming #407E7D
Tints of Ming #407E7D
RGB
CMYK
RGB Variations
Color information
#407E7D (or 0x407E7D) is known color: Ming. HEX triplet: 40, 7E and 7D. RGB value is (64,126,125). Sum of RGB (Red+Green+Blue) = 64+126+125=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #407E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E7D is #BF8182. Grayscale: #6B6B6B. Windows color (decimal): -12550531 or 8224320. OLE color: 8224320.
HSL color Cylindrical-coordinate representation of color #407E7D: hue angle of 179.03º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407E7D is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 125 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.51 |
| HSL | 179.03º | 0.33% | 0.37% | - |
| HSV(B) | 179.03º | 0.49% | 0.49% | - |
| XYZ | 13.28 | 17.49 | 22.08 | - |
| YUV | 107.35 | 137.96 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 125 | 0.49 | 0 | 0.01 | 0.51 | 179.03 | 0.33 | 0.37 |
| Hex | 40 | 7E | 7D | 31 | 0 | 1 | 33 | B3 | 21 | 25 |
| Octal | 100 | 176 | 175 | 61 | 0 | 1 | 63 | 263 | 41 | 45 |
| Binary | 1000000 | 1111110 | 1111101 | 110001 | 0 | 1 | 110011 | 10110011 | 100001 | 100101 |
Color Harmonies of #407E7D
Complementary color
Monochromatic Colors of #407E7D
Black with #407E7D
Text Example
Text Example
White with #407E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E7D; }
p { color: rgb(64,126,125); }
H1.HeaderClassName
{
color: #407E7D;
}
.AnyTagClassName
{
color: #407E7D;
}
</style>
background-color css
<style>
a { background-color: #407E7D; }
a { background-color: rgb(64,126,125); }
div.DivClassName
{
background-color: #407E7D;
}
.BgClassName
{
background-color: #407E7D;
}
</style>
border-color css
<style>
span { border-color: #407E7D; }
span { border-color: rgb(64,126,125); }
td.TdClassName
{
border-color: #407E7D;
}
.TagClassName
{
border-color: #407E7D;
}
</style>