Shades of Ming #49777A
Tints of Ming #49777A
RGB
CMYK
RGB Variations
Color information
#49777A (or 0x49777A) is known color: Ming. HEX triplet: 49, 77 and 7A. RGB value is (73,119,122). Sum of RGB (Red+Green+Blue) = 73+119+122=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #49777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49777A is #B68885. Grayscale: #696969. Windows color (decimal): -11962502 or 8025929. OLE color: 8025929.
HSL color Cylindrical-coordinate representation of color #49777A: hue angle of 183.67º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49777A is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 119 | 122 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.52 |
| HSL | 183.67º | 0.25% | 0.38% | - |
| HSV(B) | 183.67º | 0.4% | 0.48% | - |
| XYZ | 12.86 | 16.02 | 20.83 | - |
| YUV | 105.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 122 | 0.40 | 0.02 | 0 | 0.52 | 183.67 | 0.25 | 0.38 |
| Hex | 49 | 77 | 7A | 28 | 2 | 0 | 34 | B8 | 19 | 26 |
| Octal | 111 | 167 | 172 | 50 | 2 | 0 | 64 | 270 | 31 | 46 |
| Binary | 1001001 | 1110111 | 1111010 | 101000 | 10 | 0 | 110100 | 10111000 | 11001 | 100110 |
Color Harmonies of #49777A
Complementary color
Monochromatic Colors of #49777A
Black with #49777A
Text Example
Text Example
White with #49777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49777A; }
p { color: rgb(73,119,122); }
H1.HeaderClassName
{
color: #49777A;
}
.AnyTagClassName
{
color: #49777A;
}
</style>
background-color css
<style>
a { background-color: #49777A; }
a { background-color: rgb(73,119,122); }
div.DivClassName
{
background-color: #49777A;
}
.BgClassName
{
background-color: #49777A;
}
</style>
border-color css
<style>
span { border-color: #49777A; }
span { border-color: rgb(73,119,122); }
td.TdClassName
{
border-color: #49777A;
}
.TagClassName
{
border-color: #49777A;
}
</style>