#4FA487

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

Shades of Gossamer #4FA487

Tints of Gossamer #4FA487

Color information

#4FA487 (or 0x4FA487) is unknown color: approx Gossamer. HEX triplet: 4F, A4 and 87. RGB value is (79,164,135). Sum of RGB (Red+Green+Blue) = 79+164+135=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA487 is #B05B78. Grayscale: #878787. Windows color (decimal): -11557753 or 8889423. OLE color: 8889423.

HSL color Cylindrical-coordinate representation of color #4FA487: hue angle of 159.53º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA487 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB79164135-
CMYK0.5200.180.36
HSL159.53º34.98%47.65%-
HSV(B)159.53º51.83%64.31%-
XYZ20.8729.9627.6-
YUV135.28127.8487.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=20.90%
G=43.39%
B=35.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791641350.5200.180.36159.5334.9847.65
Hex4FA4873401224a02330
Octal11724420764022442404360
Binary1001111101001001000011111010001001010010010100000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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