Shades of Gossamer #4AA295
Tints of Gossamer #4AA295
RGB
CMYK
RGB Variations
Color information
#4AA295 (or 0x4AA295) is known color: Gossamer. HEX triplet: 4A, A2 and 95. RGB value is (74,162,149). Sum of RGB (Red+Green+Blue) = 74+162+149=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA295 is #B55D6A. Grayscale: #868686. Windows color (decimal): -11885931 or 9806410. OLE color: 9806410.
HSL color Cylindrical-coordinate representation of color #4AA295: hue angle of 171.14º 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 #4AA295 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 149 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.36 |
| HSL | 171.14º | 0.37% | 0.46% | - |
| HSV(B) | 171.14º | 0.54% | 0.64% | - |
| XYZ | 21.17 | 29.47 | 33.01 | - |
| YUV | 134.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 149 | 0.54 | 0 | 0.08 | 0.36 | 171.14 | 0.37 | 0.46 |
| Hex | 4A | A2 | 95 | 36 | 0 | 8 | 24 | AB | 25 | 2E |
| Octal | 112 | 242 | 225 | 66 | 0 | 10 | 44 | 253 | 45 | 56 |
| Binary | 1001010 | 10100010 | 10010101 | 110110 | 0 | 1000 | 100100 | 10101011 | 100101 | 101110 |
Color Harmonies of #4AA295
Complementary color
Monochromatic Colors of #4AA295
Black with #4AA295
Text Example
Text Example
White with #4AA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA295; }
p { color: rgb(74,162,149); }
H1.HeaderClassName
{
color: #4AA295;
}
.AnyTagClassName
{
color: #4AA295;
}
</style>
background-color css
<style>
a { background-color: #4AA295; }
a { background-color: rgb(74,162,149); }
div.DivClassName
{
background-color: #4AA295;
}
.BgClassName
{
background-color: #4AA295;
}
</style>
border-color css
<style>
span { border-color: #4AA295; }
span { border-color: rgb(74,162,149); }
td.TdClassName
{
border-color: #4AA295;
}
.TagClassName
{
border-color: #4AA295;
}
</style>