Shades of Gossamer #49A798
Tints of Gossamer #49A798
RGB
CMYK
RGB Variations
Color information
#49A798 (or 0x49A798) is known color: Gossamer. HEX triplet: 49, A7 and 98. RGB value is (73,167,152). Sum of RGB (Red+Green+Blue) = 73+167+152=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #49A798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A798 is #B65867. Grayscale: #898989. Windows color (decimal): -11950184 or 10004297. OLE color: 10004297.
HSL color Cylindrical-coordinate representation of color #49A798: hue angle of 170.43º 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 #49A798 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 167 | 152 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.35 |
| HSL | 170.43º | 0.39% | 0.47% | - |
| HSV(B) | 170.43º | 0.56% | 0.65% | - |
| XYZ | 22.23 | 31.32 | 34.58 | - |
| YUV | 137.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 152 | 0.56 | 0 | 0.09 | 0.35 | 170.43 | 0.39 | 0.47 |
| Hex | 49 | A7 | 98 | 38 | 0 | 9 | 23 | AA | 27 | 2F |
| Octal | 111 | 247 | 230 | 70 | 0 | 11 | 43 | 252 | 47 | 57 |
| Binary | 1001001 | 10100111 | 10011000 | 111000 | 0 | 1001 | 100011 | 10101010 | 100111 | 101111 |
Color Harmonies of #49A798
Complementary color
Monochromatic Colors of #49A798
Black with #49A798
Text Example
Text Example
White with #49A798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A798; }
p { color: rgb(73,167,152); }
H1.HeaderClassName
{
color: #49A798;
}
.AnyTagClassName
{
color: #49A798;
}
</style>
background-color css
<style>
a { background-color: #49A798; }
a { background-color: rgb(73,167,152); }
div.DivClassName
{
background-color: #49A798;
}
.BgClassName
{
background-color: #49A798;
}
</style>
border-color css
<style>
span { border-color: #49A798; }
span { border-color: rgb(73,167,152); }
td.TdClassName
{
border-color: #49A798;
}
.TagClassName
{
border-color: #49A798;
}
</style>