Shades of Ming #407A7E
Tints of Ming #407A7E
RGB
CMYK
RGB Variations
Color information
#407A7E (or 0x407A7E) is known color: Ming. HEX triplet: 40, 7A and 7E. RGB value is (64,122,126). Sum of RGB (Red+Green+Blue) = 64+122+126=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #407A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A7E is #BF8581. Grayscale: #696969. Windows color (decimal): -12551554 or 8288832. OLE color: 8288832.
HSL color Cylindrical-coordinate representation of color #407A7E: hue angle of 183.87º 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 #407A7E is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 122 | 126 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.51 |
| HSL | 183.87º | 0.33% | 0.37% | - |
| HSV(B) | 183.87º | 0.49% | 0.49% | - |
| XYZ | 12.84 | 16.52 | 22.25 | - |
| YUV | 105.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 126 | 0.49 | 0.03 | 0 | 0.51 | 183.87 | 0.33 | 0.37 |
| Hex | 40 | 7A | 7E | 31 | 3 | 0 | 33 | B8 | 21 | 25 |
| Octal | 100 | 172 | 176 | 61 | 3 | 0 | 63 | 270 | 41 | 45 |
| Binary | 1000000 | 1111010 | 1111110 | 110001 | 11 | 0 | 110011 | 10111000 | 100001 | 100101 |
Color Harmonies of #407A7E
Complementary color
Monochromatic Colors of #407A7E
Black with #407A7E
Text Example
Text Example
White with #407A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A7E; }
p { color: rgb(64,122,126); }
H1.HeaderClassName
{
color: #407A7E;
}
.AnyTagClassName
{
color: #407A7E;
}
</style>
background-color css
<style>
a { background-color: #407A7E; }
a { background-color: rgb(64,122,126); }
div.DivClassName
{
background-color: #407A7E;
}
.BgClassName
{
background-color: #407A7E;
}
</style>
border-color css
<style>
span { border-color: #407A7E; }
span { border-color: rgb(64,122,126); }
td.TdClassName
{
border-color: #407A7E;
}
.TagClassName
{
border-color: #407A7E;
}
</style>