Shades of Gossamer #4EA083
Tints of Gossamer #4EA083
RGB
CMYK
RGB Variations
Color information
#4EA083 (or 0x4EA083) is known color: Gossamer. HEX triplet: 4E, A0 and 83. RGB value is (78,160,131). Sum of RGB (Red+Green+Blue) = 78+160+131=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA083 is #B15F7C. Grayscale: #848484. Windows color (decimal): -11624317 or 8626254. OLE color: 8626254.
HSL color Cylindrical-coordinate representation of color #4EA083: hue angle of 158.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA083 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 131 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.37 |
| HSL | 158.78º | 0.34% | 0.47% | - |
| HSV(B) | 158.78º | 0.51% | 0.63% | - |
| XYZ | 19.81 | 28.4 | 25.91 | - |
| YUV | 132.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 131 | 0.51 | 0 | 0.18 | 0.37 | 158.78 | 0.34 | 0.47 |
| Hex | 4E | A0 | 83 | 33 | 0 | 12 | 25 | 9F | 22 | 2F |
| Octal | 116 | 240 | 203 | 63 | 0 | 22 | 45 | 237 | 42 | 57 |
| Binary | 1001110 | 10100000 | 10000011 | 110011 | 0 | 10010 | 100101 | 10011111 | 100010 | 101111 |
Color Harmonies of #4EA083
Complementary color
Monochromatic Colors of #4EA083
Black with #4EA083
Text Example
Text Example
White with #4EA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA083; }
p { color: rgb(78,160,131); }
H1.HeaderClassName
{
color: #4EA083;
}
.AnyTagClassName
{
color: #4EA083;
}
</style>
background-color css
<style>
a { background-color: #4EA083; }
a { background-color: rgb(78,160,131); }
div.DivClassName
{
background-color: #4EA083;
}
.BgClassName
{
background-color: #4EA083;
}
</style>
border-color css
<style>
span { border-color: #4EA083; }
span { border-color: rgb(78,160,131); }
td.TdClassName
{
border-color: #4EA083;
}
.TagClassName
{
border-color: #4EA083;
}
</style>