Shades of Como #496F5C
Tints of Como #496F5C
RGB
CMYK
RGB Variations
Color information
#496F5C (or 0x496F5C) is known color: Como. HEX triplet: 49, 6F and 5C. RGB value is (73,111,92). Sum of RGB (Red+Green+Blue) = 73+111+92=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #496F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F5C is #B690A3. Grayscale: #616161. Windows color (decimal): -11964580 or 6057801. OLE color: 6057801.
HSL color Cylindrical-coordinate representation of color #496F5C: hue angle of 150º 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 #496F5C is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 92 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.56 |
| HSL | 150º | 0.21% | 0.36% | - |
| HSV(B) | 150º | 0.34% | 0.44% | - |
| XYZ | 10.36 | 13.56 | 12.2 | - |
| YUV | 97.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 92 | 0.34 | 0 | 0.17 | 0.56 | 150 | 0.21 | 0.36 |
| Hex | 49 | 6F | 5C | 22 | 0 | 11 | 38 | 96 | 15 | 24 |
| Octal | 111 | 157 | 134 | 42 | 0 | 21 | 70 | 226 | 25 | 44 |
| Binary | 1001001 | 1101111 | 1011100 | 100010 | 0 | 10001 | 111000 | 10010110 | 10101 | 100100 |
Color Harmonies of #496F5C
Complementary color
Monochromatic Colors of #496F5C
Black with #496F5C
Text Example
Text Example
White with #496F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F5C; }
p { color: rgb(73,111,92); }
H1.HeaderClassName
{
color: #496F5C;
}
.AnyTagClassName
{
color: #496F5C;
}
</style>
background-color css
<style>
a { background-color: #496F5C; }
a { background-color: rgb(73,111,92); }
div.DivClassName
{
background-color: #496F5C;
}
.BgClassName
{
background-color: #496F5C;
}
</style>
border-color css
<style>
span { border-color: #496F5C; }
span { border-color: rgb(73,111,92); }
td.TdClassName
{
border-color: #496F5C;
}
.TagClassName
{
border-color: #496F5C;
}
</style>