Shades of Gossamer #47A498
Tints of Gossamer #47A498
RGB
CMYK
RGB Variations
Color information
#47A498 (or 0x47A498) is known color: Gossamer. HEX triplet: 47, A4 and 98. RGB value is (71,164,152). Sum of RGB (Red+Green+Blue) = 71+164+152=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #47A498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A498 is #B85B67. Grayscale: #868686. Windows color (decimal): -12082024 or 10003527. OLE color: 10003527.
HSL color Cylindrical-coordinate representation of color #47A498: hue angle of 172.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A498 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 164 | 152 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.36 |
| HSL | 172.26º | 0.4% | 0.46% | - |
| HSV(B) | 172.26º | 0.57% | 0.64% | - |
| XYZ | 21.54 | 30.16 | 34.39 | - |
| YUV | 134.83 | 137.69 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 164 | 152 | 0.57 | 0 | 0.07 | 0.36 | 172.26 | 0.4 | 0.46 |
| Hex | 47 | A4 | 98 | 39 | 0 | 7 | 24 | AC | 28 | 2E |
| Octal | 107 | 244 | 230 | 71 | 0 | 7 | 44 | 254 | 50 | 56 |
| Binary | 1000111 | 10100100 | 10011000 | 111001 | 0 | 111 | 100100 | 10101100 | 101000 | 101110 |
Color Harmonies of #47A498
Complementary color
Monochromatic Colors of #47A498
Black with #47A498
Text Example
Text Example
White with #47A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A498; }
p { color: rgb(71,164,152); }
H1.HeaderClassName
{
color: #47A498;
}
.AnyTagClassName
{
color: #47A498;
}
</style>
background-color css
<style>
a { background-color: #47A498; }
a { background-color: rgb(71,164,152); }
div.DivClassName
{
background-color: #47A498;
}
.BgClassName
{
background-color: #47A498;
}
</style>
border-color css
<style>
span { border-color: #47A498; }
span { border-color: rgb(71,164,152); }
td.TdClassName
{
border-color: #47A498;
}
.TagClassName
{
border-color: #47A498;
}
</style>