Shades of Gossamer #489D7D
Tints of Gossamer #489D7D
RGB
CMYK
RGB Variations
Color information
#489D7D (or 0x489D7D) is known color: Gossamer. HEX triplet: 48, 9D and 7D. RGB value is (72,157,125). Sum of RGB (Red+Green+Blue) = 72+157+125=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #489D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D7D is #B76282. Grayscale: #7F7F7F. Windows color (decimal): -12018307 or 8232264. OLE color: 8232264.
HSL color Cylindrical-coordinate representation of color #489D7D: hue angle of 157.41º 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 #489D7D is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 125 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.38 |
| HSL | 157.41º | 0.37% | 0.45% | - |
| HSV(B) | 157.41º | 0.54% | 0.62% | - |
| XYZ | 18.43 | 26.97 | 23.64 | - |
| YUV | 127.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 125 | 0.54 | 0 | 0.20 | 0.38 | 157.41 | 0.37 | 0.45 |
| Hex | 48 | 9D | 7D | 36 | 0 | 14 | 26 | 9D | 25 | 2D |
| Octal | 110 | 235 | 175 | 66 | 0 | 24 | 46 | 235 | 45 | 55 |
| Binary | 1001000 | 10011101 | 1111101 | 110110 | 0 | 10100 | 100110 | 10011101 | 100101 | 101101 |
Color Harmonies of #489D7D
Complementary color
Monochromatic Colors of #489D7D
Black with #489D7D
Text Example
Text Example
White with #489D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D7D; }
p { color: rgb(72,157,125); }
H1.HeaderClassName
{
color: #489D7D;
}
.AnyTagClassName
{
color: #489D7D;
}
</style>
background-color css
<style>
a { background-color: #489D7D; }
a { background-color: rgb(72,157,125); }
div.DivClassName
{
background-color: #489D7D;
}
.BgClassName
{
background-color: #489D7D;
}
</style>
border-color css
<style>
span { border-color: #489D7D; }
span { border-color: rgb(72,157,125); }
td.TdClassName
{
border-color: #489D7D;
}
.TagClassName
{
border-color: #489D7D;
}
</style>