Shades of Gossamer #4FA183
Tints of Gossamer #4FA183
RGB
CMYK
RGB Variations
Color information
#4FA183 (or 0x4FA183) is known color: Gossamer. HEX triplet: 4F, A1 and 83. RGB value is (79,161,131). Sum of RGB (Red+Green+Blue) = 79+161+131=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA183 is #B05E7C. Grayscale: #858585. Windows color (decimal): -11558525 or 8626511. OLE color: 8626511.
HSL color Cylindrical-coordinate representation of color #4FA183: hue angle of 158.05º 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 #4FA183 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 131 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.37 |
| HSL | 158.05º | 0.34% | 0.47% | - |
| HSV(B) | 158.05º | 0.51% | 0.63% | - |
| XYZ | 20.07 | 28.79 | 25.97 | - |
| YUV | 133.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 131 | 0.51 | 0 | 0.19 | 0.37 | 158.05 | 0.34 | 0.47 |
| Hex | 4F | A1 | 83 | 33 | 0 | 13 | 25 | 9E | 22 | 2F |
| Octal | 117 | 241 | 203 | 63 | 0 | 23 | 45 | 236 | 42 | 57 |
| Binary | 1001111 | 10100001 | 10000011 | 110011 | 0 | 10011 | 100101 | 10011110 | 100010 | 101111 |
Color Harmonies of #4FA183
Complementary color
Monochromatic Colors of #4FA183
Black with #4FA183
Text Example
Text Example
White with #4FA183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA183; }
p { color: rgb(79,161,131); }
H1.HeaderClassName
{
color: #4FA183;
}
.AnyTagClassName
{
color: #4FA183;
}
</style>
background-color css
<style>
a { background-color: #4FA183; }
a { background-color: rgb(79,161,131); }
div.DivClassName
{
background-color: #4FA183;
}
.BgClassName
{
background-color: #4FA183;
}
</style>
border-color css
<style>
span { border-color: #4FA183; }
span { border-color: rgb(79,161,131); }
td.TdClassName
{
border-color: #4FA183;
}
.TagClassName
{
border-color: #4FA183;
}
</style>