Shades of Stromboli #47675A
Tints of Stromboli #47675A
RGB
CMYK
RGB Variations
Color information
#47675A (or 0x47675A) is known color: Stromboli. HEX triplet: 47, 67 and 5A. RGB value is (71,103,90). Sum of RGB (Red+Green+Blue) = 71+103+90=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #47675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47675A is #B898A5. Grayscale: #5B5B5B. Windows color (decimal): -12097702 or 5924679. OLE color: 5924679.
HSL color Cylindrical-coordinate representation of color #47675A: hue angle of 155.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47675A is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 103 | 90 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.60 |
| HSL | 155.63º | 0.18% | 0.34% | - |
| HSV(B) | 155.63º | 0.31% | 0.4% | - |
| XYZ | 9.29 | 11.78 | 11.46 | - |
| YUV | 91.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 90 | 0.31 | 0 | 0.13 | 0.60 | 155.63 | 0.18 | 0.34 |
| Hex | 47 | 67 | 5A | 1F | 0 | D | 3C | 9C | 12 | 22 |
| Octal | 107 | 147 | 132 | 37 | 0 | 15 | 74 | 234 | 22 | 42 |
| Binary | 1000111 | 1100111 | 1011010 | 11111 | 0 | 1101 | 111100 | 10011100 | 10010 | 100010 |
Color Harmonies of #47675A
Complementary color
Monochromatic Colors of #47675A
Black with #47675A
Text Example
Text Example
White with #47675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47675A; }
p { color: rgb(71,103,90); }
H1.HeaderClassName
{
color: #47675A;
}
.AnyTagClassName
{
color: #47675A;
}
</style>
background-color css
<style>
a { background-color: #47675A; }
a { background-color: rgb(71,103,90); }
div.DivClassName
{
background-color: #47675A;
}
.BgClassName
{
background-color: #47675A;
}
</style>
border-color css
<style>
span { border-color: #47675A; }
span { border-color: rgb(71,103,90); }
td.TdClassName
{
border-color: #47675A;
}
.TagClassName
{
border-color: #47675A;
}
</style>