Shades of Stromboli #46655A
Tints of Stromboli #46655A
RGB
CMYK
RGB Variations
Color information
#46655A (or 0x46655A) is known color: Stromboli. HEX triplet: 46, 65 and 5A. RGB value is (70,101,90). Sum of RGB (Red+Green+Blue) = 70+101+90=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #46655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46655A is #B99AA5. Grayscale: #5A5A5A. Windows color (decimal): -12163750 or 5924166. OLE color: 5924166.
HSL color Cylindrical-coordinate representation of color #46655A: hue angle of 158.71º degrees, saturation: 0.18, 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 #46655A is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 90 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.60 |
| HSL | 158.71º | 0.18% | 0.34% | - |
| HSV(B) | 158.71º | 0.31% | 0.4% | - |
| XYZ | 9.02 | 11.35 | 11.39 | - |
| YUV | 90.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 90 | 0.31 | 0 | 0.11 | 0.60 | 158.71 | 0.18 | 0.34 |
| Hex | 46 | 65 | 5A | 1F | 0 | B | 3C | 9F | 12 | 22 |
| Octal | 106 | 145 | 132 | 37 | 0 | 13 | 74 | 237 | 22 | 42 |
| Binary | 1000110 | 1100101 | 1011010 | 11111 | 0 | 1011 | 111100 | 10011111 | 10010 | 100010 |
Color Harmonies of #46655A
Complementary color
Monochromatic Colors of #46655A
Black with #46655A
Text Example
Text Example
White with #46655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46655A; }
p { color: rgb(70,101,90); }
H1.HeaderClassName
{
color: #46655A;
}
.AnyTagClassName
{
color: #46655A;
}
</style>
background-color css
<style>
a { background-color: #46655A; }
a { background-color: rgb(70,101,90); }
div.DivClassName
{
background-color: #46655A;
}
.BgClassName
{
background-color: #46655A;
}
</style>
border-color css
<style>
span { border-color: #46655A; }
span { border-color: rgb(70,101,90); }
td.TdClassName
{
border-color: #46655A;
}
.TagClassName
{
border-color: #46655A;
}
</style>