Shades of Gossamer #47A984
Tints of Gossamer #47A984
RGB
CMYK
RGB Variations
Color information
#47A984 (or 0x47A984) is known color: Gossamer. HEX triplet: 47, A9 and 84. RGB value is (71,169,132). Sum of RGB (Red+Green+Blue) = 71+169+132=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #47A984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A984 is #B8567B. Grayscale: #878787. Windows color (decimal): -12080764 or 8694087. OLE color: 8694087.
HSL color Cylindrical-coordinate representation of color #47A984: hue angle of 157.35º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A984 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 169 | 132 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.34 |
| HSL | 157.35º | 0.41% | 0.47% | - |
| HSV(B) | 157.35º | 0.58% | 0.66% | - |
| XYZ | 20.95 | 31.38 | 26.78 | - |
| YUV | 135.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 169 | 132 | 0.58 | 0 | 0.22 | 0.34 | 157.35 | 0.41 | 0.47 |
| Hex | 47 | A9 | 84 | 3A | 0 | 16 | 22 | 9D | 29 | 2F |
| Octal | 107 | 251 | 204 | 72 | 0 | 26 | 42 | 235 | 51 | 57 |
| Binary | 1000111 | 10101001 | 10000100 | 111010 | 0 | 10110 | 100010 | 10011101 | 101001 | 101111 |
Color Harmonies of #47A984
Complementary color
Monochromatic Colors of #47A984
Black with #47A984
Text Example
Text Example
White with #47A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A984; }
p { color: rgb(71,169,132); }
H1.HeaderClassName
{
color: #47A984;
}
.AnyTagClassName
{
color: #47A984;
}
</style>
background-color css
<style>
a { background-color: #47A984; }
a { background-color: rgb(71,169,132); }
div.DivClassName
{
background-color: #47A984;
}
.BgClassName
{
background-color: #47A984;
}
</style>
border-color css
<style>
span { border-color: #47A984; }
span { border-color: rgb(71,169,132); }
td.TdClassName
{
border-color: #47A984;
}
.TagClassName
{
border-color: #47A984;
}
</style>