Shades of Ming #48777C
Tints of Ming #48777C
RGB
CMYK
RGB Variations
Color information
#48777C (or 0x48777C) is known color: Ming. HEX triplet: 48, 77 and 7C. RGB value is (72,119,124). Sum of RGB (Red+Green+Blue) = 72+119+124=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #48777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48777C is #B78883. Grayscale: #696969. Windows color (decimal): -12028036 or 8157000. OLE color: 8157000.
HSL color Cylindrical-coordinate representation of color #48777C: hue angle of 185.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48777C is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 119 | 124 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.51 |
| HSL | 185.77º | 0.27% | 0.38% | - |
| HSV(B) | 185.77º | 0.42% | 0.49% | - |
| XYZ | 12.91 | 16.03 | 21.48 | - |
| YUV | 105.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 124 | 0.42 | 0.04 | 0 | 0.51 | 185.77 | 0.27 | 0.38 |
| Hex | 48 | 77 | 7C | 2A | 4 | 0 | 33 | BA | 1B | 26 |
| Octal | 110 | 167 | 174 | 52 | 4 | 0 | 63 | 272 | 33 | 46 |
| Binary | 1001000 | 1110111 | 1111100 | 101010 | 100 | 0 | 110011 | 10111010 | 11011 | 100110 |
Color Harmonies of #48777C
Complementary color
Monochromatic Colors of #48777C
Black with #48777C
Text Example
Text Example
White with #48777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48777C; }
p { color: rgb(72,119,124); }
H1.HeaderClassName
{
color: #48777C;
}
.AnyTagClassName
{
color: #48777C;
}
</style>
background-color css
<style>
a { background-color: #48777C; }
a { background-color: rgb(72,119,124); }
div.DivClassName
{
background-color: #48777C;
}
.BgClassName
{
background-color: #48777C;
}
</style>
border-color css
<style>
span { border-color: #48777C; }
span { border-color: rgb(72,119,124); }
td.TdClassName
{
border-color: #48777C;
}
.TagClassName
{
border-color: #48777C;
}
</style>