Shades of Stromboli #46695C
Tints of Stromboli #46695C
RGB
CMYK
RGB Variations
Color information
#46695C (or 0x46695C) is known color: Stromboli. HEX triplet: 46, 69 and 5C. RGB value is (70,105,92). Sum of RGB (Red+Green+Blue) = 70+105+92=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #46695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46695C is #B996A3. Grayscale: #5D5D5D. Windows color (decimal): -12162724 or 6056262. OLE color: 6056262.
HSL color Cylindrical-coordinate representation of color #46695C: hue angle of 157.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46695C is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 105 | 92 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.59 |
| HSL | 157.71º | 0.2% | 0.34% | - |
| HSV(B) | 157.71º | 0.33% | 0.41% | - |
| XYZ | 9.51 | 12.18 | 11.97 | - |
| YUV | 93.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 92 | 0.33 | 0 | 0.12 | 0.59 | 157.71 | 0.2 | 0.34 |
| Hex | 46 | 69 | 5C | 21 | 0 | C | 3B | 9E | 14 | 22 |
| Octal | 106 | 151 | 134 | 41 | 0 | 14 | 73 | 236 | 24 | 42 |
| Binary | 1000110 | 1101001 | 1011100 | 100001 | 0 | 1100 | 111011 | 10011110 | 10100 | 100010 |
Color Harmonies of #46695C
Complementary color
Monochromatic Colors of #46695C
Black with #46695C
Text Example
Text Example
White with #46695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46695C; }
p { color: rgb(70,105,92); }
H1.HeaderClassName
{
color: #46695C;
}
.AnyTagClassName
{
color: #46695C;
}
</style>
background-color css
<style>
a { background-color: #46695C; }
a { background-color: rgb(70,105,92); }
div.DivClassName
{
background-color: #46695C;
}
.BgClassName
{
background-color: #46695C;
}
</style>
border-color css
<style>
span { border-color: #46695C; }
span { border-color: rgb(70,105,92); }
td.TdClassName
{
border-color: #46695C;
}
.TagClassName
{
border-color: #46695C;
}
</style>