Shades of Gossamer #49A686
Tints of Gossamer #49A686
RGB
CMYK
RGB Variations
Color information
#49A686 (or 0x49A686) is known color: Gossamer. HEX triplet: 49, A6 and 86. RGB value is (73,166,134). Sum of RGB (Red+Green+Blue) = 73+166+134=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #49A686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A686 is #B65979. Grayscale: #868686. Windows color (decimal): -11950458 or 8824393. OLE color: 8824393.
HSL color Cylindrical-coordinate representation of color #49A686: hue angle of 159.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A686 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 166 | 134 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.35 |
| HSL | 159.35º | 0.39% | 0.47% | - |
| HSV(B) | 159.35º | 0.56% | 0.65% | - |
| XYZ | 20.69 | 30.41 | 27.33 | - |
| YUV | 134.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 134 | 0.56 | 0 | 0.19 | 0.35 | 159.35 | 0.39 | 0.47 |
| Hex | 49 | A6 | 86 | 38 | 0 | 13 | 23 | 9F | 27 | 2F |
| Octal | 111 | 246 | 206 | 70 | 0 | 23 | 43 | 237 | 47 | 57 |
| Binary | 1001001 | 10100110 | 10000110 | 111000 | 0 | 10011 | 100011 | 10011111 | 100111 | 101111 |
Color Harmonies of #49A686
Complementary color
Monochromatic Colors of #49A686
Black with #49A686
Text Example
Text Example
White with #49A686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A686; }
p { color: rgb(73,166,134); }
H1.HeaderClassName
{
color: #49A686;
}
.AnyTagClassName
{
color: #49A686;
}
</style>
background-color css
<style>
a { background-color: #49A686; }
a { background-color: rgb(73,166,134); }
div.DivClassName
{
background-color: #49A686;
}
.BgClassName
{
background-color: #49A686;
}
</style>
border-color css
<style>
span { border-color: #49A686; }
span { border-color: rgb(73,166,134); }
td.TdClassName
{
border-color: #49A686;
}
.TagClassName
{
border-color: #49A686;
}
</style>