Shades of Gossamer #4FAB89
Tints of Gossamer #4FAB89
RGB
CMYK
RGB Variations
Color information
#4FAB89 (or 0x4FAB89) is known color: Gossamer. HEX triplet: 4F, AB and 89. RGB value is (79,171,137). Sum of RGB (Red+Green+Blue) = 79+171+137=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAB89 is #B05476. Grayscale: #8B8B8B. Windows color (decimal): -11555959 or 9022287. OLE color: 9022287.
HSL color Cylindrical-coordinate representation of color #4FAB89: hue angle of 157.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAB89 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 137 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.33 |
| HSL | 157.83º | 0.37% | 0.49% | - |
| HSV(B) | 157.83º | 0.54% | 0.67% | - |
| XYZ | 22.3 | 32.59 | 28.78 | - |
| YUV | 139.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 137 | 0.54 | 0 | 0.20 | 0.33 | 157.83 | 0.37 | 0.49 |
| Hex | 4F | AB | 89 | 36 | 0 | 14 | 21 | 9E | 25 | 31 |
| Octal | 117 | 253 | 211 | 66 | 0 | 24 | 41 | 236 | 45 | 61 |
| Binary | 1001111 | 10101011 | 10001001 | 110110 | 0 | 10100 | 100001 | 10011110 | 100101 | 110001 |
Color Harmonies of #4FAB89
Complementary color
Monochromatic Colors of #4FAB89
Black with #4FAB89
Text Example
Text Example
White with #4FAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB89; }
p { color: rgb(79,171,137); }
H1.HeaderClassName
{
color: #4FAB89;
}
.AnyTagClassName
{
color: #4FAB89;
}
</style>
background-color css
<style>
a { background-color: #4FAB89; }
a { background-color: rgb(79,171,137); }
div.DivClassName
{
background-color: #4FAB89;
}
.BgClassName
{
background-color: #4FAB89;
}
</style>
border-color css
<style>
span { border-color: #4FAB89; }
span { border-color: rgb(79,171,137); }
td.TdClassName
{
border-color: #4FAB89;
}
.TagClassName
{
border-color: #4FAB89;
}
</style>