Shades of Stromboli #46705E
Tints of Stromboli #46705E
RGB
CMYK
RGB Variations
Color information
#46705E (or 0x46705E) is known color: Stromboli. HEX triplet: 46, 70 and 5E. RGB value is (70,112,94). Sum of RGB (Red+Green+Blue) = 70+112+94=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #46705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46705E is #B98FA1. Grayscale: #616161. Windows color (decimal): -12160930 or 6189126. OLE color: 6189126.
HSL color Cylindrical-coordinate representation of color #46705E: hue angle of 154.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46705E is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 94 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.56 |
| HSL | 154.29º | 0.23% | 0.36% | - |
| HSV(B) | 154.29º | 0.38% | 0.44% | - |
| XYZ | 10.34 | 13.7 | 12.69 | - |
| YUV | 97.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 94 | 0.38 | 0 | 0.16 | 0.56 | 154.29 | 0.23 | 0.36 |
| Hex | 46 | 70 | 5E | 26 | 0 | 10 | 38 | 9A | 17 | 24 |
| Octal | 106 | 160 | 136 | 46 | 0 | 20 | 70 | 232 | 27 | 44 |
| Binary | 1000110 | 1110000 | 1011110 | 100110 | 0 | 10000 | 111000 | 10011010 | 10111 | 100100 |
Color Harmonies of #46705E
Complementary color
Monochromatic Colors of #46705E
Black with #46705E
Text Example
Text Example
White with #46705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46705E; }
p { color: rgb(70,112,94); }
H1.HeaderClassName
{
color: #46705E;
}
.AnyTagClassName
{
color: #46705E;
}
</style>
background-color css
<style>
a { background-color: #46705E; }
a { background-color: rgb(70,112,94); }
div.DivClassName
{
background-color: #46705E;
}
.BgClassName
{
background-color: #46705E;
}
</style>
border-color css
<style>
span { border-color: #46705E; }
span { border-color: rgb(70,112,94); }
td.TdClassName
{
border-color: #46705E;
}
.TagClassName
{
border-color: #46705E;
}
</style>