Shades of Gossamer #489B7B
Tints of Gossamer #489B7B
RGB
CMYK
RGB Variations
Color information
#489B7B (or 0x489B7B) is known color: Gossamer. HEX triplet: 48, 9B and 7B. RGB value is (72,155,123). Sum of RGB (Red+Green+Blue) = 72+155+123=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #489B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B7B is #B76484. Grayscale: #7E7E7E. Windows color (decimal): -12018821 or 8100680. OLE color: 8100680.
HSL color Cylindrical-coordinate representation of color #489B7B: hue angle of 156.87º 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 #489B7B is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 155 | 123 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.39 |
| HSL | 156.87º | 0.37% | 0.45% | - |
| HSV(B) | 156.87º | 0.54% | 0.61% | - |
| XYZ | 17.97 | 26.25 | 22.86 | - |
| YUV | 126.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 123 | 0.54 | 0 | 0.21 | 0.39 | 156.87 | 0.37 | 0.45 |
| Hex | 48 | 9B | 7B | 36 | 0 | 15 | 27 | 9D | 25 | 2D |
| Octal | 110 | 233 | 173 | 66 | 0 | 25 | 47 | 235 | 45 | 55 |
| Binary | 1001000 | 10011011 | 1111011 | 110110 | 0 | 10101 | 100111 | 10011101 | 100101 | 101101 |
Color Harmonies of #489B7B
Complementary color
Monochromatic Colors of #489B7B
Black with #489B7B
Text Example
Text Example
White with #489B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489B7B; }
p { color: rgb(72,155,123); }
H1.HeaderClassName
{
color: #489B7B;
}
.AnyTagClassName
{
color: #489B7B;
}
</style>
background-color css
<style>
a { background-color: #489B7B; }
a { background-color: rgb(72,155,123); }
div.DivClassName
{
background-color: #489B7B;
}
.BgClassName
{
background-color: #489B7B;
}
</style>
border-color css
<style>
span { border-color: #489B7B; }
span { border-color: rgb(72,155,123); }
td.TdClassName
{
border-color: #489B7B;
}
.TagClassName
{
border-color: #489B7B;
}
</style>