Shades of Ming #407E7B
Tints of Ming #407E7B
RGB
CMYK
RGB Variations
Color information
#407E7B (or 0x407E7B) is known color: Ming. HEX triplet: 40, 7E and 7B. RGB value is (64,126,123). Sum of RGB (Red+Green+Blue) = 64+126+123=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #407E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E7B is #BF8184. Grayscale: #6B6B6B. Windows color (decimal): -12550533 or 8093248. OLE color: 8093248.
HSL color Cylindrical-coordinate representation of color #407E7B: hue angle of 177.1º 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 #407E7B is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 123 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.51 |
| HSL | 177.1º | 0.33% | 0.37% | - |
| HSV(B) | 177.1º | 0.49% | 0.49% | - |
| XYZ | 13.15 | 17.44 | 21.41 | - |
| YUV | 107.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 123 | 0.49 | 0 | 0.02 | 0.51 | 177.1 | 0.33 | 0.37 |
| Hex | 40 | 7E | 7B | 31 | 0 | 2 | 33 | B1 | 21 | 25 |
| Octal | 100 | 176 | 173 | 61 | 0 | 2 | 63 | 261 | 41 | 45 |
| Binary | 1000000 | 1111110 | 1111011 | 110001 | 0 | 10 | 110011 | 10110001 | 100001 | 100101 |
Color Harmonies of #407E7B
Complementary color
Monochromatic Colors of #407E7B
Black with #407E7B
Text Example
Text Example
White with #407E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E7B; }
p { color: rgb(64,126,123); }
H1.HeaderClassName
{
color: #407E7B;
}
.AnyTagClassName
{
color: #407E7B;
}
</style>
background-color css
<style>
a { background-color: #407E7B; }
a { background-color: rgb(64,126,123); }
div.DivClassName
{
background-color: #407E7B;
}
.BgClassName
{
background-color: #407E7B;
}
</style>
border-color css
<style>
span { border-color: #407E7B; }
span { border-color: rgb(64,126,123); }
td.TdClassName
{
border-color: #407E7B;
}
.TagClassName
{
border-color: #407E7B;
}
</style>