Shades of Como #498564
Tints of Como #498564
RGB
CMYK
RGB Variations
Color information
#498564 (or 0x498564) is known color: Como. HEX triplet: 49, 85 and 64. RGB value is (73,133,100). Sum of RGB (Red+Green+Blue) = 73+133+100=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #498564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498564 is #B67A9B. Grayscale: #6F6F6F. Windows color (decimal): -11958940 or 6587721. OLE color: 6587721.
HSL color Cylindrical-coordinate representation of color #498564: hue angle of 147º 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 #498564 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 100 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.48 |
| HSL | 147º | 0.29% | 0.4% | - |
| HSV(B) | 147º | 0.45% | 0.52% | - |
| XYZ | 13.44 | 19.11 | 15.04 | - |
| YUV | 111.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 100 | 0.45 | 0 | 0.25 | 0.48 | 147 | 0.29 | 0.4 |
| Hex | 49 | 85 | 64 | 2D | 0 | 19 | 30 | 93 | 1D | 28 |
| Octal | 111 | 205 | 144 | 55 | 0 | 31 | 60 | 223 | 35 | 50 |
| Binary | 1001001 | 10000101 | 1100100 | 101101 | 0 | 11001 | 110000 | 10010011 | 11101 | 101000 |
Color Harmonies of #498564
Complementary color
Monochromatic Colors of #498564
Black with #498564
Text Example
Text Example
White with #498564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498564; }
p { color: rgb(73,133,100); }
H1.HeaderClassName
{
color: #498564;
}
.AnyTagClassName
{
color: #498564;
}
</style>
background-color css
<style>
a { background-color: #498564; }
a { background-color: rgb(73,133,100); }
div.DivClassName
{
background-color: #498564;
}
.BgClassName
{
background-color: #498564;
}
</style>
border-color css
<style>
span { border-color: #498564; }
span { border-color: rgb(73,133,100); }
td.TdClassName
{
border-color: #498564;
}
.TagClassName
{
border-color: #498564;
}
</style>