Shades of Gossamer #4AA28B
Tints of Gossamer #4AA28B
RGB
CMYK
RGB Variations
Color information
#4AA28B (or 0x4AA28B) is known color: Gossamer. HEX triplet: 4A, A2 and 8B. RGB value is (74,162,139). Sum of RGB (Red+Green+Blue) = 74+162+139=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA28B is #B55D74. Grayscale: #858585. Windows color (decimal): -11885941 or 9151050. OLE color: 9151050.
HSL color Cylindrical-coordinate representation of color #4AA28B: hue angle of 164.32º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA28B is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 139 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.36 |
| HSL | 164.32º | 0.37% | 0.46% | - |
| HSV(B) | 164.32º | 0.54% | 0.64% | - |
| XYZ | 20.4 | 29.16 | 28.98 | - |
| YUV | 133.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 139 | 0.54 | 0 | 0.14 | 0.36 | 164.32 | 0.37 | 0.46 |
| Hex | 4A | A2 | 8B | 36 | 0 | E | 24 | A4 | 25 | 2E |
| Octal | 112 | 242 | 213 | 66 | 0 | 16 | 44 | 244 | 45 | 56 |
| Binary | 1001010 | 10100010 | 10001011 | 110110 | 0 | 1110 | 100100 | 10100100 | 100101 | 101110 |
Color Harmonies of #4AA28B
Complementary color
Monochromatic Colors of #4AA28B
Black with #4AA28B
Text Example
Text Example
White with #4AA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA28B; }
p { color: rgb(74,162,139); }
H1.HeaderClassName
{
color: #4AA28B;
}
.AnyTagClassName
{
color: #4AA28B;
}
</style>
background-color css
<style>
a { background-color: #4AA28B; }
a { background-color: rgb(74,162,139); }
div.DivClassName
{
background-color: #4AA28B;
}
.BgClassName
{
background-color: #4AA28B;
}
</style>
border-color css
<style>
span { border-color: #4AA28B; }
span { border-color: rgb(74,162,139); }
td.TdClassName
{
border-color: #4AA28B;
}
.TagClassName
{
border-color: #4AA28B;
}
</style>