Shades of Stromboli #486861
Tints of Stromboli #486861
RGB
CMYK
RGB Variations
Color information
#486861 (or 0x486861) is known color: Stromboli. HEX triplet: 48, 68 and 61. RGB value is (72,104,97). Sum of RGB (Red+Green+Blue) = 72+104+97=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #486861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486861 is #B7979E. Grayscale: #5D5D5D. Windows color (decimal): -12031903 or 6383688. OLE color: 6383688.
HSL color Cylindrical-coordinate representation of color #486861: hue angle of 166.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486861 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 104 | 97 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.59 |
| HSL | 166.88º | 0.18% | 0.35% | - |
| HSV(B) | 166.88º | 0.31% | 0.41% | - |
| XYZ | 9.78 | 12.14 | 13.14 | - |
| YUV | 93.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 97 | 0.31 | 0 | 0.07 | 0.59 | 166.88 | 0.18 | 0.35 |
| Hex | 48 | 68 | 61 | 1F | 0 | 7 | 3B | A7 | 12 | 23 |
| Octal | 110 | 150 | 141 | 37 | 0 | 7 | 73 | 247 | 22 | 43 |
| Binary | 1001000 | 1101000 | 1100001 | 11111 | 0 | 111 | 111011 | 10100111 | 10010 | 100011 |
Color Harmonies of #486861
Complementary color
Monochromatic Colors of #486861
Black with #486861
Text Example
Text Example
White with #486861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486861; }
p { color: rgb(72,104,97); }
H1.HeaderClassName
{
color: #486861;
}
.AnyTagClassName
{
color: #486861;
}
</style>
background-color css
<style>
a { background-color: #486861; }
a { background-color: rgb(72,104,97); }
div.DivClassName
{
background-color: #486861;
}
.BgClassName
{
background-color: #486861;
}
</style>
border-color css
<style>
span { border-color: #486861; }
span { border-color: rgb(72,104,97); }
td.TdClassName
{
border-color: #486861;
}
.TagClassName
{
border-color: #486861;
}
</style>