Shades of Stromboli #47645D
Tints of Stromboli #47645D
RGB
CMYK
RGB Variations
Color information
#47645D (or 0x47645D) is known color: Stromboli. HEX triplet: 47, 64 and 5D. RGB value is (71,100,93). Sum of RGB (Red+Green+Blue) = 71+100+93=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 100 - color contains mainly: green. Hex color #47645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47645D is #B89BA2. Grayscale: #5A5A5A. Windows color (decimal): -12098467 or 6120519. OLE color: 6120519.
HSL color Cylindrical-coordinate representation of color #47645D: hue angle of 165.52º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #47645D is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 100 | 93 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.61 |
| HSL | 165.52º | 0.17% | 0.34% | - |
| HSV(B) | 165.52º | 0.29% | 0.39% | - |
| XYZ | 9.13 | 11.24 | 12.05 | - |
| YUV | 90.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 93 | 0.29 | 0 | 0.07 | 0.61 | 165.52 | 0.17 | 0.34 |
| Hex | 47 | 64 | 5D | 1D | 0 | 7 | 3D | A6 | 11 | 22 |
| Octal | 107 | 144 | 135 | 35 | 0 | 7 | 75 | 246 | 21 | 42 |
| Binary | 1000111 | 1100100 | 1011101 | 11101 | 0 | 111 | 111101 | 10100110 | 10001 | 100010 |
Color Harmonies of #47645D
Complementary color
Monochromatic Colors of #47645D
Black with #47645D
Text Example
Text Example
White with #47645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47645D; }
p { color: rgb(71,100,93); }
H1.HeaderClassName
{
color: #47645D;
}
.AnyTagClassName
{
color: #47645D;
}
</style>
background-color css
<style>
a { background-color: #47645D; }
a { background-color: rgb(71,100,93); }
div.DivClassName
{
background-color: #47645D;
}
.BgClassName
{
background-color: #47645D;
}
</style>
border-color css
<style>
span { border-color: #47645D; }
span { border-color: rgb(71,100,93); }
td.TdClassName
{
border-color: #47645D;
}
.TagClassName
{
border-color: #47645D;
}
</style>