#46A191

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

Shades of Gossamer #46A191

Tints of Gossamer #46A191

Color information

#46A191 (or 0x46A191) is unknown color: approx Gossamer. HEX triplet: 46, A1 and 91. RGB value is (70,161,145). Sum of RGB (Red+Green+Blue) = 70+161+145=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #46A191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A191 is #B95E6E. Grayscale: #838383. Windows color (decimal): -12148335 or 9544006. OLE color: 9544006.

HSL color Cylindrical-coordinate representation of color #46A191: hue angle of 169.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A191 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB70161145-
CMYK0.5700.100.37
HSL169.45º39.39%45.29%-
HSV(B)169.45º56.52%63.14%-
XYZ20.3828.8431.28-
YUV131.97135.3583.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.62%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=18.62%
G=42.82%
B=38.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal701611450.5700.100.37169.4539.3945.29
Hex46A191390A25a9272d
Octal10624122171012452514755
Binary100011010100001100100011110010101010010110101001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,161,145); }

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

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

 a { background-color: rgb(70,161,145); }

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

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

 span { border-color: rgb(70,161,145); }

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