#46A795

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

Shades of Gossamer #46A795

Tints of Gossamer #46A795

Color information

#46A795 (or 0x46A795) is unknown color: approx Gossamer. HEX triplet: 46, A7 and 95. RGB value is (70,167,149). Sum of RGB (Red+Green+Blue) = 70+167+149=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #46A795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A795 is #B9586A. Grayscale: #878787. Windows color (decimal): -12146795 or 9807686. OLE color: 9807686.

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

Color convert

RGB70167149-
CMYK0.5800.110.35
HSL168.87º40.93%46.47%-
HSV(B)168.87º58.08%65.49%-
XYZ21.7731.1133.29-
YUV135.94135.3680.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.13%
GREEN value IS 167 (65.62% from 255) = 43.26%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=18.13%
G=43.26%
B=38.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701671490.5800.110.35168.8740.9346.47
Hex46A7953A0B23a9292e
Octal10624722572013432515156
Binary100011010100111100101011110100101110001110101001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A795; }

 p { color: rgb(70,167,149); }

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

<style>
 a { background-color: #46A795; }

 a { background-color: rgb(70,167,149); }

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

<style>
 span { border-color: #46A795; }

 span { border-color: rgb(70,167,149); }

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