Shades of Ming #47797B
Tints of Ming #47797B
RGB
CMYK
RGB Variations
Color information
#47797B (or 0x47797B) is known color: Ming. HEX triplet: 47, 79 and 7B. RGB value is (71,121,123). Sum of RGB (Red+Green+Blue) = 71+121+123=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #47797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47797B is #B88684. Grayscale: #6A6A6A. Windows color (decimal): -12093061 or 8091975. OLE color: 8091975.
HSL color Cylindrical-coordinate representation of color #47797B: hue angle of 182.31º degrees, saturation: 0.27, 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 #47797B is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 121 | 123 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.52 |
| HSL | 182.31º | 0.27% | 0.38% | - |
| HSV(B) | 182.31º | 0.42% | 0.48% | - |
| XYZ | 13.01 | 16.44 | 21.23 | - |
| YUV | 106.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 121 | 123 | 0.42 | 0.02 | 0 | 0.52 | 182.31 | 0.27 | 0.38 |
| Hex | 47 | 79 | 7B | 2A | 2 | 0 | 34 | B6 | 1B | 26 |
| Octal | 107 | 171 | 173 | 52 | 2 | 0 | 64 | 266 | 33 | 46 |
| Binary | 1000111 | 1111001 | 1111011 | 101010 | 10 | 0 | 110100 | 10110110 | 11011 | 100110 |
Color Harmonies of #47797B
Complementary color
Monochromatic Colors of #47797B
Black with #47797B
Text Example
Text Example
White with #47797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47797B; }
p { color: rgb(71,121,123); }
H1.HeaderClassName
{
color: #47797B;
}
.AnyTagClassName
{
color: #47797B;
}
</style>
background-color css
<style>
a { background-color: #47797B; }
a { background-color: rgb(71,121,123); }
div.DivClassName
{
background-color: #47797B;
}
.BgClassName
{
background-color: #47797B;
}
</style>
border-color css
<style>
span { border-color: #47797B; }
span { border-color: rgb(71,121,123); }
td.TdClassName
{
border-color: #47797B;
}
.TagClassName
{
border-color: #47797B;
}
</style>