Shades of Gossamer #4AA790
Tints of Gossamer #4AA790
RGB
CMYK
RGB Variations
Color information
#4AA790 (or 0x4AA790) is known color: Gossamer. HEX triplet: 4A, A7 and 90. RGB value is (74,167,144). Sum of RGB (Red+Green+Blue) = 74+167+144=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA790 is #B5586F. Grayscale: #888888. Windows color (decimal): -11884656 or 9480010. OLE color: 9480010.
HSL color Cylindrical-coordinate representation of color #4AA790: hue angle of 165.16º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA790 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 167 | 144 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.35 |
| HSL | 165.16º | 0.39% | 0.47% | - |
| HSV(B) | 165.16º | 0.56% | 0.65% | - |
| XYZ | 21.68 | 31.11 | 31.25 | - |
| YUV | 136.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 144 | 0.56 | 0 | 0.14 | 0.35 | 165.16 | 0.39 | 0.47 |
| Hex | 4A | A7 | 90 | 38 | 0 | E | 23 | A5 | 27 | 2F |
| Octal | 112 | 247 | 220 | 70 | 0 | 16 | 43 | 245 | 47 | 57 |
| Binary | 1001010 | 10100111 | 10010000 | 111000 | 0 | 1110 | 100011 | 10100101 | 100111 | 101111 |
Color Harmonies of #4AA790
Complementary color
Monochromatic Colors of #4AA790
Black with #4AA790
Text Example
Text Example
White with #4AA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA790; }
p { color: rgb(74,167,144); }
H1.HeaderClassName
{
color: #4AA790;
}
.AnyTagClassName
{
color: #4AA790;
}
</style>
background-color css
<style>
a { background-color: #4AA790; }
a { background-color: rgb(74,167,144); }
div.DivClassName
{
background-color: #4AA790;
}
.BgClassName
{
background-color: #4AA790;
}
</style>
border-color css
<style>
span { border-color: #4AA790; }
span { border-color: rgb(74,167,144); }
td.TdClassName
{
border-color: #4AA790;
}
.TagClassName
{
border-color: #4AA790;
}
</style>