Shades of Gossamer #4AA692
Tints of Gossamer #4AA692
RGB
CMYK
RGB Variations
Color information
#4AA692 (or 0x4AA692) is known color: Gossamer. HEX triplet: 4A, A6 and 92. RGB value is (74,166,146). Sum of RGB (Red+Green+Blue) = 74+166+146=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA692 is #B5596D. Grayscale: #888888. Windows color (decimal): -11884910 or 9610826. OLE color: 9610826.
HSL color Cylindrical-coordinate representation of color #4AA692: hue angle of 166.96º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA692 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 146 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.35 |
| HSL | 166.96º | 0.38% | 0.47% | - |
| HSV(B) | 166.96º | 0.55% | 0.65% | - |
| XYZ | 21.65 | 30.8 | 32 | - |
| YUV | 136.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 146 | 0.55 | 0 | 0.12 | 0.35 | 166.96 | 0.38 | 0.47 |
| Hex | 4A | A6 | 92 | 37 | 0 | C | 23 | A7 | 26 | 2F |
| Octal | 112 | 246 | 222 | 67 | 0 | 14 | 43 | 247 | 46 | 57 |
| Binary | 1001010 | 10100110 | 10010010 | 110111 | 0 | 1100 | 100011 | 10100111 | 100110 | 101111 |
Color Harmonies of #4AA692
Complementary color
Monochromatic Colors of #4AA692
Black with #4AA692
Text Example
Text Example
White with #4AA692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA692; }
p { color: rgb(74,166,146); }
H1.HeaderClassName
{
color: #4AA692;
}
.AnyTagClassName
{
color: #4AA692;
}
</style>
background-color css
<style>
a { background-color: #4AA692; }
a { background-color: rgb(74,166,146); }
div.DivClassName
{
background-color: #4AA692;
}
.BgClassName
{
background-color: #4AA692;
}
</style>
border-color css
<style>
span { border-color: #4AA692; }
span { border-color: rgb(74,166,146); }
td.TdClassName
{
border-color: #4AA692;
}
.TagClassName
{
border-color: #4AA692;
}
</style>