Shades of Como #48705A
Tints of Como #48705A
RGB
CMYK
RGB Variations
Color information
#48705A (or 0x48705A) is known color: Como. HEX triplet: 48, 70 and 5A. RGB value is (72,112,90). Sum of RGB (Red+Green+Blue) = 72+112+90=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #48705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48705A is #B78FA5. Grayscale: #616161. Windows color (decimal): -12029862 or 5926984. OLE color: 5926984.
HSL color Cylindrical-coordinate representation of color #48705A: hue angle of 147º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48705A is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 90 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.56 |
| HSL | 147º | 0.22% | 0.36% | - |
| HSV(B) | 147º | 0.36% | 0.44% | - |
| XYZ | 10.31 | 13.7 | 11.77 | - |
| YUV | 97.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 90 | 0.36 | 0 | 0.20 | 0.56 | 147 | 0.22 | 0.36 |
| Hex | 48 | 70 | 5A | 24 | 0 | 14 | 38 | 93 | 16 | 24 |
| Octal | 110 | 160 | 132 | 44 | 0 | 24 | 70 | 223 | 26 | 44 |
| Binary | 1001000 | 1110000 | 1011010 | 100100 | 0 | 10100 | 111000 | 10010011 | 10110 | 100100 |
Color Harmonies of #48705A
Complementary color
Monochromatic Colors of #48705A
Black with #48705A
Text Example
Text Example
White with #48705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48705A; }
p { color: rgb(72,112,90); }
H1.HeaderClassName
{
color: #48705A;
}
.AnyTagClassName
{
color: #48705A;
}
</style>
background-color css
<style>
a { background-color: #48705A; }
a { background-color: rgb(72,112,90); }
div.DivClassName
{
background-color: #48705A;
}
.BgClassName
{
background-color: #48705A;
}
</style>
border-color css
<style>
span { border-color: #48705A; }
span { border-color: rgb(72,112,90); }
td.TdClassName
{
border-color: #48705A;
}
.TagClassName
{
border-color: #48705A;
}
</style>