#46AA8A

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

Shades of Gossamer #46AA8A

Tints of Gossamer #46AA8A

Color information

#46AA8A (or 0x46AA8A) is unknown color: approx Gossamer. HEX triplet: 46, AA and 8A. RGB value is (70,170,138). Sum of RGB (Red+Green+Blue) = 70+170+138=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AA8A is #B95575. Grayscale: #888888. Windows color (decimal): -12146038 or 9087558. OLE color: 9087558.

HSL color Cylindrical-coordinate representation of color #46AA8A: hue angle of 160.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AA8A is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB70170138-
CMYK0.5900.190.33
HSL160.8º41.67%47.06%-
HSV(B)160.8º58.82%66.67%-
XYZ21.4931.8929.07-
YUV136.45128.8780.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.52%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=18.52%
G=44.97%
B=36.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701701380.5900.190.33160.841.6747.06
Hex46AA8A3B01321a12a2f
Octal10625221273023412415257
Binary1000110101010101000101011101101001110000110100001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,170,138); }

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

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

 a { background-color: rgb(70,170,138); }

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

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

 span { border-color: rgb(70,170,138); }

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