Shades of Stromboli #47665C
Tints of Stromboli #47665C
RGB
CMYK
RGB Variations
Color information
#47665C (or 0x47665C) is known color: Stromboli. HEX triplet: 47, 66 and 5C. RGB value is (71,102,92). Sum of RGB (Red+Green+Blue) = 71+102+92=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 102 - color contains mainly: green. Hex color #47665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47665C is #B899A3. Grayscale: #5B5B5B. Windows color (decimal): -12097956 or 6055495. OLE color: 6055495.
HSL color Cylindrical-coordinate representation of color #47665C: hue angle of 160.65º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47665C is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 92 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.6 |
| HSL | 160.65º | 0.18% | 0.34% | - |
| HSV(B) | 160.65º | 0.3% | 0.4% | - |
| XYZ | 9.28 | 11.62 | 11.88 | - |
| YUV | 91.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 92 | 0.30 | 0 | 0.10 | 0.6 | 160.65 | 0.18 | 0.34 |
| Hex | 47 | 66 | 5C | 1E | 0 | A | 3C | A1 | 12 | 22 |
| Octal | 107 | 146 | 134 | 36 | 0 | 12 | 74 | 241 | 22 | 42 |
| Binary | 1000111 | 1100110 | 1011100 | 11110 | 0 | 1010 | 111100 | 10100001 | 10010 | 100010 |
Color Harmonies of #47665C
Complementary color
Monochromatic Colors of #47665C
Black with #47665C
Text Example
Text Example
White with #47665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47665C; }
p { color: rgb(71,102,92); }
H1.HeaderClassName
{
color: #47665C;
}
.AnyTagClassName
{
color: #47665C;
}
</style>
background-color css
<style>
a { background-color: #47665C; }
a { background-color: rgb(71,102,92); }
div.DivClassName
{
background-color: #47665C;
}
.BgClassName
{
background-color: #47665C;
}
</style>
border-color css
<style>
span { border-color: #47665C; }
span { border-color: rgb(71,102,92); }
td.TdClassName
{
border-color: #47665C;
}
.TagClassName
{
border-color: #47665C;
}
</style>