Shades of Stromboli #47665B
Tints of Stromboli #47665B
RGB
CMYK
RGB Variations
Color information
#47665B (or 0x47665B) is known color: Stromboli. HEX triplet: 47, 66 and 5B. RGB value is (71,102,91). Sum of RGB (Red+Green+Blue) = 71+102+91=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 102 - color contains mainly: green. Hex color #47665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47665B is #B899A4. Grayscale: #5B5B5B. Windows color (decimal): -12097957 or 5989959. OLE color: 5989959.
HSL color Cylindrical-coordinate representation of color #47665B: hue angle of 158.71º 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 #47665B is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 91 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.6 |
| HSL | 158.71º | 0.18% | 0.34% | - |
| HSV(B) | 158.71º | 0.3% | 0.4% | - |
| XYZ | 9.24 | 11.6 | 11.65 | - |
| YUV | 91.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 91 | 0.30 | 0 | 0.11 | 0.6 | 158.71 | 0.18 | 0.34 |
| Hex | 47 | 66 | 5B | 1E | 0 | B | 3C | 9F | 12 | 22 |
| Octal | 107 | 146 | 133 | 36 | 0 | 13 | 74 | 237 | 22 | 42 |
| Binary | 1000111 | 1100110 | 1011011 | 11110 | 0 | 1011 | 111100 | 10011111 | 10010 | 100010 |
Color Harmonies of #47665B
Complementary color
Monochromatic Colors of #47665B
Black with #47665B
Text Example
Text Example
White with #47665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47665B; }
p { color: rgb(71,102,91); }
H1.HeaderClassName
{
color: #47665B;
}
.AnyTagClassName
{
color: #47665B;
}
</style>
background-color css
<style>
a { background-color: #47665B; }
a { background-color: rgb(71,102,91); }
div.DivClassName
{
background-color: #47665B;
}
.BgClassName
{
background-color: #47665B;
}
</style>
border-color css
<style>
span { border-color: #47665B; }
span { border-color: rgb(71,102,91); }
td.TdClassName
{
border-color: #47665B;
}
.TagClassName
{
border-color: #47665B;
}
</style>