Shades of Ming #40827C
Tints of Ming #40827C
RGB
CMYK
RGB Variations
Color information
#40827C (or 0x40827C) is known color: Ming. HEX triplet: 40, 82 and 7C. RGB value is (64,130,124). Sum of RGB (Red+Green+Blue) = 64+130+124=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #40827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40827C is #BF7D83. Grayscale: #6D6D6D. Windows color (decimal): -12549508 or 8159808. OLE color: 8159808.
HSL color Cylindrical-coordinate representation of color #40827C: hue angle of 174.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40827C is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 124 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.49 |
| HSL | 174.55º | 0.34% | 0.38% | - |
| HSV(B) | 174.55º | 0.51% | 0.51% | - |
| XYZ | 13.74 | 18.51 | 21.92 | - |
| YUV | 109.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 124 | 0.51 | 0 | 0.05 | 0.49 | 174.55 | 0.34 | 0.38 |
| Hex | 40 | 82 | 7C | 33 | 0 | 5 | 31 | AF | 22 | 26 |
| Octal | 100 | 202 | 174 | 63 | 0 | 5 | 61 | 257 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1111100 | 110011 | 0 | 101 | 110001 | 10101111 | 100010 | 100110 |
Color Harmonies of #40827C
Complementary color
Monochromatic Colors of #40827C
Black with #40827C
Text Example
Text Example
White with #40827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40827C; }
p { color: rgb(64,130,124); }
H1.HeaderClassName
{
color: #40827C;
}
.AnyTagClassName
{
color: #40827C;
}
</style>
background-color css
<style>
a { background-color: #40827C; }
a { background-color: rgb(64,130,124); }
div.DivClassName
{
background-color: #40827C;
}
.BgClassName
{
background-color: #40827C;
}
</style>
border-color css
<style>
span { border-color: #40827C; }
span { border-color: rgb(64,130,124); }
td.TdClassName
{
border-color: #40827C;
}
.TagClassName
{
border-color: #40827C;
}
</style>