Shades of Como #498464
Tints of Como #498464
RGB
CMYK
RGB Variations
Color information
#498464 (or 0x498464) is known color: Como. HEX triplet: 49, 84 and 64. RGB value is (73,132,100). Sum of RGB (Red+Green+Blue) = 73+132+100=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #498464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498464 is #B67B9B. Grayscale: #6E6E6E. Windows color (decimal): -11959196 or 6587465. OLE color: 6587465.
HSL color Cylindrical-coordinate representation of color #498464: hue angle of 147.46º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498464 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 100 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.48 |
| HSL | 147.46º | 0.29% | 0.4% | - |
| HSV(B) | 147.46º | 0.45% | 0.52% | - |
| XYZ | 13.3 | 18.84 | 14.99 | - |
| YUV | 110.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 100 | 0.45 | 0 | 0.24 | 0.48 | 147.46 | 0.29 | 0.4 |
| Hex | 49 | 84 | 64 | 2D | 0 | 18 | 30 | 93 | 1D | 28 |
| Octal | 111 | 204 | 144 | 55 | 0 | 30 | 60 | 223 | 35 | 50 |
| Binary | 1001001 | 10000100 | 1100100 | 101101 | 0 | 11000 | 110000 | 10010011 | 11101 | 101000 |
Color Harmonies of #498464
Complementary color
Monochromatic Colors of #498464
Black with #498464
Text Example
Text Example
White with #498464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498464; }
p { color: rgb(73,132,100); }
H1.HeaderClassName
{
color: #498464;
}
.AnyTagClassName
{
color: #498464;
}
</style>
background-color css
<style>
a { background-color: #498464; }
a { background-color: rgb(73,132,100); }
div.DivClassName
{
background-color: #498464;
}
.BgClassName
{
background-color: #498464;
}
</style>
border-color css
<style>
span { border-color: #498464; }
span { border-color: rgb(73,132,100); }
td.TdClassName
{
border-color: #498464;
}
.TagClassName
{
border-color: #498464;
}
</style>