Shades of Gossamer #4AA293
Tints of Gossamer #4AA293
RGB
CMYK
RGB Variations
Color information
#4AA293 (or 0x4AA293) is known color: Gossamer. HEX triplet: 4A, A2 and 93. RGB value is (74,162,147). Sum of RGB (Red+Green+Blue) = 74+162+147=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA293 is #B55D6C. Grayscale: #858585. Windows color (decimal): -11885933 or 9675338. OLE color: 9675338.
HSL color Cylindrical-coordinate representation of color #4AA293: hue angle of 169.77º 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 #4AA293 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 147 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.36 |
| HSL | 169.77º | 0.37% | 0.46% | - |
| HSV(B) | 169.77º | 0.54% | 0.64% | - |
| XYZ | 21.01 | 29.4 | 32.17 | - |
| YUV | 133.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 147 | 0.54 | 0 | 0.09 | 0.36 | 169.77 | 0.37 | 0.46 |
| Hex | 4A | A2 | 93 | 36 | 0 | 9 | 24 | AA | 25 | 2E |
| Octal | 112 | 242 | 223 | 66 | 0 | 11 | 44 | 252 | 45 | 56 |
| Binary | 1001010 | 10100010 | 10010011 | 110110 | 0 | 1001 | 100100 | 10101010 | 100101 | 101110 |
Color Harmonies of #4AA293
Complementary color
Monochromatic Colors of #4AA293
Black with #4AA293
Text Example
Text Example
White with #4AA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA293; }
p { color: rgb(74,162,147); }
H1.HeaderClassName
{
color: #4AA293;
}
.AnyTagClassName
{
color: #4AA293;
}
</style>
background-color css
<style>
a { background-color: #4AA293; }
a { background-color: rgb(74,162,147); }
div.DivClassName
{
background-color: #4AA293;
}
.BgClassName
{
background-color: #4AA293;
}
</style>
border-color css
<style>
span { border-color: #4AA293; }
span { border-color: rgb(74,162,147); }
td.TdClassName
{
border-color: #4AA293;
}
.TagClassName
{
border-color: #4AA293;
}
</style>