Shades of Gossamer #4AA284
Tints of Gossamer #4AA284
RGB
CMYK
RGB Variations
Color information
#4AA284 (or 0x4AA284) is known color: Gossamer. HEX triplet: 4A, A2 and 84. RGB value is (74,162,132). Sum of RGB (Red+Green+Blue) = 74+162+132=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA284 is #B55D7B. Grayscale: #848484. Windows color (decimal): -11885948 or 8692298. OLE color: 8692298.
HSL color Cylindrical-coordinate representation of color #4AA284: hue angle of 159.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA284 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 132 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.36 |
| HSL | 159.55º | 0.37% | 0.46% | - |
| HSV(B) | 159.55º | 0.54% | 0.64% | - |
| XYZ | 19.91 | 28.96 | 26.37 | - |
| YUV | 132.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 132 | 0.54 | 0 | 0.19 | 0.36 | 159.55 | 0.37 | 0.46 |
| Hex | 4A | A2 | 84 | 36 | 0 | 13 | 24 | A0 | 25 | 2E |
| Octal | 112 | 242 | 204 | 66 | 0 | 23 | 44 | 240 | 45 | 56 |
| Binary | 1001010 | 10100010 | 10000100 | 110110 | 0 | 10011 | 100100 | 10100000 | 100101 | 101110 |
Color Harmonies of #4AA284
Complementary color
Monochromatic Colors of #4AA284
Black with #4AA284
Text Example
Text Example
White with #4AA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA284; }
p { color: rgb(74,162,132); }
H1.HeaderClassName
{
color: #4AA284;
}
.AnyTagClassName
{
color: #4AA284;
}
</style>
background-color css
<style>
a { background-color: #4AA284; }
a { background-color: rgb(74,162,132); }
div.DivClassName
{
background-color: #4AA284;
}
.BgClassName
{
background-color: #4AA284;
}
</style>
border-color css
<style>
span { border-color: #4AA284; }
span { border-color: rgb(74,162,132); }
td.TdClassName
{
border-color: #4AA284;
}
.TagClassName
{
border-color: #4AA284;
}
</style>