Shades of Como #498363
Tints of Como #498363
RGB
CMYK
RGB Variations
Color information
#498363 (or 0x498363) is known color: Como. HEX triplet: 49, 83 and 63. RGB value is (73,131,99). Sum of RGB (Red+Green+Blue) = 73+131+99=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #498363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498363 is #B67C9C. Grayscale: #6E6E6E. Windows color (decimal): -11959453 or 6521673. OLE color: 6521673.
HSL color Cylindrical-coordinate representation of color #498363: hue angle of 146.9º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498363 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 99 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.49 |
| HSL | 146.9º | 0.28% | 0.4% | - |
| HSV(B) | 146.9º | 0.44% | 0.51% | - |
| XYZ | 13.12 | 18.55 | 14.69 | - |
| YUV | 110.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 99 | 0.44 | 0 | 0.24 | 0.49 | 146.9 | 0.28 | 0.4 |
| Hex | 49 | 83 | 63 | 2C | 0 | 18 | 31 | 93 | 1C | 28 |
| Octal | 111 | 203 | 143 | 54 | 0 | 30 | 61 | 223 | 34 | 50 |
| Binary | 1001001 | 10000011 | 1100011 | 101100 | 0 | 11000 | 110001 | 10010011 | 11100 | 101000 |
Color Harmonies of #498363
Complementary color
Monochromatic Colors of #498363
Black with #498363
Text Example
Text Example
White with #498363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498363; }
p { color: rgb(73,131,99); }
H1.HeaderClassName
{
color: #498363;
}
.AnyTagClassName
{
color: #498363;
}
</style>
background-color css
<style>
a { background-color: #498363; }
a { background-color: rgb(73,131,99); }
div.DivClassName
{
background-color: #498363;
}
.BgClassName
{
background-color: #498363;
}
</style>
border-color css
<style>
span { border-color: #498363; }
span { border-color: rgb(73,131,99); }
td.TdClassName
{
border-color: #498363;
}
.TagClassName
{
border-color: #498363;
}
</style>