#47A694

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

Shades of Gossamer #47A694

Tints of Gossamer #47A694

Color information

#47A694 (or 0x47A694) is unknown color: approx Gossamer. HEX triplet: 47, A6 and 94. RGB value is (71,166,148). Sum of RGB (Red+Green+Blue) = 71+166+148=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #47A694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A694 is #B8596B. Grayscale: #878787. Windows color (decimal): -12081516 or 9741895. OLE color: 9741895.

HSL color Cylindrical-coordinate representation of color #47A694: hue angle of 168.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A694 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB71166148-
CMYK0.5700.110.35
HSL168.63º40.08%46.47%-
HSV(B)168.63º57.23%65.1%-
XYZ21.5830.7532.81-
YUV135.54135.0381.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.44%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=18.44%
G=43.12%
B=38.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711661480.5700.110.35168.6340.0846.47
Hex47A694390B23a9282e
Octal10724622471013432515056
Binary100011110100110100101001110010101110001110101001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A694; }

 p { color: rgb(71,166,148); }

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

<style>
 a { background-color: #47A694; }

 a { background-color: rgb(71,166,148); }

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

<style>
 span { border-color: #47A694; }

 span { border-color: rgb(71,166,148); }

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