Shades of Gossamer #4FA488
Tints of Gossamer #4FA488
RGB
CMYK
RGB Variations
Color information
#4FA488 (or 0x4FA488) is known color: Gossamer. HEX triplet: 4F, A4 and 88. RGB value is (79,164,136). Sum of RGB (Red+Green+Blue) = 79+164+136=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA488 is #B05B77. Grayscale: #878787. Windows color (decimal): -11557752 or 8954959. OLE color: 8954959.
HSL color Cylindrical-coordinate representation of color #4FA488: hue angle of 160.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA488 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 136 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.36 |
| HSL | 160.24º | 0.35% | 0.48% | - |
| HSV(B) | 160.24º | 0.52% | 0.64% | - |
| XYZ | 20.94 | 29.99 | 27.98 | - |
| YUV | 135.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 136 | 0.52 | 0 | 0.17 | 0.36 | 160.24 | 0.35 | 0.48 |
| Hex | 4F | A4 | 88 | 34 | 0 | 11 | 24 | A0 | 23 | 30 |
| Octal | 117 | 244 | 210 | 64 | 0 | 21 | 44 | 240 | 43 | 60 |
| Binary | 1001111 | 10100100 | 10001000 | 110100 | 0 | 10001 | 100100 | 10100000 | 100011 | 110000 |
Color Harmonies of #4FA488
Complementary color
Monochromatic Colors of #4FA488
Black with #4FA488
Text Example
Text Example
White with #4FA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA488; }
p { color: rgb(79,164,136); }
H1.HeaderClassName
{
color: #4FA488;
}
.AnyTagClassName
{
color: #4FA488;
}
</style>
background-color css
<style>
a { background-color: #4FA488; }
a { background-color: rgb(79,164,136); }
div.DivClassName
{
background-color: #4FA488;
}
.BgClassName
{
background-color: #4FA488;
}
</style>
border-color css
<style>
span { border-color: #4FA488; }
span { border-color: rgb(79,164,136); }
td.TdClassName
{
border-color: #4FA488;
}
.TagClassName
{
border-color: #4FA488;
}
</style>