Shades of Stromboli #476B60
Tints of Stromboli #476B60
RGB
CMYK
RGB Variations
Color information
#476B60 (or 0x476B60) is known color: Stromboli. HEX triplet: 47, 6B and 60. RGB value is (71,107,96). Sum of RGB (Red+Green+Blue) = 71+107+96=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #476B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B60 is #B8949F. Grayscale: #5E5E5E. Windows color (decimal): -12096672 or 6318919. OLE color: 6318919.
HSL color Cylindrical-coordinate representation of color #476B60: hue angle of 161.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B60 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 107 | 96 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.58 |
| HSL | 161.67º | 0.2% | 0.35% | - |
| HSV(B) | 161.67º | 0.34% | 0.42% | - |
| XYZ | 9.97 | 12.7 | 12.99 | - |
| YUV | 94.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 96 | 0.34 | 0 | 0.10 | 0.58 | 161.67 | 0.2 | 0.35 |
| Hex | 47 | 6B | 60 | 22 | 0 | A | 3A | A2 | 14 | 23 |
| Octal | 107 | 153 | 140 | 42 | 0 | 12 | 72 | 242 | 24 | 43 |
| Binary | 1000111 | 1101011 | 1100000 | 100010 | 0 | 1010 | 111010 | 10100010 | 10100 | 100011 |
Color Harmonies of #476B60
Complementary color
Monochromatic Colors of #476B60
Black with #476B60
Text Example
Text Example
White with #476B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476B60; }
p { color: rgb(71,107,96); }
H1.HeaderClassName
{
color: #476B60;
}
.AnyTagClassName
{
color: #476B60;
}
</style>
background-color css
<style>
a { background-color: #476B60; }
a { background-color: rgb(71,107,96); }
div.DivClassName
{
background-color: #476B60;
}
.BgClassName
{
background-color: #476B60;
}
</style>
border-color css
<style>
span { border-color: #476B60; }
span { border-color: rgb(71,107,96); }
td.TdClassName
{
border-color: #476B60;
}
.TagClassName
{
border-color: #476B60;
}
</style>