Shades of Gossamer #47A28B
Tints of Gossamer #47A28B
RGB
CMYK
RGB Variations
Color information
#47A28B (or 0x47A28B) is known color: Gossamer. HEX triplet: 47, A2 and 8B. RGB value is (71,162,139). Sum of RGB (Red+Green+Blue) = 71+162+139=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #47A28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A28B is #B85D74. Grayscale: #848484. Windows color (decimal): -12082549 or 9151047. OLE color: 9151047.
HSL color Cylindrical-coordinate representation of color #47A28B: hue angle of 164.84º 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 #47A28B is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 162 | 139 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.36 |
| HSL | 164.84º | 0.39% | 0.46% | - |
| HSV(B) | 164.84º | 0.56% | 0.64% | - |
| XYZ | 20.18 | 29.04 | 28.97 | - |
| YUV | 132.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 139 | 0.56 | 0 | 0.14 | 0.36 | 164.84 | 0.39 | 0.46 |
| Hex | 47 | A2 | 8B | 38 | 0 | E | 24 | A5 | 27 | 2E |
| Octal | 107 | 242 | 213 | 70 | 0 | 16 | 44 | 245 | 47 | 56 |
| Binary | 1000111 | 10100010 | 10001011 | 111000 | 0 | 1110 | 100100 | 10100101 | 100111 | 101110 |
Color Harmonies of #47A28B
Complementary color
Monochromatic Colors of #47A28B
Black with #47A28B
Text Example
Text Example
White with #47A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A28B; }
p { color: rgb(71,162,139); }
H1.HeaderClassName
{
color: #47A28B;
}
.AnyTagClassName
{
color: #47A28B;
}
</style>
background-color css
<style>
a { background-color: #47A28B; }
a { background-color: rgb(71,162,139); }
div.DivClassName
{
background-color: #47A28B;
}
.BgClassName
{
background-color: #47A28B;
}
</style>
border-color css
<style>
span { border-color: #47A28B; }
span { border-color: rgb(71,162,139); }
td.TdClassName
{
border-color: #47A28B;
}
.TagClassName
{
border-color: #47A28B;
}
</style>