Shades of Como #496B57
Tints of Como #496B57
RGB
CMYK
RGB Variations
Color information
#496B57 (or 0x496B57) is known color: Como. HEX triplet: 49, 6B and 57. RGB value is (73,107,87). Sum of RGB (Red+Green+Blue) = 73+107+87=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 107 - color contains mainly: green. Hex color #496B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B57 is #B694A8. Grayscale: #5E5E5E. Windows color (decimal): -11965609 or 5729097. OLE color: 5729097.
HSL color Cylindrical-coordinate representation of color #496B57: hue angle of 144.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496B57 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 107 | 87 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.58 |
| HSL | 144.71º | 0.19% | 0.35% | - |
| HSV(B) | 144.71º | 0.32% | 0.42% | - |
| XYZ | 9.73 | 12.62 | 10.94 | - |
| YUV | 94.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 87 | 0.32 | 0 | 0.19 | 0.58 | 144.71 | 0.19 | 0.35 |
| Hex | 49 | 6B | 57 | 20 | 0 | 13 | 3A | 91 | 13 | 23 |
| Octal | 111 | 153 | 127 | 40 | 0 | 23 | 72 | 221 | 23 | 43 |
| Binary | 1001001 | 1101011 | 1010111 | 100000 | 0 | 10011 | 111010 | 10010001 | 10011 | 100011 |
Color Harmonies of #496B57
Complementary color
Monochromatic Colors of #496B57
Black with #496B57
Text Example
Text Example
White with #496B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496B57; }
p { color: rgb(73,107,87); }
H1.HeaderClassName
{
color: #496B57;
}
.AnyTagClassName
{
color: #496B57;
}
</style>
background-color css
<style>
a { background-color: #496B57; }
a { background-color: rgb(73,107,87); }
div.DivClassName
{
background-color: #496B57;
}
.BgClassName
{
background-color: #496B57;
}
</style>
border-color css
<style>
span { border-color: #496B57; }
span { border-color: rgb(73,107,87); }
td.TdClassName
{
border-color: #496B57;
}
.TagClassName
{
border-color: #496B57;
}
</style>