Shades of Stromboli #47685D
Tints of Stromboli #47685D
RGB
CMYK
RGB Variations
Color information
#47685D (or 0x47685D) is known color: Stromboli. HEX triplet: 47, 68 and 5D. RGB value is (71,104,93). Sum of RGB (Red+Green+Blue) = 71+104+93=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #47685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47685D is #B897A2. Grayscale: #5C5C5C. Windows color (decimal): -12097443 or 6121543. OLE color: 6121543.
HSL color Cylindrical-coordinate representation of color #47685D: hue angle of 160º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47685D is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 93 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.59 |
| HSL | 160º | 0.19% | 0.34% | - |
| HSV(B) | 160º | 0.32% | 0.41% | - |
| XYZ | 9.52 | 12.03 | 12.18 | - |
| YUV | 92.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 93 | 0.32 | 0 | 0.11 | 0.59 | 160 | 0.19 | 0.34 |
| Hex | 47 | 68 | 5D | 20 | 0 | B | 3B | A0 | 13 | 22 |
| Octal | 107 | 150 | 135 | 40 | 0 | 13 | 73 | 240 | 23 | 42 |
| Binary | 1000111 | 1101000 | 1011101 | 100000 | 0 | 1011 | 111011 | 10100000 | 10011 | 100010 |
Color Harmonies of #47685D
Complementary color
Monochromatic Colors of #47685D
Black with #47685D
Text Example
Text Example
White with #47685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47685D; }
p { color: rgb(71,104,93); }
H1.HeaderClassName
{
color: #47685D;
}
.AnyTagClassName
{
color: #47685D;
}
</style>
background-color css
<style>
a { background-color: #47685D; }
a { background-color: rgb(71,104,93); }
div.DivClassName
{
background-color: #47685D;
}
.BgClassName
{
background-color: #47685D;
}
</style>
border-color css
<style>
span { border-color: #47685D; }
span { border-color: rgb(71,104,93); }
td.TdClassName
{
border-color: #47685D;
}
.TagClassName
{
border-color: #47685D;
}
</style>