#46A296

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

Shades of Gossamer #46A296

Tints of Gossamer #46A296

Color information

#46A296 (or 0x46A296) is unknown color: approx Gossamer. HEX triplet: 46, A2 and 96. RGB value is (70,162,150). Sum of RGB (Red+Green+Blue) = 70+162+150=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #46A296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A296 is #B95D69. Grayscale: #858585. Windows color (decimal): -12148074 or 9871942. OLE color: 9871942.

HSL color Cylindrical-coordinate representation of color #46A296: hue angle of 172.17º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A296 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB70162150-
CMYK0.5700.070.36
HSL172.17º39.66%45.49%-
HSV(B)172.17º56.79%63.53%-
XYZ20.9529.3433.41-
YUV133.12137.5282.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.32%
GREEN value IS 162 (63.67% from 255) = 42.41%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=18.32%
G=42.41%
B=39.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701621500.5700.070.36172.1739.6645.49
Hex46A296390724ac282d
Octal1062422267107442545055
Binary10001101010001010010110111001011110010010101100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,162,150); }

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

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

 a { background-color: rgb(70,162,150); }

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

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

 span { border-color: rgb(70,162,150); }

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