Shades of Como #498864
Tints of Como #498864
RGB
CMYK
RGB Variations
Color information
#498864 (or 0x498864) is known color: Como. HEX triplet: 49, 88 and 64. RGB value is (73,136,100). Sum of RGB (Red+Green+Blue) = 73+136+100=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #498864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498864 is #B6779B. Grayscale: #717171. Windows color (decimal): -11958172 or 6588489. OLE color: 6588489.
HSL color Cylindrical-coordinate representation of color #498864: hue angle of 145.71º 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 #498864 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 100 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.47 |
| HSL | 145.71º | 0.3% | 0.41% | - |
| HSV(B) | 145.71º | 0.46% | 0.53% | - |
| XYZ | 13.85 | 19.94 | 15.18 | - |
| YUV | 113.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 100 | 0.46 | 0 | 0.26 | 0.47 | 145.71 | 0.3 | 0.41 |
| Hex | 49 | 88 | 64 | 2E | 0 | 1A | 2F | 92 | 1E | 29 |
| Octal | 111 | 210 | 144 | 56 | 0 | 32 | 57 | 222 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1100100 | 101110 | 0 | 11010 | 101111 | 10010010 | 11110 | 101001 |
Color Harmonies of #498864
Complementary color
Monochromatic Colors of #498864
Black with #498864
Text Example
Text Example
White with #498864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498864; }
p { color: rgb(73,136,100); }
H1.HeaderClassName
{
color: #498864;
}
.AnyTagClassName
{
color: #498864;
}
</style>
background-color css
<style>
a { background-color: #498864; }
a { background-color: rgb(73,136,100); }
div.DivClassName
{
background-color: #498864;
}
.BgClassName
{
background-color: #498864;
}
</style>
border-color css
<style>
span { border-color: #498864; }
span { border-color: rgb(73,136,100); }
td.TdClassName
{
border-color: #498864;
}
.TagClassName
{
border-color: #498864;
}
</style>