#479F7E

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

Shades of Gossamer #479F7E

Tints of Gossamer #479F7E

Color information

#479F7E (or 0x479F7E) is unknown color: approx Gossamer. HEX triplet: 47, 9F and 7E. RGB value is (71,159,126). Sum of RGB (Red+Green+Blue) = 71+159+126=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #479F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F7E is #B86081. Grayscale: #808080. Windows color (decimal): -12083330 or 8298311. OLE color: 8298311.

HSL color Cylindrical-coordinate representation of color #479F7E: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479F7E is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB71159126-
CMYK0.5500.210.38
HSL157.5º38.26%45.1%-
HSV(B)157.5º55.35%62.35%-
XYZ18.7627.6424.09-
YUV128.93126.3586.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 159 (62.5% from 255) = 44.66%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=19.94%
G=44.66%
B=35.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711591260.5500.210.38157.538.2645.1
Hex479F7E37015269e262d
Octal10723717667025462364655
Binary100011110011111111111011011101010110011010011110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479F7E; }

 p { color: rgb(71,159,126); }

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

<style>
 a { background-color: #479F7E; }

 a { background-color: rgb(71,159,126); }

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

<style>
 span { border-color: #479F7E; }

 span { border-color: rgb(71,159,126); }

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