Shades of Gossamer #4AA086
Tints of Gossamer #4AA086
RGB
CMYK
RGB Variations
Color information
#4AA086 (or 0x4AA086) is known color: Gossamer. HEX triplet: 4A, A0 and 86. RGB value is (74,160,134). Sum of RGB (Red+Green+Blue) = 74+160+134=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA086 is #B55F79. Grayscale: #838383. Windows color (decimal): -11886458 or 8822858. OLE color: 8822858.
HSL color Cylindrical-coordinate representation of color #4AA086: hue angle of 161.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA086 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 134 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.37 |
| HSL | 161.86º | 0.37% | 0.46% | - |
| HSV(B) | 161.86º | 0.54% | 0.63% | - |
| XYZ | 19.7 | 28.32 | 26.98 | - |
| YUV | 131.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 134 | 0.54 | 0 | 0.16 | 0.37 | 161.86 | 0.37 | 0.46 |
| Hex | 4A | A0 | 86 | 36 | 0 | 10 | 25 | A2 | 25 | 2E |
| Octal | 112 | 240 | 206 | 66 | 0 | 20 | 45 | 242 | 45 | 56 |
| Binary | 1001010 | 10100000 | 10000110 | 110110 | 0 | 10000 | 100101 | 10100010 | 100101 | 101110 |
Color Harmonies of #4AA086
Complementary color
Monochromatic Colors of #4AA086
Black with #4AA086
Text Example
Text Example
White with #4AA086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA086; }
p { color: rgb(74,160,134); }
H1.HeaderClassName
{
color: #4AA086;
}
.AnyTagClassName
{
color: #4AA086;
}
</style>
background-color css
<style>
a { background-color: #4AA086; }
a { background-color: rgb(74,160,134); }
div.DivClassName
{
background-color: #4AA086;
}
.BgClassName
{
background-color: #4AA086;
}
</style>
border-color css
<style>
span { border-color: #4AA086; }
span { border-color: rgb(74,160,134); }
td.TdClassName
{
border-color: #4AA086;
}
.TagClassName
{
border-color: #4AA086;
}
</style>