Shades of Stromboli #46665E
Tints of Stromboli #46665E
RGB
CMYK
RGB Variations
Color information
#46665E (or 0x46665E) is known color: Stromboli. HEX triplet: 46, 66 and 5E. RGB value is (70,102,94). Sum of RGB (Red+Green+Blue) = 70+102+94=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #46665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46665E is #B999A1. Grayscale: #5B5B5B. Windows color (decimal): -12163490 or 6186566. OLE color: 6186566.
HSL color Cylindrical-coordinate representation of color #46665E: hue angle of 165º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #46665E is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 102 | 94 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.6 |
| HSL | 165º | 0.19% | 0.34% | - |
| HSV(B) | 165º | 0.31% | 0.4% | - |
| XYZ | 9.3 | 11.61 | 12.34 | - |
| YUV | 91.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 94 | 0.31 | 0 | 0.08 | 0.6 | 165 | 0.19 | 0.34 |
| Hex | 46 | 66 | 5E | 1F | 0 | 8 | 3C | A5 | 13 | 22 |
| Octal | 106 | 146 | 136 | 37 | 0 | 10 | 74 | 245 | 23 | 42 |
| Binary | 1000110 | 1100110 | 1011110 | 11111 | 0 | 1000 | 111100 | 10100101 | 10011 | 100010 |
Color Harmonies of #46665E
Complementary color
Monochromatic Colors of #46665E
Black with #46665E
Text Example
Text Example
White with #46665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46665E; }
p { color: rgb(70,102,94); }
H1.HeaderClassName
{
color: #46665E;
}
.AnyTagClassName
{
color: #46665E;
}
</style>
background-color css
<style>
a { background-color: #46665E; }
a { background-color: rgb(70,102,94); }
div.DivClassName
{
background-color: #46665E;
}
.BgClassName
{
background-color: #46665E;
}
</style>
border-color css
<style>
span { border-color: #46665E; }
span { border-color: rgb(70,102,94); }
td.TdClassName
{
border-color: #46665E;
}
.TagClassName
{
border-color: #46665E;
}
</style>