Shades of Stromboli #49625C
Tints of Stromboli #49625C
RGB
CMYK
RGB Variations
Color information
#49625C (or 0x49625C) is known color: Stromboli. HEX triplet: 49, 62 and 5C. RGB value is (73,98,92). Sum of RGB (Red+Green+Blue) = 73+98+92=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #49625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49625C is #B69DA3. Grayscale: #595959. Windows color (decimal): -11967908 or 6054473. OLE color: 6054473.
HSL color Cylindrical-coordinate representation of color #49625C: hue angle of 165.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49625C is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 92 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.62 |
| HSL | 165.6º | 0.15% | 0.34% | - |
| HSV(B) | 165.6º | 0.26% | 0.38% | - |
| XYZ | 9.05 | 10.92 | 11.76 | - |
| YUV | 89.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 92 | 0.26 | 0 | 0.06 | 0.62 | 165.6 | 0.15 | 0.34 |
| Hex | 49 | 62 | 5C | 1A | 0 | 6 | 3E | A6 | F | 22 |
| Octal | 111 | 142 | 134 | 32 | 0 | 6 | 76 | 246 | 17 | 42 |
| Binary | 1001001 | 1100010 | 1011100 | 11010 | 0 | 110 | 111110 | 10100110 | 1111 | 100010 |
Color Harmonies of #49625C
Complementary color
Monochromatic Colors of #49625C
Black with #49625C
Text Example
Text Example
White with #49625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49625C; }
p { color: rgb(73,98,92); }
H1.HeaderClassName
{
color: #49625C;
}
.AnyTagClassName
{
color: #49625C;
}
</style>
background-color css
<style>
a { background-color: #49625C; }
a { background-color: rgb(73,98,92); }
div.DivClassName
{
background-color: #49625C;
}
.BgClassName
{
background-color: #49625C;
}
</style>
border-color css
<style>
span { border-color: #49625C; }
span { border-color: rgb(73,98,92); }
td.TdClassName
{
border-color: #49625C;
}
.TagClassName
{
border-color: #49625C;
}
</style>