#46A685

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

Shades of Gossamer #46A685

Tints of Gossamer #46A685

Color information

#46A685 (or 0x46A685) is unknown color: approx Gossamer. HEX triplet: 46, A6 and 85. RGB value is (70,166,133). Sum of RGB (Red+Green+Blue) = 70+166+133=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #46A685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A685 is #B9597A. Grayscale: #858585. Windows color (decimal): -12147067 or 8758854. OLE color: 8758854.

HSL color Cylindrical-coordinate representation of color #46A685: hue angle of 159.38º 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 #46A685 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB70166133-
CMYK0.5800.200.35
HSL159.38º40.68%46.27%-
HSV(B)159.38º57.83%65.1%-
XYZ20.430.2726.96-
YUV133.53127.782.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 166 (65.23% from 255) = 44.99%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=18.97%
G=44.99%
B=36.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701661330.5800.200.35159.3840.6846.27
Hex46A6853A014239f292e
Octal10624620572024432375156
Binary1000110101001101000010111101001010010001110011111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,166,133); }

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

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

 a { background-color: rgb(70,166,133); }

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

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

 span { border-color: rgb(70,166,133); }

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