#4EA489

Color #4EA489 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #4EA489

Tints of Gossamer #4EA489

Color information

#4EA489 (or 0x4EA489) is unknown color: approx Gossamer. HEX triplet: 4E, A4 and 89. RGB value is (78,164,137). Sum of RGB (Red+Green+Blue) = 78+164+137=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA489 is #B15B76. Grayscale: #878787. Windows color (decimal): -11623287 or 9020494. OLE color: 9020494.

HSL color Cylindrical-coordinate representation of color #4EA489: hue angle of 161.16º 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 #4EA489 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB78164137-
CMYK0.5200.160.36
HSL161.16º35.54%47.45%-
HSV(B)161.16º52.44%64.31%-
XYZ20.9329.9828.35-
YUV135.21129.0187.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=20.58%
G=43.27%
B=36.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781641370.5200.160.36161.1635.5447.45
Hex4EA4893401024a1242f
Octal11624421164020442414457
Binary1001110101001001000100111010001000010010010100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA489; }

 p { color: rgb(78,164,137); }

 H1.HeaderClassName
 {
   color: #4EA489;
 }
 .AnyTagClassName
 {
   color: #4EA489;
 }
</style>
background-color css

<style>
 a { background-color: #4EA489; }

 a { background-color: rgb(78,164,137); }

 div.DivClassName
 {
   background-color: #4EA489;
 }
 .BgClassName
 {
   background-color: #4EA489;
 }
</style>
border-color css

<style>
 span { border-color: #4EA489; }

 span { border-color: rgb(78,164,137); }

 td.TdClassName
 {
   border-color: #4EA489;
 }
 .TagClassName
 {
   border-color: #4EA489;
 }
</style>