Shades of Gossamer #47B091
Tints of Gossamer #47B091
RGB
CMYK
RGB Variations
Color information
#47B091 (or 0x47B091) is known color: Gossamer. HEX triplet: 47, B0 and 91. RGB value is (71,176,145). Sum of RGB (Red+Green+Blue) = 71+176+145=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #47B091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B091 is #B84F6E. Grayscale: #8D8D8D. Windows color (decimal): -12078959 or 9547847. OLE color: 9547847.
HSL color Cylindrical-coordinate representation of color #47B091: hue angle of 162.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B091 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 176 | 145 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.31 |
| HSL | 162.29º | 0.43% | 0.48% | - |
| HSV(B) | 162.29º | 0.6% | 0.69% | - |
| XYZ | 23.23 | 34.43 | 32.21 | - |
| YUV | 141.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 176 | 145 | 0.60 | 0 | 0.18 | 0.31 | 162.29 | 0.43 | 0.48 |
| Hex | 47 | B0 | 91 | 3C | 0 | 12 | 1F | A2 | 2B | 30 |
| Octal | 107 | 260 | 221 | 74 | 0 | 22 | 37 | 242 | 53 | 60 |
| Binary | 1000111 | 10110000 | 10010001 | 111100 | 0 | 10010 | 11111 | 10100010 | 101011 | 110000 |
Color Harmonies of #47B091
Complementary color
Monochromatic Colors of #47B091
Black with #47B091
Text Example
Text Example
White with #47B091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B091; }
p { color: rgb(71,176,145); }
H1.HeaderClassName
{
color: #47B091;
}
.AnyTagClassName
{
color: #47B091;
}
</style>
background-color css
<style>
a { background-color: #47B091; }
a { background-color: rgb(71,176,145); }
div.DivClassName
{
background-color: #47B091;
}
.BgClassName
{
background-color: #47B091;
}
</style>
border-color css
<style>
span { border-color: #47B091; }
span { border-color: rgb(71,176,145); }
td.TdClassName
{
border-color: #47B091;
}
.TagClassName
{
border-color: #47B091;
}
</style>