Shades of Ming #40797E
Tints of Ming #40797E
RGB
CMYK
RGB Variations
Color information
#40797E (or 0x40797E) is known color: Ming. HEX triplet: 40, 79 and 7E. RGB value is (64,121,126). Sum of RGB (Red+Green+Blue) = 64+121+126=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #40797E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40797E is #BF8681. Grayscale: #686868. Windows color (decimal): -12551810 or 8288576. OLE color: 8288576.
HSL color Cylindrical-coordinate representation of color #40797E: hue angle of 184.84º 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 #40797E is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 121 | 126 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.51 |
| HSL | 184.84º | 0.33% | 0.37% | - |
| HSV(B) | 184.84º | 0.49% | 0.49% | - |
| XYZ | 12.72 | 16.27 | 22.21 | - |
| YUV | 104.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 126 | 0.49 | 0.04 | 0 | 0.51 | 184.84 | 0.33 | 0.37 |
| Hex | 40 | 79 | 7E | 31 | 4 | 0 | 33 | B9 | 21 | 25 |
| Octal | 100 | 171 | 176 | 61 | 4 | 0 | 63 | 271 | 41 | 45 |
| Binary | 1000000 | 1111001 | 1111110 | 110001 | 100 | 0 | 110011 | 10111001 | 100001 | 100101 |
Color Harmonies of #40797E
Complementary color
Monochromatic Colors of #40797E
Black with #40797E
Text Example
Text Example
White with #40797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40797E; }
p { color: rgb(64,121,126); }
H1.HeaderClassName
{
color: #40797E;
}
.AnyTagClassName
{
color: #40797E;
}
</style>
background-color css
<style>
a { background-color: #40797E; }
a { background-color: rgb(64,121,126); }
div.DivClassName
{
background-color: #40797E;
}
.BgClassName
{
background-color: #40797E;
}
</style>
border-color css
<style>
span { border-color: #40797E; }
span { border-color: rgb(64,121,126); }
td.TdClassName
{
border-color: #40797E;
}
.TagClassName
{
border-color: #40797E;
}
</style>