Shades of Gossamer #4EA283
Tints of Gossamer #4EA283
RGB
CMYK
RGB Variations
Color information
#4EA283 (or 0x4EA283) is known color: Gossamer. HEX triplet: 4E, A2 and 83. RGB value is (78,162,131). Sum of RGB (Red+Green+Blue) = 78+162+131=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA283 is #B15D7C. Grayscale: #858585. Windows color (decimal): -11623805 or 8626766. OLE color: 8626766.
HSL color Cylindrical-coordinate representation of color #4EA283: hue angle of 157.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA283 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 131 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.36 |
| HSL | 157.86º | 0.35% | 0.47% | - |
| HSV(B) | 157.86º | 0.52% | 0.64% | - |
| XYZ | 20.16 | 29.1 | 26.03 | - |
| YUV | 133.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 131 | 0.52 | 0 | 0.19 | 0.36 | 157.86 | 0.35 | 0.47 |
| Hex | 4E | A2 | 83 | 34 | 0 | 13 | 24 | 9E | 23 | 2F |
| Octal | 116 | 242 | 203 | 64 | 0 | 23 | 44 | 236 | 43 | 57 |
| Binary | 1001110 | 10100010 | 10000011 | 110100 | 0 | 10011 | 100100 | 10011110 | 100011 | 101111 |
Color Harmonies of #4EA283
Complementary color
Monochromatic Colors of #4EA283
Black with #4EA283
Text Example
Text Example
White with #4EA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA283; }
p { color: rgb(78,162,131); }
H1.HeaderClassName
{
color: #4EA283;
}
.AnyTagClassName
{
color: #4EA283;
}
</style>
background-color css
<style>
a { background-color: #4EA283; }
a { background-color: rgb(78,162,131); }
div.DivClassName
{
background-color: #4EA283;
}
.BgClassName
{
background-color: #4EA283;
}
</style>
border-color css
<style>
span { border-color: #4EA283; }
span { border-color: rgb(78,162,131); }
td.TdClassName
{
border-color: #4EA283;
}
.TagClassName
{
border-color: #4EA283;
}
</style>