Shades of Gossamer #4FA184
Tints of Gossamer #4FA184
RGB
CMYK
RGB Variations
Color information
#4FA184 (or 0x4FA184) is known color: Gossamer. HEX triplet: 4F, A1 and 84. RGB value is (79,161,132). Sum of RGB (Red+Green+Blue) = 79+161+132=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA184 is #B05E7B. Grayscale: #858585. Windows color (decimal): -11558524 or 8692047. OLE color: 8692047.
HSL color Cylindrical-coordinate representation of color #4FA184: hue angle of 158.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA184 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 132 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.37 |
| HSL | 158.78º | 0.34% | 0.47% | - |
| HSV(B) | 158.78º | 0.51% | 0.63% | - |
| XYZ | 20.13 | 28.82 | 26.33 | - |
| YUV | 133.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 132 | 0.51 | 0 | 0.18 | 0.37 | 158.78 | 0.34 | 0.47 |
| Hex | 4F | A1 | 84 | 33 | 0 | 12 | 25 | 9F | 22 | 2F |
| Octal | 117 | 241 | 204 | 63 | 0 | 22 | 45 | 237 | 42 | 57 |
| Binary | 1001111 | 10100001 | 10000100 | 110011 | 0 | 10010 | 100101 | 10011111 | 100010 | 101111 |
Color Harmonies of #4FA184
Complementary color
Monochromatic Colors of #4FA184
Black with #4FA184
Text Example
Text Example
White with #4FA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA184; }
p { color: rgb(79,161,132); }
H1.HeaderClassName
{
color: #4FA184;
}
.AnyTagClassName
{
color: #4FA184;
}
</style>
background-color css
<style>
a { background-color: #4FA184; }
a { background-color: rgb(79,161,132); }
div.DivClassName
{
background-color: #4FA184;
}
.BgClassName
{
background-color: #4FA184;
}
</style>
border-color css
<style>
span { border-color: #4FA184; }
span { border-color: rgb(79,161,132); }
td.TdClassName
{
border-color: #4FA184;
}
.TagClassName
{
border-color: #4FA184;
}
</style>