Shades of Stromboli #46625A
Tints of Stromboli #46625A
RGB
CMYK
RGB Variations
Color information
#46625A (or 0x46625A) is known color: Stromboli. HEX triplet: 46, 62 and 5A. RGB value is (70,98,90). Sum of RGB (Red+Green+Blue) = 70+98+90=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #46625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46625A is #B99DA5. Grayscale: #585858. Windows color (decimal): -12164518 or 5923398. OLE color: 5923398.
HSL color Cylindrical-coordinate representation of color #46625A: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46625A is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 90 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.62 |
| HSL | 162.86º | 0.17% | 0.33% | - |
| HSV(B) | 162.86º | 0.29% | 0.38% | - |
| XYZ | 8.74 | 10.78 | 11.29 | - |
| YUV | 88.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 90 | 0.29 | 0 | 0.08 | 0.62 | 162.86 | 0.17 | 0.33 |
| Hex | 46 | 62 | 5A | 1D | 0 | 8 | 3E | A3 | 11 | 21 |
| Octal | 106 | 142 | 132 | 35 | 0 | 10 | 76 | 243 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1011010 | 11101 | 0 | 1000 | 111110 | 10100011 | 10001 | 100001 |
Color Harmonies of #46625A
Complementary color
Monochromatic Colors of #46625A
Black with #46625A
Text Example
Text Example
White with #46625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46625A; }
p { color: rgb(70,98,90); }
H1.HeaderClassName
{
color: #46625A;
}
.AnyTagClassName
{
color: #46625A;
}
</style>
background-color css
<style>
a { background-color: #46625A; }
a { background-color: rgb(70,98,90); }
div.DivClassName
{
background-color: #46625A;
}
.BgClassName
{
background-color: #46625A;
}
</style>
border-color css
<style>
span { border-color: #46625A; }
span { border-color: rgb(70,98,90); }
td.TdClassName
{
border-color: #46625A;
}
.TagClassName
{
border-color: #46625A;
}
</style>