Shades of Stromboli #46655B
Tints of Stromboli #46655B
RGB
CMYK
RGB Variations
Color information
#46655B (or 0x46655B) is known color: Stromboli. HEX triplet: 46, 65 and 5B. RGB value is (70,101,91). Sum of RGB (Red+Green+Blue) = 70+101+91=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #46655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46655B is #B99AA4. Grayscale: #5A5A5A. Windows color (decimal): -12163749 or 5989702. OLE color: 5989702.
HSL color Cylindrical-coordinate representation of color #46655B: hue angle of 160.65º 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 #46655B is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 91 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.60 |
| HSL | 160.65º | 0.18% | 0.34% | - |
| HSV(B) | 160.65º | 0.31% | 0.4% | - |
| XYZ | 9.07 | 11.36 | 11.61 | - |
| YUV | 90.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 91 | 0.31 | 0 | 0.10 | 0.60 | 160.65 | 0.18 | 0.34 |
| Hex | 46 | 65 | 5B | 1F | 0 | A | 3C | A1 | 12 | 22 |
| Octal | 106 | 145 | 133 | 37 | 0 | 12 | 74 | 241 | 22 | 42 |
| Binary | 1000110 | 1100101 | 1011011 | 11111 | 0 | 1010 | 111100 | 10100001 | 10010 | 100010 |
Color Harmonies of #46655B
Complementary color
Monochromatic Colors of #46655B
Black with #46655B
Text Example
Text Example
White with #46655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46655B; }
p { color: rgb(70,101,91); }
H1.HeaderClassName
{
color: #46655B;
}
.AnyTagClassName
{
color: #46655B;
}
</style>
background-color css
<style>
a { background-color: #46655B; }
a { background-color: rgb(70,101,91); }
div.DivClassName
{
background-color: #46655B;
}
.BgClassName
{
background-color: #46655B;
}
</style>
border-color css
<style>
span { border-color: #46655B; }
span { border-color: rgb(70,101,91); }
td.TdClassName
{
border-color: #46655B;
}
.TagClassName
{
border-color: #46655B;
}
</style>