Shades of Como #498264
Tints of Como #498264
RGB
CMYK
RGB Variations
Color information
#498264 (or 0x498264) is known color: Como. HEX triplet: 49, 82 and 64. RGB value is (73,130,100). Sum of RGB (Red+Green+Blue) = 73+130+100=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #498264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498264 is #B67D9B. Grayscale: #6D6D6D. Windows color (decimal): -11959708 or 6586953. OLE color: 6586953.
HSL color Cylindrical-coordinate representation of color #498264: hue angle of 148.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498264 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 100 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.49 |
| HSL | 148.42º | 0.28% | 0.4% | - |
| HSV(B) | 148.42º | 0.44% | 0.51% | - |
| XYZ | 13.03 | 18.3 | 14.9 | - |
| YUV | 109.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 100 | 0.44 | 0 | 0.23 | 0.49 | 148.42 | 0.28 | 0.4 |
| Hex | 49 | 82 | 64 | 2C | 0 | 17 | 31 | 94 | 1C | 28 |
| Octal | 111 | 202 | 144 | 54 | 0 | 27 | 61 | 224 | 34 | 50 |
| Binary | 1001001 | 10000010 | 1100100 | 101100 | 0 | 10111 | 110001 | 10010100 | 11100 | 101000 |
Color Harmonies of #498264
Complementary color
Monochromatic Colors of #498264
Black with #498264
Text Example
Text Example
White with #498264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498264; }
p { color: rgb(73,130,100); }
H1.HeaderClassName
{
color: #498264;
}
.AnyTagClassName
{
color: #498264;
}
</style>
background-color css
<style>
a { background-color: #498264; }
a { background-color: rgb(73,130,100); }
div.DivClassName
{
background-color: #498264;
}
.BgClassName
{
background-color: #498264;
}
</style>
border-color css
<style>
span { border-color: #498264; }
span { border-color: rgb(73,130,100); }
td.TdClassName
{
border-color: #498264;
}
.TagClassName
{
border-color: #498264;
}
</style>