Shades of Gossamer #4AA889
Tints of Gossamer #4AA889
RGB
CMYK
RGB Variations
Color information
#4AA889 (or 0x4AA889) is known color: Gossamer. HEX triplet: 4A, A8 and 89. RGB value is (74,168,137). Sum of RGB (Red+Green+Blue) = 74+168+137=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA889 is #B55776. Grayscale: #888888. Windows color (decimal): -11884407 or 9021514. OLE color: 9021514.
HSL color Cylindrical-coordinate representation of color #4AA889: hue angle of 160.21º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA889 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 168 | 137 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.34 |
| HSL | 160.21º | 0.39% | 0.47% | - |
| HSV(B) | 160.21º | 0.56% | 0.66% | - |
| XYZ | 21.34 | 31.27 | 28.58 | - |
| YUV | 136.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 168 | 137 | 0.56 | 0 | 0.18 | 0.34 | 160.21 | 0.39 | 0.47 |
| Hex | 4A | A8 | 89 | 38 | 0 | 12 | 22 | A0 | 27 | 2F |
| Octal | 112 | 250 | 211 | 70 | 0 | 22 | 42 | 240 | 47 | 57 |
| Binary | 1001010 | 10101000 | 10001001 | 111000 | 0 | 10010 | 100010 | 10100000 | 100111 | 101111 |
Color Harmonies of #4AA889
Complementary color
Monochromatic Colors of #4AA889
Black with #4AA889
Text Example
Text Example
White with #4AA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA889; }
p { color: rgb(74,168,137); }
H1.HeaderClassName
{
color: #4AA889;
}
.AnyTagClassName
{
color: #4AA889;
}
</style>
background-color css
<style>
a { background-color: #4AA889; }
a { background-color: rgb(74,168,137); }
div.DivClassName
{
background-color: #4AA889;
}
.BgClassName
{
background-color: #4AA889;
}
</style>
border-color css
<style>
span { border-color: #4AA889; }
span { border-color: rgb(74,168,137); }
td.TdClassName
{
border-color: #4AA889;
}
.TagClassName
{
border-color: #4AA889;
}
</style>