#46A88B

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

Shades of Gossamer #46A88B

Tints of Gossamer #46A88B

Color information

#46A88B (or 0x46A88B) is unknown color: approx Gossamer. HEX triplet: 46, A8 and 8B. RGB value is (70,168,139). Sum of RGB (Red+Green+Blue) = 70+168+139=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #46A88B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A88B is #B95774. Grayscale: #878787. Windows color (decimal): -12146549 or 9152582. OLE color: 9152582.

HSL color Cylindrical-coordinate representation of color #46A88B: hue angle of 162.24º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A88B is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB70168139-
CMYK0.5800.170.34
HSL162.24º41.18%46.67%-
HSV(B)162.24º58.33%65.88%-
XYZ21.1931.1729.33-
YUV135.39130.0381.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=18.57%
G=44.56%
B=36.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal701681390.5800.170.34162.2441.1846.67
Hex46A88B3A01122a2292f
Octal10625021372021422425157
Binary1000110101010001000101111101001000110001010100010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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