Shades of Ming #47747B
Tints of Ming #47747B
RGB
CMYK
RGB Variations
Color information
#47747B (or 0x47747B) is known color: Ming. HEX triplet: 47, 74 and 7B. RGB value is (71,116,123). Sum of RGB (Red+Green+Blue) = 71+116+123=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #47747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47747B is #B88B84. Grayscale: #676767. Windows color (decimal): -12094341 or 8090695. OLE color: 8090695.
HSL color Cylindrical-coordinate representation of color #47747B: hue angle of 188.08º 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 #47747B is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 116 | 123 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.52 |
| HSL | 188.08º | 0.27% | 0.38% | - |
| HSV(B) | 188.08º | 0.42% | 0.48% | - |
| XYZ | 12.42 | 15.26 | 21.03 | - |
| YUV | 103.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 123 | 0.42 | 0.06 | 0 | 0.52 | 188.08 | 0.27 | 0.38 |
| Hex | 47 | 74 | 7B | 2A | 6 | 0 | 34 | BC | 1B | 26 |
| Octal | 107 | 164 | 173 | 52 | 6 | 0 | 64 | 274 | 33 | 46 |
| Binary | 1000111 | 1110100 | 1111011 | 101010 | 110 | 0 | 110100 | 10111100 | 11011 | 100110 |
Color Harmonies of #47747B
Complementary color
Monochromatic Colors of #47747B
Black with #47747B
Text Example
Text Example
White with #47747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47747B; }
p { color: rgb(71,116,123); }
H1.HeaderClassName
{
color: #47747B;
}
.AnyTagClassName
{
color: #47747B;
}
</style>
background-color css
<style>
a { background-color: #47747B; }
a { background-color: rgb(71,116,123); }
div.DivClassName
{
background-color: #47747B;
}
.BgClassName
{
background-color: #47747B;
}
</style>
border-color css
<style>
span { border-color: #47747B; }
span { border-color: rgb(71,116,123); }
td.TdClassName
{
border-color: #47747B;
}
.TagClassName
{
border-color: #47747B;
}
</style>