Shades of Stromboli #46685A
Tints of Stromboli #46685A
RGB
CMYK
RGB Variations
Color information
#46685A (or 0x46685A) is known color: Stromboli. HEX triplet: 46, 68 and 5A. RGB value is (70,104,90). Sum of RGB (Red+Green+Blue) = 70+104+90=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #46685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46685A is #B997A5. Grayscale: #5C5C5C. Windows color (decimal): -12162982 or 5924934. OLE color: 5924934.
HSL color Cylindrical-coordinate representation of color #46685A: hue angle of 155.29º 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 #46685A is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 90 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.59 |
| HSL | 155.29º | 0.2% | 0.34% | - |
| HSV(B) | 155.29º | 0.33% | 0.41% | - |
| XYZ | 9.32 | 11.94 | 11.49 | - |
| YUV | 92.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 90 | 0.33 | 0 | 0.13 | 0.59 | 155.29 | 0.2 | 0.34 |
| Hex | 46 | 68 | 5A | 21 | 0 | D | 3B | 9B | 14 | 22 |
| Octal | 106 | 150 | 132 | 41 | 0 | 15 | 73 | 233 | 24 | 42 |
| Binary | 1000110 | 1101000 | 1011010 | 100001 | 0 | 1101 | 111011 | 10011011 | 10100 | 100010 |
Color Harmonies of #46685A
Complementary color
Monochromatic Colors of #46685A
Black with #46685A
Text Example
Text Example
White with #46685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46685A; }
p { color: rgb(70,104,90); }
H1.HeaderClassName
{
color: #46685A;
}
.AnyTagClassName
{
color: #46685A;
}
</style>
background-color css
<style>
a { background-color: #46685A; }
a { background-color: rgb(70,104,90); }
div.DivClassName
{
background-color: #46685A;
}
.BgClassName
{
background-color: #46685A;
}
</style>
border-color css
<style>
span { border-color: #46685A; }
span { border-color: rgb(70,104,90); }
td.TdClassName
{
border-color: #46685A;
}
.TagClassName
{
border-color: #46685A;
}
</style>