Shades of Como #496F58
Tints of Como #496F58
RGB
CMYK
RGB Variations
Color information
#496F58 (or 0x496F58) is known color: Como. HEX triplet: 49, 6F and 58. RGB value is (73,111,88). Sum of RGB (Red+Green+Blue) = 73+111+88=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #496F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F58 is #B690A7. Grayscale: #616161. Windows color (decimal): -11964584 or 5795657. OLE color: 5795657.
HSL color Cylindrical-coordinate representation of color #496F58: hue angle of 143.68º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F58 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 88 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.56 |
| HSL | 143.68º | 0.21% | 0.36% | - |
| HSV(B) | 143.68º | 0.34% | 0.44% | - |
| XYZ | 10.19 | 13.49 | 11.3 | - |
| YUV | 97.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 88 | 0.34 | 0 | 0.21 | 0.56 | 143.68 | 0.21 | 0.36 |
| Hex | 49 | 6F | 58 | 22 | 0 | 15 | 38 | 90 | 15 | 24 |
| Octal | 111 | 157 | 130 | 42 | 0 | 25 | 70 | 220 | 25 | 44 |
| Binary | 1001001 | 1101111 | 1011000 | 100010 | 0 | 10101 | 111000 | 10010000 | 10101 | 100100 |
Color Harmonies of #496F58
Complementary color
Monochromatic Colors of #496F58
Black with #496F58
Text Example
Text Example
White with #496F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F58; }
p { color: rgb(73,111,88); }
H1.HeaderClassName
{
color: #496F58;
}
.AnyTagClassName
{
color: #496F58;
}
</style>
background-color css
<style>
a { background-color: #496F58; }
a { background-color: rgb(73,111,88); }
div.DivClassName
{
background-color: #496F58;
}
.BgClassName
{
background-color: #496F58;
}
</style>
border-color css
<style>
span { border-color: #496F58; }
span { border-color: rgb(73,111,88); }
td.TdClassName
{
border-color: #496F58;
}
.TagClassName
{
border-color: #496F58;
}
</style>