Shades of Gossamer #489D85
Tints of Gossamer #489D85
RGB
CMYK
RGB Variations
Color information
#489D85 (or 0x489D85) is known color: Gossamer. HEX triplet: 48, 9D and 85. RGB value is (72,157,133). Sum of RGB (Red+Green+Blue) = 72+157+133=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #489D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D85 is #B7627A. Grayscale: #808080. Windows color (decimal): -12018299 or 8756552. OLE color: 8756552.
HSL color Cylindrical-coordinate representation of color #489D85: hue angle of 163.06º 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 #489D85 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 133 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.38 |
| HSL | 163.06º | 0.37% | 0.45% | - |
| HSV(B) | 163.06º | 0.54% | 0.62% | - |
| XYZ | 18.96 | 27.19 | 26.44 | - |
| YUV | 128.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 133 | 0.54 | 0 | 0.15 | 0.38 | 163.06 | 0.37 | 0.45 |
| Hex | 48 | 9D | 85 | 36 | 0 | F | 26 | A3 | 25 | 2D |
| Octal | 110 | 235 | 205 | 66 | 0 | 17 | 46 | 243 | 45 | 55 |
| Binary | 1001000 | 10011101 | 10000101 | 110110 | 0 | 1111 | 100110 | 10100011 | 100101 | 101101 |
Color Harmonies of #489D85
Complementary color
Monochromatic Colors of #489D85
Black with #489D85
Text Example
Text Example
White with #489D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D85; }
p { color: rgb(72,157,133); }
H1.HeaderClassName
{
color: #489D85;
}
.AnyTagClassName
{
color: #489D85;
}
</style>
background-color css
<style>
a { background-color: #489D85; }
a { background-color: rgb(72,157,133); }
div.DivClassName
{
background-color: #489D85;
}
.BgClassName
{
background-color: #489D85;
}
</style>
border-color css
<style>
span { border-color: #489D85; }
span { border-color: rgb(72,157,133); }
td.TdClassName
{
border-color: #489D85;
}
.TagClassName
{
border-color: #489D85;
}
</style>