Shades of Como #498863
Tints of Como #498863
RGB
CMYK
RGB Variations
Color information
#498863 (or 0x498863) is known color: Como. HEX triplet: 49, 88 and 63. RGB value is (73,136,99). Sum of RGB (Red+Green+Blue) = 73+136+99=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #498863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498863 is #B6779C. Grayscale: #717171. Windows color (decimal): -11958173 or 6522953. OLE color: 6522953.
HSL color Cylindrical-coordinate representation of color #498863: hue angle of 144.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498863 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 99 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.47 |
| HSL | 144.76º | 0.3% | 0.41% | - |
| HSV(B) | 144.76º | 0.46% | 0.53% | - |
| XYZ | 13.8 | 19.93 | 14.92 | - |
| YUV | 112.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 99 | 0.46 | 0 | 0.27 | 0.47 | 144.76 | 0.3 | 0.41 |
| Hex | 49 | 88 | 63 | 2E | 0 | 1B | 2F | 91 | 1E | 29 |
| Octal | 111 | 210 | 143 | 56 | 0 | 33 | 57 | 221 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1100011 | 101110 | 0 | 11011 | 101111 | 10010001 | 11110 | 101001 |
Color Harmonies of #498863
Complementary color
Monochromatic Colors of #498863
Black with #498863
Text Example
Text Example
White with #498863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498863; }
p { color: rgb(73,136,99); }
H1.HeaderClassName
{
color: #498863;
}
.AnyTagClassName
{
color: #498863;
}
</style>
background-color css
<style>
a { background-color: #498863; }
a { background-color: rgb(73,136,99); }
div.DivClassName
{
background-color: #498863;
}
.BgClassName
{
background-color: #498863;
}
</style>
border-color css
<style>
span { border-color: #498863; }
span { border-color: rgb(73,136,99); }
td.TdClassName
{
border-color: #498863;
}
.TagClassName
{
border-color: #498863;
}
</style>