Shades of Gossamer #4AA492
Tints of Gossamer #4AA492
RGB
CMYK
RGB Variations
Color information
#4AA492 (or 0x4AA492) is known color: Gossamer. HEX triplet: 4A, A4 and 92. RGB value is (74,164,146). Sum of RGB (Red+Green+Blue) = 74+164+146=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA492 is #B55B6D. Grayscale: #878787. Windows color (decimal): -11885422 or 9610314. OLE color: 9610314.
HSL color Cylindrical-coordinate representation of color #4AA492: hue angle of 168º 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 #4AA492 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 146 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.36 |
| HSL | 168º | 0.38% | 0.47% | - |
| HSV(B) | 168º | 0.55% | 0.64% | - |
| XYZ | 21.29 | 30.08 | 31.88 | - |
| YUV | 135.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 146 | 0.55 | 0 | 0.11 | 0.36 | 168 | 0.38 | 0.47 |
| Hex | 4A | A4 | 92 | 37 | 0 | B | 24 | A8 | 26 | 2F |
| Octal | 112 | 244 | 222 | 67 | 0 | 13 | 44 | 250 | 46 | 57 |
| Binary | 1001010 | 10100100 | 10010010 | 110111 | 0 | 1011 | 100100 | 10101000 | 100110 | 101111 |
Color Harmonies of #4AA492
Complementary color
Monochromatic Colors of #4AA492
Black with #4AA492
Text Example
Text Example
White with #4AA492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA492; }
p { color: rgb(74,164,146); }
H1.HeaderClassName
{
color: #4AA492;
}
.AnyTagClassName
{
color: #4AA492;
}
</style>
background-color css
<style>
a { background-color: #4AA492; }
a { background-color: rgb(74,164,146); }
div.DivClassName
{
background-color: #4AA492;
}
.BgClassName
{
background-color: #4AA492;
}
</style>
border-color css
<style>
span { border-color: #4AA492; }
span { border-color: rgb(74,164,146); }
td.TdClassName
{
border-color: #4AA492;
}
.TagClassName
{
border-color: #4AA492;
}
</style>