Shades of Stromboli #46615C
Tints of Stromboli #46615C
RGB
CMYK
RGB Variations
Color information
#46615C (or 0x46615C) is known color: Stromboli. HEX triplet: 46, 61 and 5C. RGB value is (70,97,92). Sum of RGB (Red+Green+Blue) = 70+97+92=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #46615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46615C is #B99EA3. Grayscale: #585858. Windows color (decimal): -12164772 or 6054214. OLE color: 6054214.
HSL color Cylindrical-coordinate representation of color #46615C: hue angle of 168.89º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46615C is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 92 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.62 |
| HSL | 168.89º | 0.16% | 0.33% | - |
| HSV(B) | 168.89º | 0.28% | 0.38% | - |
| XYZ | 8.73 | 10.62 | 11.72 | - |
| YUV | 88.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 92 | 0.28 | 0 | 0.05 | 0.62 | 168.89 | 0.16 | 0.33 |
| Hex | 46 | 61 | 5C | 1C | 0 | 5 | 3E | A9 | 10 | 21 |
| Octal | 106 | 141 | 134 | 34 | 0 | 5 | 76 | 251 | 20 | 41 |
| Binary | 1000110 | 1100001 | 1011100 | 11100 | 0 | 101 | 111110 | 10101001 | 10000 | 100001 |
Color Harmonies of #46615C
Complementary color
Monochromatic Colors of #46615C
Black with #46615C
Text Example
Text Example
White with #46615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46615C; }
p { color: rgb(70,97,92); }
H1.HeaderClassName
{
color: #46615C;
}
.AnyTagClassName
{
color: #46615C;
}
</style>
background-color css
<style>
a { background-color: #46615C; }
a { background-color: rgb(70,97,92); }
div.DivClassName
{
background-color: #46615C;
}
.BgClassName
{
background-color: #46615C;
}
</style>
border-color css
<style>
span { border-color: #46615C; }
span { border-color: rgb(70,97,92); }
td.TdClassName
{
border-color: #46615C;
}
.TagClassName
{
border-color: #46615C;
}
</style>