Shades of Gossamer #4EA588
Tints of Gossamer #4EA588
RGB
CMYK
RGB Variations
Color information
#4EA588 (or 0x4EA588) is known color: Gossamer. HEX triplet: 4E, A5 and 88. RGB value is (78,165,136). Sum of RGB (Red+Green+Blue) = 78+165+136=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #4EA588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA588 is #B15A77. Grayscale: #878787. Windows color (decimal): -11623032 or 8955214. OLE color: 8955214.
HSL color Cylindrical-coordinate representation of color #4EA588: hue angle of 160º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA588 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 165 | 136 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.35 |
| HSL | 160º | 0.36% | 0.48% | - |
| HSV(B) | 160º | 0.53% | 0.65% | - |
| XYZ | 21.04 | 30.31 | 28.03 | - |
| YUV | 135.68 | 128.18 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 165 | 136 | 0.53 | 0 | 0.18 | 0.35 | 160 | 0.36 | 0.48 |
| Hex | 4E | A5 | 88 | 35 | 0 | 12 | 23 | A0 | 24 | 30 |
| Octal | 116 | 245 | 210 | 65 | 0 | 22 | 43 | 240 | 44 | 60 |
| Binary | 1001110 | 10100101 | 10001000 | 110101 | 0 | 10010 | 100011 | 10100000 | 100100 | 110000 |
Color Harmonies of #4EA588
Complementary color
Monochromatic Colors of #4EA588
Black with #4EA588
Text Example
Text Example
White with #4EA588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA588; }
p { color: rgb(78,165,136); }
H1.HeaderClassName
{
color: #4EA588;
}
.AnyTagClassName
{
color: #4EA588;
}
</style>
background-color css
<style>
a { background-color: #4EA588; }
a { background-color: rgb(78,165,136); }
div.DivClassName
{
background-color: #4EA588;
}
.BgClassName
{
background-color: #4EA588;
}
</style>
border-color css
<style>
span { border-color: #4EA588; }
span { border-color: rgb(78,165,136); }
td.TdClassName
{
border-color: #4EA588;
}
.TagClassName
{
border-color: #4EA588;
}
</style>