Shades of Stromboli #46655D
Tints of Stromboli #46655D
RGB
CMYK
RGB Variations
Color information
#46655D (or 0x46655D) is known color: Stromboli. HEX triplet: 46, 65 and 5D. RGB value is (70,101,93). Sum of RGB (Red+Green+Blue) = 70+101+93=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #46655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46655D is #B99AA2. Grayscale: #5A5A5A. Windows color (decimal): -12163747 or 6120774. OLE color: 6120774.
HSL color Cylindrical-coordinate representation of color #46655D: hue angle of 164.52º 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 #46655D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 93 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.60 |
| HSL | 164.52º | 0.18% | 0.34% | - |
| HSV(B) | 164.52º | 0.31% | 0.4% | - |
| XYZ | 9.16 | 11.4 | 12.07 | - |
| YUV | 90.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 93 | 0.31 | 0 | 0.08 | 0.60 | 164.52 | 0.18 | 0.34 |
| Hex | 46 | 65 | 5D | 1F | 0 | 8 | 3C | A5 | 12 | 22 |
| Octal | 106 | 145 | 135 | 37 | 0 | 10 | 74 | 245 | 22 | 42 |
| Binary | 1000110 | 1100101 | 1011101 | 11111 | 0 | 1000 | 111100 | 10100101 | 10010 | 100010 |
Color Harmonies of #46655D
Complementary color
Monochromatic Colors of #46655D
Black with #46655D
Text Example
Text Example
White with #46655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46655D; }
p { color: rgb(70,101,93); }
H1.HeaderClassName
{
color: #46655D;
}
.AnyTagClassName
{
color: #46655D;
}
</style>
background-color css
<style>
a { background-color: #46655D; }
a { background-color: rgb(70,101,93); }
div.DivClassName
{
background-color: #46655D;
}
.BgClassName
{
background-color: #46655D;
}
</style>
border-color css
<style>
span { border-color: #46655D; }
span { border-color: rgb(70,101,93); }
td.TdClassName
{
border-color: #46655D;
}
.TagClassName
{
border-color: #46655D;
}
</style>