Shades of Ming #40737C
Tints of Ming #40737C
RGB
CMYK
RGB Variations
Color information
#40737C (or 0x40737C) is known color: Ming. HEX triplet: 40, 73 and 7C. RGB value is (64,115,124). Sum of RGB (Red+Green+Blue) = 64+115+124=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #40737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40737C is #BF8C83. Grayscale: #646464. Windows color (decimal): -12553348 or 8155968. OLE color: 8155968.
HSL color Cylindrical-coordinate representation of color #40737C: hue angle of 189º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40737C is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 115 | 124 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.51 |
| HSL | 189º | 0.32% | 0.37% | - |
| HSV(B) | 189º | 0.48% | 0.49% | - |
| XYZ | 11.88 | 14.81 | 21.3 | - |
| YUV | 100.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 124 | 0.48 | 0.07 | 0 | 0.51 | 189 | 0.32 | 0.37 |
| Hex | 40 | 73 | 7C | 30 | 7 | 0 | 33 | BD | 20 | 25 |
| Octal | 100 | 163 | 174 | 60 | 7 | 0 | 63 | 275 | 40 | 45 |
| Binary | 1000000 | 1110011 | 1111100 | 110000 | 111 | 0 | 110011 | 10111101 | 100000 | 100101 |
Color Harmonies of #40737C
Complementary color
Monochromatic Colors of #40737C
Black with #40737C
Text Example
Text Example
White with #40737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40737C; }
p { color: rgb(64,115,124); }
H1.HeaderClassName
{
color: #40737C;
}
.AnyTagClassName
{
color: #40737C;
}
</style>
background-color css
<style>
a { background-color: #40737C; }
a { background-color: rgb(64,115,124); }
div.DivClassName
{
background-color: #40737C;
}
.BgClassName
{
background-color: #40737C;
}
</style>
border-color css
<style>
span { border-color: #40737C; }
span { border-color: rgb(64,115,124); }
td.TdClassName
{
border-color: #40737C;
}
.TagClassName
{
border-color: #40737C;
}
</style>