Shades of Como #48745E
Tints of Como #48745E
RGB
CMYK
RGB Variations
Color information
#48745E (or 0x48745E) is known color: Como. HEX triplet: 48, 74 and 5E. RGB value is (72,116,94). Sum of RGB (Red+Green+Blue) = 72+116+94=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #48745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48745E is #B78BA1. Grayscale: #646464. Windows color (decimal): -12028834 or 6190152. OLE color: 6190152.
HSL color Cylindrical-coordinate representation of color #48745E: hue angle of 150º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48745E is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 94 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.55 |
| HSL | 150º | 0.23% | 0.37% | - |
| HSV(B) | 150º | 0.38% | 0.45% | - |
| XYZ | 10.94 | 14.68 | 12.85 | - |
| YUV | 100.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 94 | 0.38 | 0 | 0.19 | 0.55 | 150 | 0.23 | 0.37 |
| Hex | 48 | 74 | 5E | 26 | 0 | 13 | 37 | 96 | 17 | 25 |
| Octal | 110 | 164 | 136 | 46 | 0 | 23 | 67 | 226 | 27 | 45 |
| Binary | 1001000 | 1110100 | 1011110 | 100110 | 0 | 10011 | 110111 | 10010110 | 10111 | 100101 |
Color Harmonies of #48745E
Complementary color
Monochromatic Colors of #48745E
Black with #48745E
Text Example
Text Example
White with #48745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48745E; }
p { color: rgb(72,116,94); }
H1.HeaderClassName
{
color: #48745E;
}
.AnyTagClassName
{
color: #48745E;
}
</style>
background-color css
<style>
a { background-color: #48745E; }
a { background-color: rgb(72,116,94); }
div.DivClassName
{
background-color: #48745E;
}
.BgClassName
{
background-color: #48745E;
}
</style>
border-color css
<style>
span { border-color: #48745E; }
span { border-color: rgb(72,116,94); }
td.TdClassName
{
border-color: #48745E;
}
.TagClassName
{
border-color: #48745E;
}
</style>