Shades of Ming #48797A
Tints of Ming #48797A
RGB
CMYK
RGB Variations
Color information
#48797A (or 0x48797A) is known color: Ming. HEX triplet: 48, 79 and 7A. RGB value is (72,121,122). Sum of RGB (Red+Green+Blue) = 72+121+122=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #48797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48797A is #B78685. Grayscale: #6A6A6A. Windows color (decimal): -12027526 or 8026440. OLE color: 8026440.
HSL color Cylindrical-coordinate representation of color #48797A: hue angle of 181.2º 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 #48797A is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 121 | 122 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.52 |
| HSL | 181.2º | 0.26% | 0.38% | - |
| HSV(B) | 181.2º | 0.41% | 0.48% | - |
| XYZ | 13.02 | 16.46 | 20.9 | - |
| YUV | 106.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 122 | 0.41 | 0.01 | 0 | 0.52 | 181.2 | 0.26 | 0.38 |
| Hex | 48 | 79 | 7A | 29 | 1 | 0 | 34 | B5 | 1A | 26 |
| Octal | 110 | 171 | 172 | 51 | 1 | 0 | 64 | 265 | 32 | 46 |
| Binary | 1001000 | 1111001 | 1111010 | 101001 | 1 | 0 | 110100 | 10110101 | 11010 | 100110 |
Color Harmonies of #48797A
Complementary color
Monochromatic Colors of #48797A
Black with #48797A
Text Example
Text Example
White with #48797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48797A; }
p { color: rgb(72,121,122); }
H1.HeaderClassName
{
color: #48797A;
}
.AnyTagClassName
{
color: #48797A;
}
</style>
background-color css
<style>
a { background-color: #48797A; }
a { background-color: rgb(72,121,122); }
div.DivClassName
{
background-color: #48797A;
}
.BgClassName
{
background-color: #48797A;
}
</style>
border-color css
<style>
span { border-color: #48797A; }
span { border-color: rgb(72,121,122); }
td.TdClassName
{
border-color: #48797A;
}
.TagClassName
{
border-color: #48797A;
}
</style>