Shades of Stromboli #46675B
Tints of Stromboli #46675B
RGB
CMYK
RGB Variations
Color information
#46675B (or 0x46675B) is known color: Stromboli. HEX triplet: 46, 67 and 5B. RGB value is (70,103,91). Sum of RGB (Red+Green+Blue) = 70+103+91=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #46675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46675B is #B998A4. Grayscale: #5B5B5B. Windows color (decimal): -12163237 or 5990214. OLE color: 5990214.
HSL color Cylindrical-coordinate representation of color #46675B: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46675B is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 91 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.60 |
| HSL | 158.18º | 0.19% | 0.34% | - |
| HSV(B) | 158.18º | 0.32% | 0.4% | - |
| XYZ | 9.26 | 11.76 | 11.68 | - |
| YUV | 91.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 91 | 0.32 | 0 | 0.12 | 0.60 | 158.18 | 0.19 | 0.34 |
| Hex | 46 | 67 | 5B | 20 | 0 | C | 3C | 9E | 13 | 22 |
| Octal | 106 | 147 | 133 | 40 | 0 | 14 | 74 | 236 | 23 | 42 |
| Binary | 1000110 | 1100111 | 1011011 | 100000 | 0 | 1100 | 111100 | 10011110 | 10011 | 100010 |
Color Harmonies of #46675B
Complementary color
Monochromatic Colors of #46675B
Black with #46675B
Text Example
Text Example
White with #46675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46675B; }
p { color: rgb(70,103,91); }
H1.HeaderClassName
{
color: #46675B;
}
.AnyTagClassName
{
color: #46675B;
}
</style>
background-color css
<style>
a { background-color: #46675B; }
a { background-color: rgb(70,103,91); }
div.DivClassName
{
background-color: #46675B;
}
.BgClassName
{
background-color: #46675B;
}
</style>
border-color css
<style>
span { border-color: #46675B; }
span { border-color: rgb(70,103,91); }
td.TdClassName
{
border-color: #46675B;
}
.TagClassName
{
border-color: #46675B;
}
</style>