#4FA287

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

Shades of Gossamer #4FA287

Tints of Gossamer #4FA287

Color information

#4FA287 (or 0x4FA287) is unknown color: approx Gossamer. HEX triplet: 4F, A2 and 87. RGB value is (79,162,135). Sum of RGB (Red+Green+Blue) = 79+162+135=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA287 is #B05D78. Grayscale: #868686. Windows color (decimal): -11558265 or 8888911. OLE color: 8888911.

HSL color Cylindrical-coordinate representation of color #4FA287: hue angle of 160.48º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA287 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB79162135-
CMYK0.5100.170.36
HSL160.48º34.44%47.25%-
HSV(B)160.48º51.23%63.53%-
XYZ20.5229.2527.49-
YUV134.1128.588.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.01%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=21.01%
G=43.09%
B=35.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791621350.5100.170.36160.4834.4447.25
Hex4FA2873301124a0222f
Octal11724220763021442404257
Binary1001111101000101000011111001101000110010010100000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,162,135); }

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

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

 a { background-color: rgb(79,162,135); }

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

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

 span { border-color: rgb(79,162,135); }

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