#479C84

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

Shades of Gossamer #479C84

Tints of Gossamer #479C84

Color information

#479C84 (or 0x479C84) is unknown color: approx Gossamer. HEX triplet: 47, 9C and 84. RGB value is (71,156,132). Sum of RGB (Red+Green+Blue) = 71+156+132=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #479C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479C84 is #B8637B. Grayscale: #7F7F7F. Windows color (decimal): -12084092 or 8690759. OLE color: 8690759.

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

Color convert

RGB71156132-
CMYK0.5400.150.39
HSL163.06º37.44%44.51%-
HSV(B)163.06º54.49%61.18%-
XYZ18.6526.7826.02-
YUV127.85130.3487.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 156 (61.33% from 255) = 43.45%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=19.78%
G=43.45%
B=36.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711561320.5400.150.39163.0637.4444.51
Hex479C84360F27a3252d
Octal10723420466017472434555
Binary100011110011100100001001101100111110011110100011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,156,132); }

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

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

 a { background-color: rgb(71,156,132); }

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

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

 span { border-color: rgb(71,156,132); }

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