Shades of Gossamer #489C83
Tints of Gossamer #489C83
RGB
CMYK
RGB Variations
Color information
#489C83 (or 0x489C83) is known color: Gossamer. HEX triplet: 48, 9C and 83. RGB value is (72,156,131). Sum of RGB (Red+Green+Blue) = 72+156+131=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #489C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489C83 is #B7637C. Grayscale: #808080. Windows color (decimal): -12018557 or 8625224. OLE color: 8625224.
HSL color Cylindrical-coordinate representation of color #489C83: hue angle of 162.14º 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 #489C83 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 156 | 131 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.39 |
| HSL | 162.14º | 0.37% | 0.45% | - |
| HSV(B) | 162.14º | 0.54% | 0.61% | - |
| XYZ | 18.66 | 26.79 | 25.66 | - |
| YUV | 128.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 131 | 0.54 | 0 | 0.16 | 0.39 | 162.14 | 0.37 | 0.45 |
| Hex | 48 | 9C | 83 | 36 | 0 | 10 | 27 | A2 | 25 | 2D |
| Octal | 110 | 234 | 203 | 66 | 0 | 20 | 47 | 242 | 45 | 55 |
| Binary | 1001000 | 10011100 | 10000011 | 110110 | 0 | 10000 | 100111 | 10100010 | 100101 | 101101 |
Color Harmonies of #489C83
Complementary color
Monochromatic Colors of #489C83
Black with #489C83
Text Example
Text Example
White with #489C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489C83; }
p { color: rgb(72,156,131); }
H1.HeaderClassName
{
color: #489C83;
}
.AnyTagClassName
{
color: #489C83;
}
</style>
background-color css
<style>
a { background-color: #489C83; }
a { background-color: rgb(72,156,131); }
div.DivClassName
{
background-color: #489C83;
}
.BgClassName
{
background-color: #489C83;
}
</style>
border-color css
<style>
span { border-color: #489C83; }
span { border-color: rgb(72,156,131); }
td.TdClassName
{
border-color: #489C83;
}
.TagClassName
{
border-color: #489C83;
}
</style>