#46B08B

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

Shades of Gossamer #46B08B

Tints of Gossamer #46B08B

Color information

#46B08B (or 0x46B08B) is unknown color: approx Gossamer. HEX triplet: 46, B0 and 8B. RGB value is (70,176,139). Sum of RGB (Red+Green+Blue) = 70+176+139=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #46B08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B08B is #B94F74. Grayscale: #8C8C8C. Windows color (decimal): -12144501 or 9154630. OLE color: 9154630.

HSL color Cylindrical-coordinate representation of color #46B08B: hue angle of 159.06º 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 #46B08B is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB70176139-
CMYK0.6000.210.31
HSL159.06º43.09%48.24%-
HSV(B)159.06º60.23%69.02%-
XYZ22.7134.2229.83-
YUV140.09127.3878.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.18%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=18.18%
G=45.71%
B=36.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701761390.6000.210.31159.0643.0948.24
Hex46B08B3C0151F9f2b30
Octal10626021374025372375360
Binary100011010110000100010111111000101011111110011111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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