Shades of Gossamer #49A295
Tints of Gossamer #49A295
RGB
CMYK
RGB Variations
Color information
#49A295 (or 0x49A295) is known color: Gossamer. HEX triplet: 49, A2 and 95. RGB value is (73,162,149). Sum of RGB (Red+Green+Blue) = 73+162+149=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #49A295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A295 is #B65D6A. Grayscale: #858585. Windows color (decimal): -11951467 or 9806409. OLE color: 9806409.
HSL color Cylindrical-coordinate representation of color #49A295: hue angle of 171.24º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A295 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 162 | 149 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.36 |
| HSL | 171.24º | 0.38% | 0.46% | - |
| HSV(B) | 171.24º | 0.55% | 0.64% | - |
| XYZ | 21.09 | 29.43 | 33 | - |
| YUV | 133.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 149 | 0.55 | 0 | 0.08 | 0.36 | 171.24 | 0.38 | 0.46 |
| Hex | 49 | A2 | 95 | 37 | 0 | 8 | 24 | AB | 26 | 2E |
| Octal | 111 | 242 | 225 | 67 | 0 | 10 | 44 | 253 | 46 | 56 |
| Binary | 1001001 | 10100010 | 10010101 | 110111 | 0 | 1000 | 100100 | 10101011 | 100110 | 101110 |
Color Harmonies of #49A295
Complementary color
Monochromatic Colors of #49A295
Black with #49A295
Text Example
Text Example
White with #49A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A295; }
p { color: rgb(73,162,149); }
H1.HeaderClassName
{
color: #49A295;
}
.AnyTagClassName
{
color: #49A295;
}
</style>
background-color css
<style>
a { background-color: #49A295; }
a { background-color: rgb(73,162,149); }
div.DivClassName
{
background-color: #49A295;
}
.BgClassName
{
background-color: #49A295;
}
</style>
border-color css
<style>
span { border-color: #49A295; }
span { border-color: rgb(73,162,149); }
td.TdClassName
{
border-color: #49A295;
}
.TagClassName
{
border-color: #49A295;
}
</style>