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