Shades of Ming #40807B
Tints of Ming #40807B
RGB
CMYK
RGB Variations
Color information
#40807B (or 0x40807B) is known color: Ming. HEX triplet: 40, 80 and 7B. RGB value is (64,128,123). Sum of RGB (Red+Green+Blue) = 64+128+123=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #40807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40807B is #BF7F84. Grayscale: #6C6C6C. Windows color (decimal): -12550021 or 8093760. OLE color: 8093760.
HSL color Cylindrical-coordinate representation of color #40807B: hue angle of 175.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40807B is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 128 | 123 | - |
| CMYK | 0.5 | 0 | 0.04 | 0.50 |
| HSL | 175.31º | 0.33% | 0.38% | - |
| HSV(B) | 175.31º | 0.5% | 0.5% | - |
| XYZ | 13.41 | 17.96 | 21.5 | - |
| YUV | 108.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 123 | 0.5 | 0 | 0.04 | 0.50 | 175.31 | 0.33 | 0.38 |
| Hex | 40 | 80 | 7B | 32 | 0 | 4 | 32 | AF | 21 | 26 |
| Octal | 100 | 200 | 173 | 62 | 0 | 4 | 62 | 257 | 41 | 46 |
| Binary | 1000000 | 10000000 | 1111011 | 110010 | 0 | 100 | 110010 | 10101111 | 100001 | 100110 |
Color Harmonies of #40807B
Complementary color
Monochromatic Colors of #40807B
Black with #40807B
Text Example
Text Example
White with #40807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40807B; }
p { color: rgb(64,128,123); }
H1.HeaderClassName
{
color: #40807B;
}
.AnyTagClassName
{
color: #40807B;
}
</style>
background-color css
<style>
a { background-color: #40807B; }
a { background-color: rgb(64,128,123); }
div.DivClassName
{
background-color: #40807B;
}
.BgClassName
{
background-color: #40807B;
}
</style>
border-color css
<style>
span { border-color: #40807B; }
span { border-color: rgb(64,128,123); }
td.TdClassName
{
border-color: #40807B;
}
.TagClassName
{
border-color: #40807B;
}
</style>