Shades of Gossamer #47A296
Tints of Gossamer #47A296
RGB
CMYK
RGB Variations
Color information
#47A296 (or 0x47A296) is known color: Gossamer. HEX triplet: 47, A2 and 96. RGB value is (71,162,150). Sum of RGB (Red+Green+Blue) = 71+162+150=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #47A296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A296 is #B85D69. Grayscale: #858585. Windows color (decimal): -12082538 or 9871943. OLE color: 9871943.
HSL color Cylindrical-coordinate representation of color #47A296: hue angle of 172.09º 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 #47A296 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 162 | 150 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.36 |
| HSL | 172.09º | 0.39% | 0.46% | - |
| HSV(B) | 172.09º | 0.56% | 0.64% | - |
| XYZ | 21.02 | 29.38 | 33.42 | - |
| YUV | 133.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 150 | 0.56 | 0 | 0.07 | 0.36 | 172.09 | 0.39 | 0.46 |
| Hex | 47 | A2 | 96 | 38 | 0 | 7 | 24 | AC | 27 | 2E |
| Octal | 107 | 242 | 226 | 70 | 0 | 7 | 44 | 254 | 47 | 56 |
| Binary | 1000111 | 10100010 | 10010110 | 111000 | 0 | 111 | 100100 | 10101100 | 100111 | 101110 |
Color Harmonies of #47A296
Complementary color
Monochromatic Colors of #47A296
Black with #47A296
Text Example
Text Example
White with #47A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A296; }
p { color: rgb(71,162,150); }
H1.HeaderClassName
{
color: #47A296;
}
.AnyTagClassName
{
color: #47A296;
}
</style>
background-color css
<style>
a { background-color: #47A296; }
a { background-color: rgb(71,162,150); }
div.DivClassName
{
background-color: #47A296;
}
.BgClassName
{
background-color: #47A296;
}
</style>
border-color css
<style>
span { border-color: #47A296; }
span { border-color: rgb(71,162,150); }
td.TdClassName
{
border-color: #47A296;
}
.TagClassName
{
border-color: #47A296;
}
</style>