Shades of Gossamer #4AA481
Tints of Gossamer #4AA481
RGB
CMYK
RGB Variations
Color information
#4AA481 (or 0x4AA481) is known color: Gossamer. HEX triplet: 4A, A4 and 81. RGB value is (74,164,129). Sum of RGB (Red+Green+Blue) = 74+164+129=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA481 is #B55B7E. Grayscale: #858585. Windows color (decimal): -11885439 or 8496202. OLE color: 8496202.
HSL color Cylindrical-coordinate representation of color #4AA481: hue angle of 156.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA481 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 129 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.36 |
| HSL | 156.67º | 0.38% | 0.47% | - |
| HSV(B) | 156.67º | 0.55% | 0.64% | - |
| XYZ | 20.06 | 29.59 | 25.42 | - |
| YUV | 133.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 129 | 0.55 | 0 | 0.21 | 0.36 | 156.67 | 0.38 | 0.47 |
| Hex | 4A | A4 | 81 | 37 | 0 | 15 | 24 | 9D | 26 | 2F |
| Octal | 112 | 244 | 201 | 67 | 0 | 25 | 44 | 235 | 46 | 57 |
| Binary | 1001010 | 10100100 | 10000001 | 110111 | 0 | 10101 | 100100 | 10011101 | 100110 | 101111 |
Color Harmonies of #4AA481
Complementary color
Monochromatic Colors of #4AA481
Black with #4AA481
Text Example
Text Example
White with #4AA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA481; }
p { color: rgb(74,164,129); }
H1.HeaderClassName
{
color: #4AA481;
}
.AnyTagClassName
{
color: #4AA481;
}
</style>
background-color css
<style>
a { background-color: #4AA481; }
a { background-color: rgb(74,164,129); }
div.DivClassName
{
background-color: #4AA481;
}
.BgClassName
{
background-color: #4AA481;
}
</style>
border-color css
<style>
span { border-color: #4AA481; }
span { border-color: rgb(74,164,129); }
td.TdClassName
{
border-color: #4AA481;
}
.TagClassName
{
border-color: #4AA481;
}
</style>