Shades of Stromboli #476C5C
Tints of Stromboli #476C5C
RGB
CMYK
RGB Variations
Color information
#476C5C (or 0x476C5C) is known color: Stromboli. HEX triplet: 47, 6C and 5C. RGB value is (71,108,92). Sum of RGB (Red+Green+Blue) = 71+108+92=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 108 - color contains mainly: green. Hex color #476C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C5C is #B893A3. Grayscale: #5F5F5F. Windows color (decimal): -12096420 or 6057031. OLE color: 6057031.
HSL color Cylindrical-coordinate representation of color #476C5C: hue angle of 154.05º degrees, saturation: 0.21, 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 #476C5C is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 92 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.58 |
| HSL | 154.05º | 0.21% | 0.35% | - |
| HSV(B) | 154.05º | 0.34% | 0.42% | - |
| XYZ | 9.89 | 12.84 | 12.08 | - |
| YUV | 95.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 92 | 0.34 | 0 | 0.15 | 0.58 | 154.05 | 0.21 | 0.35 |
| Hex | 47 | 6C | 5C | 22 | 0 | F | 3A | 9A | 15 | 23 |
| Octal | 107 | 154 | 134 | 42 | 0 | 17 | 72 | 232 | 25 | 43 |
| Binary | 1000111 | 1101100 | 1011100 | 100010 | 0 | 1111 | 111010 | 10011010 | 10101 | 100011 |
Color Harmonies of #476C5C
Complementary color
Monochromatic Colors of #476C5C
Black with #476C5C
Text Example
Text Example
White with #476C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C5C; }
p { color: rgb(71,108,92); }
H1.HeaderClassName
{
color: #476C5C;
}
.AnyTagClassName
{
color: #476C5C;
}
</style>
background-color css
<style>
a { background-color: #476C5C; }
a { background-color: rgb(71,108,92); }
div.DivClassName
{
background-color: #476C5C;
}
.BgClassName
{
background-color: #476C5C;
}
</style>
border-color css
<style>
span { border-color: #476C5C; }
span { border-color: rgb(71,108,92); }
td.TdClassName
{
border-color: #476C5C;
}
.TagClassName
{
border-color: #476C5C;
}
</style>