Shades of Stromboli #416860
Tints of Stromboli #416860
RGB
CMYK
RGB Variations
Color information
#416860 (or 0x416860) is known color: Stromboli. HEX triplet: 41, 68 and 60. RGB value is (65,104,96). Sum of RGB (Red+Green+Blue) = 65+104+96=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #416860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416860 is #BE979F. Grayscale: #5B5B5B. Windows color (decimal): -12490656 or 6318145. OLE color: 6318145.
HSL color Cylindrical-coordinate representation of color #416860: hue angle of 167.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416860 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 96 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.59 |
| HSL | 167.69º | 0.23% | 0.33% | - |
| HSV(B) | 167.69º | 0.38% | 0.41% | - |
| XYZ | 9.24 | 11.87 | 12.87 | - |
| YUV | 91.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 96 | 0.38 | 0 | 0.08 | 0.59 | 167.69 | 0.23 | 0.33 |
| Hex | 41 | 68 | 60 | 26 | 0 | 8 | 3B | A8 | 17 | 21 |
| Octal | 101 | 150 | 140 | 46 | 0 | 10 | 73 | 250 | 27 | 41 |
| Binary | 1000001 | 1101000 | 1100000 | 100110 | 0 | 1000 | 111011 | 10101000 | 10111 | 100001 |
Color Harmonies of #416860
Complementary color
Monochromatic Colors of #416860
Black with #416860
Text Example
Text Example
White with #416860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416860; }
p { color: rgb(65,104,96); }
H1.HeaderClassName
{
color: #416860;
}
.AnyTagClassName
{
color: #416860;
}
</style>
background-color css
<style>
a { background-color: #416860; }
a { background-color: rgb(65,104,96); }
div.DivClassName
{
background-color: #416860;
}
.BgClassName
{
background-color: #416860;
}
</style>
border-color css
<style>
span { border-color: #416860; }
span { border-color: rgb(65,104,96); }
td.TdClassName
{
border-color: #416860;
}
.TagClassName
{
border-color: #416860;
}
</style>