Shades of Ming #48777B
Tints of Ming #48777B
RGB
CMYK
RGB Variations
Color information
#48777B (or 0x48777B) is known color: Ming. HEX triplet: 48, 77 and 7B. RGB value is (72,119,123). Sum of RGB (Red+Green+Blue) = 72+119+123=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #48777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48777B is #B78884. Grayscale: #696969. Windows color (decimal): -12028037 or 8091464. OLE color: 8091464.
HSL color Cylindrical-coordinate representation of color #48777B: hue angle of 184.71º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48777B is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 119 | 123 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.52 |
| HSL | 184.71º | 0.26% | 0.38% | - |
| HSV(B) | 184.71º | 0.41% | 0.48% | - |
| XYZ | 12.84 | 16 | 21.15 | - |
| YUV | 105.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 123 | 0.41 | 0.03 | 0 | 0.52 | 184.71 | 0.26 | 0.38 |
| Hex | 48 | 77 | 7B | 29 | 3 | 0 | 34 | B9 | 1A | 26 |
| Octal | 110 | 167 | 173 | 51 | 3 | 0 | 64 | 271 | 32 | 46 |
| Binary | 1001000 | 1110111 | 1111011 | 101001 | 11 | 0 | 110100 | 10111001 | 11010 | 100110 |
Color Harmonies of #48777B
Complementary color
Monochromatic Colors of #48777B
Black with #48777B
Text Example
Text Example
White with #48777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48777B; }
p { color: rgb(72,119,123); }
H1.HeaderClassName
{
color: #48777B;
}
.AnyTagClassName
{
color: #48777B;
}
</style>
background-color css
<style>
a { background-color: #48777B; }
a { background-color: rgb(72,119,123); }
div.DivClassName
{
background-color: #48777B;
}
.BgClassName
{
background-color: #48777B;
}
</style>
border-color css
<style>
span { border-color: #48777B; }
span { border-color: rgb(72,119,123); }
td.TdClassName
{
border-color: #48777B;
}
.TagClassName
{
border-color: #48777B;
}
</style>