#46A99A

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

Shades of Gossamer #46A99A

Tints of Gossamer #46A99A

Color information

#46A99A (or 0x46A99A) is unknown color: approx Gossamer. HEX triplet: 46, A9 and 9A. RGB value is (70,169,154). Sum of RGB (Red+Green+Blue) = 70+169+154=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #46A99A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A99A is #B95665. Grayscale: #898989. Windows color (decimal): -12146278 or 10135878. OLE color: 10135878.

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

Color convert

RGB70169154-
CMYK0.5900.090.34
HSL170.91º41.42%46.86%-
HSV(B)170.91º58.58%66.27%-
XYZ22.5532.0135.56-
YUV137.69137.279.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.81%
GREEN value IS 169 (66.41% from 255) = 43.00%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=17.81%
G=43.00%
B=39.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal701691540.5900.090.34170.9141.4246.86
Hex46A99A3B0922ab292f
Octal10625123273011422535157
Binary100011010101001100110101110110100110001010101011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,169,154); }

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

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

 a { background-color: rgb(70,169,154); }

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

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

 span { border-color: rgb(70,169,154); }

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