Shades of Como #498A63
Tints of Como #498A63
RGB
CMYK
RGB Variations
Color information
#498A63 (or 0x498A63) is known color: Como. HEX triplet: 49, 8A and 63. RGB value is (73,138,99). Sum of RGB (Red+Green+Blue) = 73+138+99=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #498A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A63 is #B6759C. Grayscale: #727272. Windows color (decimal): -11957661 or 6523465. OLE color: 6523465.
HSL color Cylindrical-coordinate representation of color #498A63: hue angle of 144º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498A63 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 99 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.46 |
| HSL | 144º | 0.31% | 0.41% | - |
| HSV(B) | 144º | 0.47% | 0.54% | - |
| XYZ | 14.09 | 20.49 | 15.02 | - |
| YUV | 114.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 99 | 0.47 | 0 | 0.28 | 0.46 | 144 | 0.31 | 0.41 |
| Hex | 49 | 8A | 63 | 2F | 0 | 1C | 2E | 90 | 1F | 29 |
| Octal | 111 | 212 | 143 | 57 | 0 | 34 | 56 | 220 | 37 | 51 |
| Binary | 1001001 | 10001010 | 1100011 | 101111 | 0 | 11100 | 101110 | 10010000 | 11111 | 101001 |
Color Harmonies of #498A63
Complementary color
Monochromatic Colors of #498A63
Black with #498A63
Text Example
Text Example
White with #498A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A63; }
p { color: rgb(73,138,99); }
H1.HeaderClassName
{
color: #498A63;
}
.AnyTagClassName
{
color: #498A63;
}
</style>
background-color css
<style>
a { background-color: #498A63; }
a { background-color: rgb(73,138,99); }
div.DivClassName
{
background-color: #498A63;
}
.BgClassName
{
background-color: #498A63;
}
</style>
border-color css
<style>
span { border-color: #498A63; }
span { border-color: rgb(73,138,99); }
td.TdClassName
{
border-color: #498A63;
}
.TagClassName
{
border-color: #498A63;
}
</style>