Shades of Gossamer #4AA083
Tints of Gossamer #4AA083
RGB
CMYK
RGB Variations
Color information
#4AA083 (or 0x4AA083) is known color: Gossamer. HEX triplet: 4A, A0 and 83. RGB value is (74,160,131). Sum of RGB (Red+Green+Blue) = 74+160+131=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA083 is #B55F7C. Grayscale: #838383. Windows color (decimal): -11886461 or 8626250. OLE color: 8626250.
HSL color Cylindrical-coordinate representation of color #4AA083: hue angle of 159.77º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA083 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 131 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.37 |
| HSL | 159.77º | 0.37% | 0.46% | - |
| HSV(B) | 159.77º | 0.54% | 0.63% | - |
| XYZ | 19.49 | 28.24 | 25.9 | - |
| YUV | 130.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 131 | 0.54 | 0 | 0.18 | 0.37 | 159.77 | 0.37 | 0.46 |
| Hex | 4A | A0 | 83 | 36 | 0 | 12 | 25 | A0 | 25 | 2E |
| Octal | 112 | 240 | 203 | 66 | 0 | 22 | 45 | 240 | 45 | 56 |
| Binary | 1001010 | 10100000 | 10000011 | 110110 | 0 | 10010 | 100101 | 10100000 | 100101 | 101110 |
Color Harmonies of #4AA083
Complementary color
Monochromatic Colors of #4AA083
Black with #4AA083
Text Example
Text Example
White with #4AA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA083; }
p { color: rgb(74,160,131); }
H1.HeaderClassName
{
color: #4AA083;
}
.AnyTagClassName
{
color: #4AA083;
}
</style>
background-color css
<style>
a { background-color: #4AA083; }
a { background-color: rgb(74,160,131); }
div.DivClassName
{
background-color: #4AA083;
}
.BgClassName
{
background-color: #4AA083;
}
</style>
border-color css
<style>
span { border-color: #4AA083; }
span { border-color: rgb(74,160,131); }
td.TdClassName
{
border-color: #4AA083;
}
.TagClassName
{
border-color: #4AA083;
}
</style>