Shades of Stromboli #46685C
Tints of Stromboli #46685C
RGB
CMYK
RGB Variations
Color information
#46685C (or 0x46685C) is known color: Stromboli. HEX triplet: 46, 68 and 5C. RGB value is (70,104,92). Sum of RGB (Red+Green+Blue) = 70+104+92=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #46685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46685C is #B997A3. Grayscale: #5C5C5C. Windows color (decimal): -12162980 or 6056006. OLE color: 6056006.
HSL color Cylindrical-coordinate representation of color #46685C: hue angle of 158.82º 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 #46685C is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 92 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.59 |
| HSL | 158.82º | 0.2% | 0.34% | - |
| HSV(B) | 158.82º | 0.33% | 0.41% | - |
| XYZ | 9.41 | 11.98 | 11.94 | - |
| YUV | 92.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 92 | 0.33 | 0 | 0.12 | 0.59 | 158.82 | 0.2 | 0.34 |
| Hex | 46 | 68 | 5C | 21 | 0 | C | 3B | 9F | 14 | 22 |
| Octal | 106 | 150 | 134 | 41 | 0 | 14 | 73 | 237 | 24 | 42 |
| Binary | 1000110 | 1101000 | 1011100 | 100001 | 0 | 1100 | 111011 | 10011111 | 10100 | 100010 |
Color Harmonies of #46685C
Complementary color
Monochromatic Colors of #46685C
Black with #46685C
Text Example
Text Example
White with #46685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46685C; }
p { color: rgb(70,104,92); }
H1.HeaderClassName
{
color: #46685C;
}
.AnyTagClassName
{
color: #46685C;
}
</style>
background-color css
<style>
a { background-color: #46685C; }
a { background-color: rgb(70,104,92); }
div.DivClassName
{
background-color: #46685C;
}
.BgClassName
{
background-color: #46685C;
}
</style>
border-color css
<style>
span { border-color: #46685C; }
span { border-color: rgb(70,104,92); }
td.TdClassName
{
border-color: #46685C;
}
.TagClassName
{
border-color: #46685C;
}
</style>