Shades of Ming #407C7E
Tints of Ming #407C7E
RGB
CMYK
RGB Variations
Color information
#407C7E (or 0x407C7E) is known color: Ming. HEX triplet: 40, 7C and 7E. RGB value is (64,124,126). Sum of RGB (Red+Green+Blue) = 64+124+126=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #407C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C7E is #BF8381. Grayscale: #6A6A6A. Windows color (decimal): -12551042 or 8289344. OLE color: 8289344.
HSL color Cylindrical-coordinate representation of color #407C7E: hue angle of 181.94º 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 #407C7E is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 126 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.51 |
| HSL | 181.94º | 0.33% | 0.37% | - |
| HSV(B) | 181.94º | 0.49% | 0.49% | - |
| XYZ | 13.09 | 17.01 | 22.33 | - |
| YUV | 106.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 126 | 0.49 | 0.02 | 0 | 0.51 | 181.94 | 0.33 | 0.37 |
| Hex | 40 | 7C | 7E | 31 | 2 | 0 | 33 | B6 | 21 | 25 |
| Octal | 100 | 174 | 176 | 61 | 2 | 0 | 63 | 266 | 41 | 45 |
| Binary | 1000000 | 1111100 | 1111110 | 110001 | 10 | 0 | 110011 | 10110110 | 100001 | 100101 |
Color Harmonies of #407C7E
Complementary color
Monochromatic Colors of #407C7E
Black with #407C7E
Text Example
Text Example
White with #407C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C7E; }
p { color: rgb(64,124,126); }
H1.HeaderClassName
{
color: #407C7E;
}
.AnyTagClassName
{
color: #407C7E;
}
</style>
background-color css
<style>
a { background-color: #407C7E; }
a { background-color: rgb(64,124,126); }
div.DivClassName
{
background-color: #407C7E;
}
.BgClassName
{
background-color: #407C7E;
}
</style>
border-color css
<style>
span { border-color: #407C7E; }
span { border-color: rgb(64,124,126); }
td.TdClassName
{
border-color: #407C7E;
}
.TagClassName
{
border-color: #407C7E;
}
</style>