Shades of Gossamer #49A083
Tints of Gossamer #49A083
RGB
CMYK
RGB Variations
Color information
#49A083 (or 0x49A083) is known color: Gossamer. HEX triplet: 49, A0 and 83. RGB value is (73,160,131). Sum of RGB (Red+Green+Blue) = 73+160+131=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #49A083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A083 is #B65F7C. Grayscale: #828282. Windows color (decimal): -11951997 or 8626249. OLE color: 8626249.
HSL color Cylindrical-coordinate representation of color #49A083: hue angle of 160º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A083 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 131 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.37 |
| HSL | 160º | 0.37% | 0.46% | - |
| HSV(B) | 160º | 0.54% | 0.63% | - |
| XYZ | 19.42 | 28.2 | 25.89 | - |
| YUV | 130.68 | 128.18 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 131 | 0.54 | 0 | 0.18 | 0.37 | 160 | 0.37 | 0.46 |
| Hex | 49 | A0 | 83 | 36 | 0 | 12 | 25 | A0 | 25 | 2E |
| Octal | 111 | 240 | 203 | 66 | 0 | 22 | 45 | 240 | 45 | 56 |
| Binary | 1001001 | 10100000 | 10000011 | 110110 | 0 | 10010 | 100101 | 10100000 | 100101 | 101110 |
Color Harmonies of #49A083
Complementary color
Monochromatic Colors of #49A083
Black with #49A083
Text Example
Text Example
White with #49A083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A083; }
p { color: rgb(73,160,131); }
H1.HeaderClassName
{
color: #49A083;
}
.AnyTagClassName
{
color: #49A083;
}
</style>
background-color css
<style>
a { background-color: #49A083; }
a { background-color: rgb(73,160,131); }
div.DivClassName
{
background-color: #49A083;
}
.BgClassName
{
background-color: #49A083;
}
</style>
border-color css
<style>
span { border-color: #49A083; }
span { border-color: rgb(73,160,131); }
td.TdClassName
{
border-color: #49A083;
}
.TagClassName
{
border-color: #49A083;
}
</style>