Shades of Stromboli #466A60
Tints of Stromboli #466A60
RGB
CMYK
RGB Variations
Color information
#466A60 (or 0x466A60) is known color: Stromboli. HEX triplet: 46, 6A and 60. RGB value is (70,106,96). Sum of RGB (Red+Green+Blue) = 70+106+96=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 106 - color contains mainly: green. Hex color #466A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A60 is #B9959F. Grayscale: #5E5E5E. Windows color (decimal): -12162464 or 6318662. OLE color: 6318662.
HSL color Cylindrical-coordinate representation of color #466A60: hue angle of 163.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A60 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 96 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.58 |
| HSL | 163.33º | 0.2% | 0.35% | - |
| HSV(B) | 163.33º | 0.34% | 0.42% | - |
| XYZ | 9.79 | 12.45 | 12.95 | - |
| YUV | 94.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 96 | 0.34 | 0 | 0.09 | 0.58 | 163.33 | 0.2 | 0.35 |
| Hex | 46 | 6A | 60 | 22 | 0 | 9 | 3A | A3 | 14 | 23 |
| Octal | 106 | 152 | 140 | 42 | 0 | 11 | 72 | 243 | 24 | 43 |
| Binary | 1000110 | 1101010 | 1100000 | 100010 | 0 | 1001 | 111010 | 10100011 | 10100 | 100011 |
Color Harmonies of #466A60
Complementary color
Monochromatic Colors of #466A60
Black with #466A60
Text Example
Text Example
White with #466A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A60; }
p { color: rgb(70,106,96); }
H1.HeaderClassName
{
color: #466A60;
}
.AnyTagClassName
{
color: #466A60;
}
</style>
background-color css
<style>
a { background-color: #466A60; }
a { background-color: rgb(70,106,96); }
div.DivClassName
{
background-color: #466A60;
}
.BgClassName
{
background-color: #466A60;
}
</style>
border-color css
<style>
span { border-color: #466A60; }
span { border-color: rgb(70,106,96); }
td.TdClassName
{
border-color: #466A60;
}
.TagClassName
{
border-color: #466A60;
}
</style>