Shades of Stromboli #46645D
Tints of Stromboli #46645D
RGB
CMYK
RGB Variations
Color information
#46645D (or 0x46645D) is known color: Stromboli. HEX triplet: 46, 64 and 5D. RGB value is (70,100,93). Sum of RGB (Red+Green+Blue) = 70+100+93=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 100 - color contains mainly: green. Hex color #46645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46645D is #B99BA2. Grayscale: #5A5A5A. Windows color (decimal): -12164003 or 6120518. OLE color: 6120518.
HSL color Cylindrical-coordinate representation of color #46645D: hue angle of 166º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #46645D is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 100 | 93 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.61 |
| HSL | 166º | 0.18% | 0.33% | - |
| HSV(B) | 166º | 0.3% | 0.39% | - |
| XYZ | 9.06 | 11.21 | 12.04 | - |
| YUV | 90.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 93 | 0.30 | 0 | 0.07 | 0.61 | 166 | 0.18 | 0.33 |
| Hex | 46 | 64 | 5D | 1E | 0 | 7 | 3D | A6 | 12 | 21 |
| Octal | 106 | 144 | 135 | 36 | 0 | 7 | 75 | 246 | 22 | 41 |
| Binary | 1000110 | 1100100 | 1011101 | 11110 | 0 | 111 | 111101 | 10100110 | 10010 | 100001 |
Color Harmonies of #46645D
Complementary color
Monochromatic Colors of #46645D
Black with #46645D
Text Example
Text Example
White with #46645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46645D; }
p { color: rgb(70,100,93); }
H1.HeaderClassName
{
color: #46645D;
}
.AnyTagClassName
{
color: #46645D;
}
</style>
background-color css
<style>
a { background-color: #46645D; }
a { background-color: rgb(70,100,93); }
div.DivClassName
{
background-color: #46645D;
}
.BgClassName
{
background-color: #46645D;
}
</style>
border-color css
<style>
span { border-color: #46645D; }
span { border-color: rgb(70,100,93); }
td.TdClassName
{
border-color: #46645D;
}
.TagClassName
{
border-color: #46645D;
}
</style>