#46A295

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

Shades of Gossamer #46A295

Tints of Gossamer #46A295

Color information

#46A295 (or 0x46A295) is unknown color: approx Gossamer. HEX triplet: 46, A2 and 95. RGB value is (70,162,149). Sum of RGB (Red+Green+Blue) = 70+162+149=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #46A295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A295 is #B95D6A. Grayscale: #848484. Windows color (decimal): -12148075 or 9806406. OLE color: 9806406.

HSL color Cylindrical-coordinate representation of color #46A295: hue angle of 171.52º 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 #46A295 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB70162149-
CMYK0.5700.080.36
HSL171.52º39.66%45.49%-
HSV(B)171.52º56.79%63.53%-
XYZ20.8729.3132.99-
YUV133.01137.0283.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=18.37%
G=42.52%
B=39.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701621490.5700.080.36171.5239.6645.49
Hex46A295390824ac282d
Octal10624222571010442545055
Binary100011010100010100101011110010100010010010101100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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