Shades of Gossamer #489E7D
Tints of Gossamer #489E7D
RGB
CMYK
RGB Variations
Color information
#489E7D (or 0x489E7D) is known color: Gossamer. HEX triplet: 48, 9E and 7D. RGB value is (72,158,125). Sum of RGB (Red+Green+Blue) = 72+158+125=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #489E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489E7D is #B76182. Grayscale: #808080. Windows color (decimal): -12018051 or 8232520. OLE color: 8232520.
HSL color Cylindrical-coordinate representation of color #489E7D: hue angle of 156.98º 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 #489E7D is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 158 | 125 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.38 |
| HSL | 156.98º | 0.37% | 0.45% | - |
| HSV(B) | 156.98º | 0.54% | 0.62% | - |
| XYZ | 18.6 | 27.31 | 23.69 | - |
| YUV | 128.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 125 | 0.54 | 0 | 0.21 | 0.38 | 156.98 | 0.37 | 0.45 |
| Hex | 48 | 9E | 7D | 36 | 0 | 15 | 26 | 9D | 25 | 2D |
| Octal | 110 | 236 | 175 | 66 | 0 | 25 | 46 | 235 | 45 | 55 |
| Binary | 1001000 | 10011110 | 1111101 | 110110 | 0 | 10101 | 100110 | 10011101 | 100101 | 101101 |
Color Harmonies of #489E7D
Complementary color
Monochromatic Colors of #489E7D
Black with #489E7D
Text Example
Text Example
White with #489E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489E7D; }
p { color: rgb(72,158,125); }
H1.HeaderClassName
{
color: #489E7D;
}
.AnyTagClassName
{
color: #489E7D;
}
</style>
background-color css
<style>
a { background-color: #489E7D; }
a { background-color: rgb(72,158,125); }
div.DivClassName
{
background-color: #489E7D;
}
.BgClassName
{
background-color: #489E7D;
}
</style>
border-color css
<style>
span { border-color: #489E7D; }
span { border-color: rgb(72,158,125); }
td.TdClassName
{
border-color: #489E7D;
}
.TagClassName
{
border-color: #489E7D;
}
</style>