Shades of Gossamer #4EA487
Tints of Gossamer #4EA487
RGB
CMYK
RGB Variations
Color information
#4EA487 (or 0x4EA487) is known color: Gossamer. HEX triplet: 4E, A4 and 87. RGB value is (78,164,135). Sum of RGB (Red+Green+Blue) = 78+164+135=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA487 is #B15B78. Grayscale: #878787. Windows color (decimal): -11623289 or 8889422. OLE color: 8889422.
HSL color Cylindrical-coordinate representation of color #4EA487: hue angle of 159.77º degrees, saturation: 0.36, 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 #4EA487 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 164 | 135 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.36 |
| HSL | 159.77º | 0.36% | 0.47% | - |
| HSV(B) | 159.77º | 0.52% | 0.64% | - |
| XYZ | 20.79 | 29.92 | 27.6 | - |
| YUV | 134.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 135 | 0.52 | 0 | 0.18 | 0.36 | 159.77 | 0.36 | 0.47 |
| Hex | 4E | A4 | 87 | 34 | 0 | 12 | 24 | A0 | 24 | 2F |
| Octal | 116 | 244 | 207 | 64 | 0 | 22 | 44 | 240 | 44 | 57 |
| Binary | 1001110 | 10100100 | 10000111 | 110100 | 0 | 10010 | 100100 | 10100000 | 100100 | 101111 |
Color Harmonies of #4EA487
Complementary color
Monochromatic Colors of #4EA487
Black with #4EA487
Text Example
Text Example
White with #4EA487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA487; }
p { color: rgb(78,164,135); }
H1.HeaderClassName
{
color: #4EA487;
}
.AnyTagClassName
{
color: #4EA487;
}
</style>
background-color css
<style>
a { background-color: #4EA487; }
a { background-color: rgb(78,164,135); }
div.DivClassName
{
background-color: #4EA487;
}
.BgClassName
{
background-color: #4EA487;
}
</style>
border-color css
<style>
span { border-color: #4EA487; }
span { border-color: rgb(78,164,135); }
td.TdClassName
{
border-color: #4EA487;
}
.TagClassName
{
border-color: #4EA487;
}
</style>