#46B089

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

Shades of Gossamer #46B089

Tints of Gossamer #46B089

Color information

#46B089 (or 0x46B089) is unknown color: approx Gossamer. HEX triplet: 46, B0 and 89. RGB value is (70,176,137). Sum of RGB (Red+Green+Blue) = 70+176+137=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #46B089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B089 is #B94F76. Grayscale: #8B8B8B. Windows color (decimal): -12144503 or 9023558. OLE color: 9023558.

HSL color Cylindrical-coordinate representation of color #46B089: hue angle of 157.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46B089 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB70176137-
CMYK0.6000.220.31
HSL157.92º43.09%48.24%-
HSV(B)157.92º60.23%69.02%-
XYZ22.5734.1629.07-
YUV139.86126.3878.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=18.28%
G=45.95%
B=35.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701761370.6000.220.31157.9243.0948.24
Hex46B0893C0161F9e2b30
Octal10626021174026372365360
Binary100011010110000100010011111000101101111110011110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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