Shades of Gossamer #47A397
Tints of Gossamer #47A397
RGB
CMYK
RGB Variations
Color information
#47A397 (or 0x47A397) is known color: Gossamer. HEX triplet: 47, A3 and 97. RGB value is (71,163,151). Sum of RGB (Red+Green+Blue) = 71+163+151=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #47A397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A397 is #B85C68. Grayscale: #868686. Windows color (decimal): -12082281 or 9937735. OLE color: 9937735.
HSL color Cylindrical-coordinate representation of color #47A397: hue angle of 172.17º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A397 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 163 | 151 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.36 |
| HSL | 172.17º | 0.39% | 0.46% | - |
| HSV(B) | 172.17º | 0.56% | 0.64% | - |
| XYZ | 21.28 | 29.77 | 33.9 | - |
| YUV | 134.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 163 | 151 | 0.56 | 0 | 0.07 | 0.36 | 172.17 | 0.39 | 0.46 |
| Hex | 47 | A3 | 97 | 38 | 0 | 7 | 24 | AC | 27 | 2E |
| Octal | 107 | 243 | 227 | 70 | 0 | 7 | 44 | 254 | 47 | 56 |
| Binary | 1000111 | 10100011 | 10010111 | 111000 | 0 | 111 | 100100 | 10101100 | 100111 | 101110 |
Color Harmonies of #47A397
Complementary color
Monochromatic Colors of #47A397
Black with #47A397
Text Example
Text Example
White with #47A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A397; }
p { color: rgb(71,163,151); }
H1.HeaderClassName
{
color: #47A397;
}
.AnyTagClassName
{
color: #47A397;
}
</style>
background-color css
<style>
a { background-color: #47A397; }
a { background-color: rgb(71,163,151); }
div.DivClassName
{
background-color: #47A397;
}
.BgClassName
{
background-color: #47A397;
}
</style>
border-color css
<style>
span { border-color: #47A397; }
span { border-color: rgb(71,163,151); }
td.TdClassName
{
border-color: #47A397;
}
.TagClassName
{
border-color: #47A397;
}
</style>