Shades of Gossamer #489E84
Tints of Gossamer #489E84
RGB
CMYK
RGB Variations
Color information
#489E84 (or 0x489E84) is known color: Gossamer. HEX triplet: 48, 9E and 84. RGB value is (72,158,132). Sum of RGB (Red+Green+Blue) = 72+158+132=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #489E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489E84 is #B7617B. Grayscale: #818181. Windows color (decimal): -12018044 or 8691272. OLE color: 8691272.
HSL color Cylindrical-coordinate representation of color #489E84: hue angle of 161.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489E84 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 158 | 132 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.38 |
| HSL | 161.86º | 0.37% | 0.45% | - |
| HSV(B) | 161.86º | 0.54% | 0.62% | - |
| XYZ | 19.06 | 27.5 | 26.13 | - |
| YUV | 129.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 132 | 0.54 | 0 | 0.16 | 0.38 | 161.86 | 0.37 | 0.45 |
| Hex | 48 | 9E | 84 | 36 | 0 | 10 | 26 | A2 | 25 | 2D |
| Octal | 110 | 236 | 204 | 66 | 0 | 20 | 46 | 242 | 45 | 55 |
| Binary | 1001000 | 10011110 | 10000100 | 110110 | 0 | 10000 | 100110 | 10100010 | 100101 | 101101 |
Color Harmonies of #489E84
Complementary color
Monochromatic Colors of #489E84
Black with #489E84
Text Example
Text Example
White with #489E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489E84; }
p { color: rgb(72,158,132); }
H1.HeaderClassName
{
color: #489E84;
}
.AnyTagClassName
{
color: #489E84;
}
</style>
background-color css
<style>
a { background-color: #489E84; }
a { background-color: rgb(72,158,132); }
div.DivClassName
{
background-color: #489E84;
}
.BgClassName
{
background-color: #489E84;
}
</style>
border-color css
<style>
span { border-color: #489E84; }
span { border-color: rgb(72,158,132); }
td.TdClassName
{
border-color: #489E84;
}
.TagClassName
{
border-color: #489E84;
}
</style>