#46B389

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

Shades of Gossamer #46B389

Tints of Gossamer #46B389

Color information

#46B389 (or 0x46B389) is unknown color: approx Gossamer. HEX triplet: 46, B3 and 89. RGB value is (70,179,137). Sum of RGB (Red+Green+Blue) = 70+179+137=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #46B389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B389 is #B94C76. Grayscale: #8D8D8D. Windows color (decimal): -12143735 or 9024326. OLE color: 9024326.

HSL color Cylindrical-coordinate representation of color #46B389: hue angle of 156.88º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B389 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB70179137-
CMYK0.6100.230.30
HSL156.88º43.78%48.82%-
HSV(B)156.88º60.89%70.2%-
XYZ23.1635.3529.27-
YUV141.62125.3976.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.13%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=18.13%
G=46.37%
B=35.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal701791370.6100.230.30156.8843.7848.82
Hex46B3893D0171E9d2c31
Octal10626321175027362355461
Binary100011010110011100010011111010101111111010011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,179,137); }

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

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

 a { background-color: rgb(70,179,137); }

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

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

 span { border-color: rgb(70,179,137); }

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