Shades of Como #498664
Tints of Como #498664
RGB
CMYK
RGB Variations
Color information
#498664 (or 0x498664) is known color: Como. HEX triplet: 49, 86 and 64. RGB value is (73,134,100). Sum of RGB (Red+Green+Blue) = 73+134+100=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #498664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498664 is #B6799B. Grayscale: #6F6F6F. Windows color (decimal): -11958684 or 6587977. OLE color: 6587977.
HSL color Cylindrical-coordinate representation of color #498664: hue angle of 146.56º degrees, saturation: 0.29, 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 #498664 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 100 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.47 |
| HSL | 146.56º | 0.29% | 0.41% | - |
| HSV(B) | 146.56º | 0.46% | 0.53% | - |
| XYZ | 13.57 | 19.39 | 15.08 | - |
| YUV | 111.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 100 | 0.46 | 0 | 0.25 | 0.47 | 146.56 | 0.29 | 0.41 |
| Hex | 49 | 86 | 64 | 2E | 0 | 19 | 2F | 93 | 1D | 29 |
| Octal | 111 | 206 | 144 | 56 | 0 | 31 | 57 | 223 | 35 | 51 |
| Binary | 1001001 | 10000110 | 1100100 | 101110 | 0 | 11001 | 101111 | 10010011 | 11101 | 101001 |
Color Harmonies of #498664
Complementary color
Monochromatic Colors of #498664
Black with #498664
Text Example
Text Example
White with #498664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498664; }
p { color: rgb(73,134,100); }
H1.HeaderClassName
{
color: #498664;
}
.AnyTagClassName
{
color: #498664;
}
</style>
background-color css
<style>
a { background-color: #498664; }
a { background-color: rgb(73,134,100); }
div.DivClassName
{
background-color: #498664;
}
.BgClassName
{
background-color: #498664;
}
</style>
border-color css
<style>
span { border-color: #498664; }
span { border-color: rgb(73,134,100); }
td.TdClassName
{
border-color: #498664;
}
.TagClassName
{
border-color: #498664;
}
</style>