Shades of Stromboli #46665A
Tints of Stromboli #46665A
RGB
CMYK
RGB Variations
Color information
#46665A (or 0x46665A) is known color: Stromboli. HEX triplet: 46, 66 and 5A. RGB value is (70,102,90). Sum of RGB (Red+Green+Blue) = 70+102+90=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #46665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46665A is #B999A5. Grayscale: #5B5B5B. Windows color (decimal): -12163494 or 5924422. OLE color: 5924422.
HSL color Cylindrical-coordinate representation of color #46665A: hue angle of 157.5º degrees, saturation: 0.19, 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 #46665A is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 102 | 90 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.6 |
| HSL | 157.5º | 0.19% | 0.34% | - |
| HSV(B) | 157.5º | 0.31% | 0.4% | - |
| XYZ | 9.12 | 11.54 | 11.42 | - |
| YUV | 91.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 90 | 0.31 | 0 | 0.12 | 0.6 | 157.5 | 0.19 | 0.34 |
| Hex | 46 | 66 | 5A | 1F | 0 | C | 3C | 9E | 13 | 22 |
| Octal | 106 | 146 | 132 | 37 | 0 | 14 | 74 | 236 | 23 | 42 |
| Binary | 1000110 | 1100110 | 1011010 | 11111 | 0 | 1100 | 111100 | 10011110 | 10011 | 100010 |
Color Harmonies of #46665A
Complementary color
Monochromatic Colors of #46665A
Black with #46665A
Text Example
Text Example
White with #46665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46665A; }
p { color: rgb(70,102,90); }
H1.HeaderClassName
{
color: #46665A;
}
.AnyTagClassName
{
color: #46665A;
}
</style>
background-color css
<style>
a { background-color: #46665A; }
a { background-color: rgb(70,102,90); }
div.DivClassName
{
background-color: #46665A;
}
.BgClassName
{
background-color: #46665A;
}
</style>
border-color css
<style>
span { border-color: #46665A; }
span { border-color: rgb(70,102,90); }
td.TdClassName
{
border-color: #46665A;
}
.TagClassName
{
border-color: #46665A;
}
</style>