Shades of Gossamer #4AA285
Tints of Gossamer #4AA285
RGB
CMYK
RGB Variations
Color information
#4AA285 (or 0x4AA285) is known color: Gossamer. HEX triplet: 4A, A2 and 85. RGB value is (74,162,133). Sum of RGB (Red+Green+Blue) = 74+162+133=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA285 is #B55D7A. Grayscale: #848484. Windows color (decimal): -11885947 or 8757834. OLE color: 8757834.
HSL color Cylindrical-coordinate representation of color #4AA285: hue angle of 160.23º 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 #4AA285 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 133 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.36 |
| HSL | 160.23º | 0.37% | 0.46% | - |
| HSV(B) | 160.23º | 0.54% | 0.64% | - |
| XYZ | 19.98 | 28.99 | 26.73 | - |
| YUV | 132.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 133 | 0.54 | 0 | 0.18 | 0.36 | 160.23 | 0.37 | 0.46 |
| Hex | 4A | A2 | 85 | 36 | 0 | 12 | 24 | A0 | 25 | 2E |
| Octal | 112 | 242 | 205 | 66 | 0 | 22 | 44 | 240 | 45 | 56 |
| Binary | 1001010 | 10100010 | 10000101 | 110110 | 0 | 10010 | 100100 | 10100000 | 100101 | 101110 |
Color Harmonies of #4AA285
Complementary color
Monochromatic Colors of #4AA285
Black with #4AA285
Text Example
Text Example
White with #4AA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA285; }
p { color: rgb(74,162,133); }
H1.HeaderClassName
{
color: #4AA285;
}
.AnyTagClassName
{
color: #4AA285;
}
</style>
background-color css
<style>
a { background-color: #4AA285; }
a { background-color: rgb(74,162,133); }
div.DivClassName
{
background-color: #4AA285;
}
.BgClassName
{
background-color: #4AA285;
}
</style>
border-color css
<style>
span { border-color: #4AA285; }
span { border-color: rgb(74,162,133); }
td.TdClassName
{
border-color: #4AA285;
}
.TagClassName
{
border-color: #4AA285;
}
</style>