Shades of Ming #47797A
Tints of Ming #47797A
RGB
CMYK
RGB Variations
Color information
#47797A (or 0x47797A) is known color: Ming. HEX triplet: 47, 79 and 7A. RGB value is (71,121,122). Sum of RGB (Red+Green+Blue) = 71+121+122=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 121 (47.66% from 255 or 38.54% 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 #47797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47797A is #B88685. Grayscale: #6A6A6A. Windows color (decimal): -12093062 or 8026439. OLE color: 8026439.
HSL color Cylindrical-coordinate representation of color #47797A: hue angle of 181.18º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47797A is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 121 | 122 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.52 |
| HSL | 181.18º | 0.26% | 0.38% | - |
| HSV(B) | 181.18º | 0.42% | 0.48% | - |
| XYZ | 12.95 | 16.42 | 20.9 | - |
| YUV | 106.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 121 | 122 | 0.42 | 0.01 | 0 | 0.52 | 181.18 | 0.26 | 0.38 |
| Hex | 47 | 79 | 7A | 2A | 1 | 0 | 34 | B5 | 1A | 26 |
| Octal | 107 | 171 | 172 | 52 | 1 | 0 | 64 | 265 | 32 | 46 |
| Binary | 1000111 | 1111001 | 1111010 | 101010 | 1 | 0 | 110100 | 10110101 | 11010 | 100110 |
Color Harmonies of #47797A
Complementary color
Monochromatic Colors of #47797A
Black with #47797A
Text Example
Text Example
White with #47797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47797A; }
p { color: rgb(71,121,122); }
H1.HeaderClassName
{
color: #47797A;
}
.AnyTagClassName
{
color: #47797A;
}
</style>
background-color css
<style>
a { background-color: #47797A; }
a { background-color: rgb(71,121,122); }
div.DivClassName
{
background-color: #47797A;
}
.BgClassName
{
background-color: #47797A;
}
</style>
border-color css
<style>
span { border-color: #47797A; }
span { border-color: rgb(71,121,122); }
td.TdClassName
{
border-color: #47797A;
}
.TagClassName
{
border-color: #47797A;
}
</style>