Shades of Stromboli #476E5C
Tints of Stromboli #476E5C
RGB
CMYK
RGB Variations
Color information
#476E5C (or 0x476E5C) is known color: Stromboli. HEX triplet: 47, 6E and 5C. RGB value is (71,110,92). Sum of RGB (Red+Green+Blue) = 71+110+92=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 110 - color contains mainly: green. Hex color #476E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E5C is #B891A3. Grayscale: #606060. Windows color (decimal): -12095908 or 6057543. OLE color: 6057543.
HSL color Cylindrical-coordinate representation of color #476E5C: hue angle of 152.31º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476E5C is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 110 | 92 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.57 |
| HSL | 152.31º | 0.22% | 0.35% | - |
| HSV(B) | 152.31º | 0.35% | 0.43% | - |
| XYZ | 10.11 | 13.26 | 12.15 | - |
| YUV | 96.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 92 | 0.35 | 0 | 0.16 | 0.57 | 152.31 | 0.22 | 0.35 |
| Hex | 47 | 6E | 5C | 23 | 0 | 10 | 39 | 98 | 16 | 23 |
| Octal | 107 | 156 | 134 | 43 | 0 | 20 | 71 | 230 | 26 | 43 |
| Binary | 1000111 | 1101110 | 1011100 | 100011 | 0 | 10000 | 111001 | 10011000 | 10110 | 100011 |
Color Harmonies of #476E5C
Complementary color
Monochromatic Colors of #476E5C
Black with #476E5C
Text Example
Text Example
White with #476E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E5C; }
p { color: rgb(71,110,92); }
H1.HeaderClassName
{
color: #476E5C;
}
.AnyTagClassName
{
color: #476E5C;
}
</style>
background-color css
<style>
a { background-color: #476E5C; }
a { background-color: rgb(71,110,92); }
div.DivClassName
{
background-color: #476E5C;
}
.BgClassName
{
background-color: #476E5C;
}
</style>
border-color css
<style>
span { border-color: #476E5C; }
span { border-color: rgb(71,110,92); }
td.TdClassName
{
border-color: #476E5C;
}
.TagClassName
{
border-color: #476E5C;
}
</style>