Shades of Gossamer #489B7D
Tints of Gossamer #489B7D
RGB
CMYK
RGB Variations
Color information
#489B7D (or 0x489B7D) is known color: Gossamer. HEX triplet: 48, 9B and 7D. RGB value is (72,155,125). Sum of RGB (Red+Green+Blue) = 72+155+125=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #489B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B7D is #B76482. Grayscale: #7E7E7E. Windows color (decimal): -12018819 or 8231752. OLE color: 8231752.
HSL color Cylindrical-coordinate representation of color #489B7D: hue angle of 158.31º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B7D is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 155 | 125 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.39 |
| HSL | 158.31º | 0.37% | 0.45% | - |
| HSV(B) | 158.31º | 0.54% | 0.61% | - |
| XYZ | 18.1 | 26.3 | 23.52 | - |
| YUV | 126.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 125 | 0.54 | 0 | 0.19 | 0.39 | 158.31 | 0.37 | 0.45 |
| Hex | 48 | 9B | 7D | 36 | 0 | 13 | 27 | 9E | 25 | 2D |
| Octal | 110 | 233 | 175 | 66 | 0 | 23 | 47 | 236 | 45 | 55 |
| Binary | 1001000 | 10011011 | 1111101 | 110110 | 0 | 10011 | 100111 | 10011110 | 100101 | 101101 |
Color Harmonies of #489B7D
Complementary color
Monochromatic Colors of #489B7D
Black with #489B7D
Text Example
Text Example
White with #489B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489B7D; }
p { color: rgb(72,155,125); }
H1.HeaderClassName
{
color: #489B7D;
}
.AnyTagClassName
{
color: #489B7D;
}
</style>
background-color css
<style>
a { background-color: #489B7D; }
a { background-color: rgb(72,155,125); }
div.DivClassName
{
background-color: #489B7D;
}
.BgClassName
{
background-color: #489B7D;
}
</style>
border-color css
<style>
span { border-color: #489B7D; }
span { border-color: rgb(72,155,125); }
td.TdClassName
{
border-color: #489B7D;
}
.TagClassName
{
border-color: #489B7D;
}
</style>