Shades of Stromboli #46645C
Tints of Stromboli #46645C
RGB
CMYK
RGB Variations
Color information
#46645C (or 0x46645C) is known color: Stromboli. HEX triplet: 46, 64 and 5C. RGB value is (70,100,92). Sum of RGB (Red+Green+Blue) = 70+100+92=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 100 - color contains mainly: green. Hex color #46645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46645C is #B99BA3. Grayscale: #5A5A5A. Windows color (decimal): -12164004 or 6054982. OLE color: 6054982.
HSL color Cylindrical-coordinate representation of color #46645C: hue angle of 164º 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 #46645C is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 100 | 92 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.61 |
| HSL | 164º | 0.18% | 0.33% | - |
| HSV(B) | 164º | 0.3% | 0.39% | - |
| XYZ | 9.01 | 11.19 | 11.81 | - |
| YUV | 90.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 92 | 0.30 | 0 | 0.08 | 0.61 | 164 | 0.18 | 0.33 |
| Hex | 46 | 64 | 5C | 1E | 0 | 8 | 3D | A4 | 12 | 21 |
| Octal | 106 | 144 | 134 | 36 | 0 | 10 | 75 | 244 | 22 | 41 |
| Binary | 1000110 | 1100100 | 1011100 | 11110 | 0 | 1000 | 111101 | 10100100 | 10010 | 100001 |
Color Harmonies of #46645C
Complementary color
Monochromatic Colors of #46645C
Black with #46645C
Text Example
Text Example
White with #46645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46645C; }
p { color: rgb(70,100,92); }
H1.HeaderClassName
{
color: #46645C;
}
.AnyTagClassName
{
color: #46645C;
}
</style>
background-color css
<style>
a { background-color: #46645C; }
a { background-color: rgb(70,100,92); }
div.DivClassName
{
background-color: #46645C;
}
.BgClassName
{
background-color: #46645C;
}
</style>
border-color css
<style>
span { border-color: #46645C; }
span { border-color: rgb(70,100,92); }
td.TdClassName
{
border-color: #46645C;
}
.TagClassName
{
border-color: #46645C;
}
</style>