#479B7C

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

Shades of Gossamer #479B7C

Tints of Gossamer #479B7C

Color information

#479B7C (or 0x479B7C) is unknown color: approx Gossamer. HEX triplet: 47, 9B and 7C. RGB value is (71,155,124). Sum of RGB (Red+Green+Blue) = 71+155+124=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #479B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479B7C is #B86483. Grayscale: #7E7E7E. Windows color (decimal): -12084356 or 8166215. OLE color: 8166215.

HSL color Cylindrical-coordinate representation of color #479B7C: hue angle of 157.86º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479B7C is Cyan = 0.54, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB71155124-
CMYK0.5400.20.39
HSL157.86º37.17%44.31%-
HSV(B)157.86º54.19%60.78%-
XYZ17.9626.2423.19-
YUV126.35126.6788.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 155 (60.94% from 255) = 44.29%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=20.29%
G=44.29%
B=35.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711551240.5400.20.39157.8637.1744.31
Hex479B7C36014279e252c
Octal10723317466024472364554
Binary100011110011011111110011011001010010011110011110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,155,124); }

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

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

 a { background-color: rgb(71,155,124); }

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

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

 span { border-color: rgb(71,155,124); }

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