Shades of Gossamer #4AA483
Tints of Gossamer #4AA483
RGB
CMYK
RGB Variations
Color information
#4AA483 (or 0x4AA483) is known color: Gossamer. HEX triplet: 4A, A4 and 83. RGB value is (74,164,131). Sum of RGB (Red+Green+Blue) = 74+164+131=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA483 is #B55B7C. Grayscale: #858585. Windows color (decimal): -11885437 or 8627274. OLE color: 8627274.
HSL color Cylindrical-coordinate representation of color #4AA483: hue angle of 158º 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 #4AA483 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 131 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.36 |
| HSL | 158º | 0.38% | 0.47% | - |
| HSV(B) | 158º | 0.55% | 0.64% | - |
| XYZ | 20.2 | 29.65 | 26.13 | - |
| YUV | 133.33 | 126.68 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 131 | 0.55 | 0 | 0.20 | 0.36 | 158 | 0.38 | 0.47 |
| Hex | 4A | A4 | 83 | 37 | 0 | 14 | 24 | 9E | 26 | 2F |
| Octal | 112 | 244 | 203 | 67 | 0 | 24 | 44 | 236 | 46 | 57 |
| Binary | 1001010 | 10100100 | 10000011 | 110111 | 0 | 10100 | 100100 | 10011110 | 100110 | 101111 |
Color Harmonies of #4AA483
Complementary color
Monochromatic Colors of #4AA483
Black with #4AA483
Text Example
Text Example
White with #4AA483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA483; }
p { color: rgb(74,164,131); }
H1.HeaderClassName
{
color: #4AA483;
}
.AnyTagClassName
{
color: #4AA483;
}
</style>
background-color css
<style>
a { background-color: #4AA483; }
a { background-color: rgb(74,164,131); }
div.DivClassName
{
background-color: #4AA483;
}
.BgClassName
{
background-color: #4AA483;
}
</style>
border-color css
<style>
span { border-color: #4AA483; }
span { border-color: rgb(74,164,131); }
td.TdClassName
{
border-color: #4AA483;
}
.TagClassName
{
border-color: #4AA483;
}
</style>