Shades of Como #48705B
Tints of Como #48705B
RGB
CMYK
RGB Variations
Color information
#48705B (or 0x48705B) is known color: Como. HEX triplet: 48, 70 and 5B. RGB value is (72,112,91). Sum of RGB (Red+Green+Blue) = 72+112+91=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #48705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48705B is #B78FA4. Grayscale: #616161. Windows color (decimal): -12029861 or 5992520. OLE color: 5992520.
HSL color Cylindrical-coordinate representation of color #48705B: hue angle of 148.5º 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 #48705B is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 91 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.56 |
| HSL | 148.5º | 0.22% | 0.36% | - |
| HSV(B) | 148.5º | 0.36% | 0.44% | - |
| XYZ | 10.35 | 13.72 | 12 | - |
| YUV | 97.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 91 | 0.36 | 0 | 0.19 | 0.56 | 148.5 | 0.22 | 0.36 |
| Hex | 48 | 70 | 5B | 24 | 0 | 13 | 38 | 94 | 16 | 24 |
| Octal | 110 | 160 | 133 | 44 | 0 | 23 | 70 | 224 | 26 | 44 |
| Binary | 1001000 | 1110000 | 1011011 | 100100 | 0 | 10011 | 111000 | 10010100 | 10110 | 100100 |
Color Harmonies of #48705B
Complementary color
Monochromatic Colors of #48705B
Black with #48705B
Text Example
Text Example
White with #48705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48705B; }
p { color: rgb(72,112,91); }
H1.HeaderClassName
{
color: #48705B;
}
.AnyTagClassName
{
color: #48705B;
}
</style>
background-color css
<style>
a { background-color: #48705B; }
a { background-color: rgb(72,112,91); }
div.DivClassName
{
background-color: #48705B;
}
.BgClassName
{
background-color: #48705B;
}
</style>
border-color css
<style>
span { border-color: #48705B; }
span { border-color: rgb(72,112,91); }
td.TdClassName
{
border-color: #48705B;
}
.TagClassName
{
border-color: #48705B;
}
</style>