Shades of Ming #47737A
Tints of Ming #47737A
RGB
CMYK
RGB Variations
Color information
#47737A (or 0x47737A) is known color: Ming. HEX triplet: 47, 73 and 7A. RGB value is (71,115,122). Sum of RGB (Red+Green+Blue) = 71+115+122=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #47737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47737A is #B88C85. Grayscale: #666666. Windows color (decimal): -12094598 or 8024903. OLE color: 8024903.
HSL color Cylindrical-coordinate representation of color #47737A: hue angle of 188.24º 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 #47737A is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 115 | 122 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.52 |
| HSL | 188.24º | 0.26% | 0.38% | - |
| HSV(B) | 188.24º | 0.42% | 0.48% | - |
| XYZ | 12.24 | 15.01 | 20.66 | - |
| YUV | 102.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 122 | 0.42 | 0.06 | 0 | 0.52 | 188.24 | 0.26 | 0.38 |
| Hex | 47 | 73 | 7A | 2A | 6 | 0 | 34 | BC | 1A | 26 |
| Octal | 107 | 163 | 172 | 52 | 6 | 0 | 64 | 274 | 32 | 46 |
| Binary | 1000111 | 1110011 | 1111010 | 101010 | 110 | 0 | 110100 | 10111100 | 11010 | 100110 |
Color Harmonies of #47737A
Complementary color
Monochromatic Colors of #47737A
Black with #47737A
Text Example
Text Example
White with #47737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47737A; }
p { color: rgb(71,115,122); }
H1.HeaderClassName
{
color: #47737A;
}
.AnyTagClassName
{
color: #47737A;
}
</style>
background-color css
<style>
a { background-color: #47737A; }
a { background-color: rgb(71,115,122); }
div.DivClassName
{
background-color: #47737A;
}
.BgClassName
{
background-color: #47737A;
}
</style>
border-color css
<style>
span { border-color: #47737A; }
span { border-color: rgb(71,115,122); }
td.TdClassName
{
border-color: #47737A;
}
.TagClassName
{
border-color: #47737A;
}
</style>