Shades of Gossamer #4AA184
Tints of Gossamer #4AA184
RGB
CMYK
RGB Variations
Color information
#4AA184 (or 0x4AA184) is known color: Gossamer. HEX triplet: 4A, A1 and 84. RGB value is (74,161,132). Sum of RGB (Red+Green+Blue) = 74+161+132=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA184 is #B55E7B. Grayscale: #838383. Windows color (decimal): -11886204 or 8692042. OLE color: 8692042.
HSL color Cylindrical-coordinate representation of color #4AA184: hue angle of 160º 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 #4AA184 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 161 | 132 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.37 |
| HSL | 160º | 0.37% | 0.46% | - |
| HSV(B) | 160º | 0.54% | 0.63% | - |
| XYZ | 19.73 | 28.61 | 26.31 | - |
| YUV | 131.68 | 128.18 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 161 | 132 | 0.54 | 0 | 0.18 | 0.37 | 160 | 0.37 | 0.46 |
| Hex | 4A | A1 | 84 | 36 | 0 | 12 | 25 | A0 | 25 | 2E |
| Octal | 112 | 241 | 204 | 66 | 0 | 22 | 45 | 240 | 45 | 56 |
| Binary | 1001010 | 10100001 | 10000100 | 110110 | 0 | 10010 | 100101 | 10100000 | 100101 | 101110 |
Color Harmonies of #4AA184
Complementary color
Monochromatic Colors of #4AA184
Black with #4AA184
Text Example
Text Example
White with #4AA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA184; }
p { color: rgb(74,161,132); }
H1.HeaderClassName
{
color: #4AA184;
}
.AnyTagClassName
{
color: #4AA184;
}
</style>
background-color css
<style>
a { background-color: #4AA184; }
a { background-color: rgb(74,161,132); }
div.DivClassName
{
background-color: #4AA184;
}
.BgClassName
{
background-color: #4AA184;
}
</style>
border-color css
<style>
span { border-color: #4AA184; }
span { border-color: rgb(74,161,132); }
td.TdClassName
{
border-color: #4AA184;
}
.TagClassName
{
border-color: #4AA184;
}
</style>