Shades of Stromboli #496560
Tints of Stromboli #496560
RGB
CMYK
RGB Variations
Color information
#496560 (or 0x496560) is known color: Stromboli. HEX triplet: 49, 65 and 60. RGB value is (73,101,96). Sum of RGB (Red+Green+Blue) = 73+101+96=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #496560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496560 is #B69A9F. Grayscale: #5C5C5C. Windows color (decimal): -11967136 or 6317385. OLE color: 6317385.
HSL color Cylindrical-coordinate representation of color #496560: hue angle of 169.29º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496560 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 101 | 96 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.60 |
| HSL | 169.29º | 0.16% | 0.34% | - |
| HSV(B) | 169.29º | 0.28% | 0.4% | - |
| XYZ | 9.51 | 11.57 | 12.8 | - |
| YUV | 92.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 96 | 0.28 | 0 | 0.05 | 0.60 | 169.29 | 0.16 | 0.34 |
| Hex | 49 | 65 | 60 | 1C | 0 | 5 | 3C | A9 | 10 | 22 |
| Octal | 111 | 145 | 140 | 34 | 0 | 5 | 74 | 251 | 20 | 42 |
| Binary | 1001001 | 1100101 | 1100000 | 11100 | 0 | 101 | 111100 | 10101001 | 10000 | 100010 |
Color Harmonies of #496560
Complementary color
Monochromatic Colors of #496560
Black with #496560
Text Example
Text Example
White with #496560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496560; }
p { color: rgb(73,101,96); }
H1.HeaderClassName
{
color: #496560;
}
.AnyTagClassName
{
color: #496560;
}
</style>
background-color css
<style>
a { background-color: #496560; }
a { background-color: rgb(73,101,96); }
div.DivClassName
{
background-color: #496560;
}
.BgClassName
{
background-color: #496560;
}
</style>
border-color css
<style>
span { border-color: #496560; }
span { border-color: rgb(73,101,96); }
td.TdClassName
{
border-color: #496560;
}
.TagClassName
{
border-color: #496560;
}
</style>