Shades of Gossamer #4AA193
Tints of Gossamer #4AA193
RGB
CMYK
RGB Variations
Color information
#4AA193 (or 0x4AA193) is known color: Gossamer. HEX triplet: 4A, A1 and 93. RGB value is (74,161,147). Sum of RGB (Red+Green+Blue) = 74+161+147=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA193 is #B55E6C. Grayscale: #858585. Windows color (decimal): -11886189 or 9675082. OLE color: 9675082.
HSL color Cylindrical-coordinate representation of color #4AA193: hue angle of 170.34º 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 #4AA193 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 161 | 147 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.37 |
| HSL | 170.34º | 0.37% | 0.46% | - |
| HSV(B) | 170.34º | 0.54% | 0.63% | - |
| XYZ | 20.84 | 29.05 | 32.11 | - |
| YUV | 133.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 161 | 147 | 0.54 | 0 | 0.09 | 0.37 | 170.34 | 0.37 | 0.46 |
| Hex | 4A | A1 | 93 | 36 | 0 | 9 | 25 | AA | 25 | 2E |
| Octal | 112 | 241 | 223 | 66 | 0 | 11 | 45 | 252 | 45 | 56 |
| Binary | 1001010 | 10100001 | 10010011 | 110110 | 0 | 1001 | 100101 | 10101010 | 100101 | 101110 |
Color Harmonies of #4AA193
Complementary color
Monochromatic Colors of #4AA193
Black with #4AA193
Text Example
Text Example
White with #4AA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA193; }
p { color: rgb(74,161,147); }
H1.HeaderClassName
{
color: #4AA193;
}
.AnyTagClassName
{
color: #4AA193;
}
</style>
background-color css
<style>
a { background-color: #4AA193; }
a { background-color: rgb(74,161,147); }
div.DivClassName
{
background-color: #4AA193;
}
.BgClassName
{
background-color: #4AA193;
}
</style>
border-color css
<style>
span { border-color: #4AA193; }
span { border-color: rgb(74,161,147); }
td.TdClassName
{
border-color: #4AA193;
}
.TagClassName
{
border-color: #4AA193;
}
</style>