#46A998

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

Shades of Gossamer #46A998

Tints of Gossamer #46A998

Color information

#46A998 (or 0x46A998) is unknown color: approx Gossamer. HEX triplet: 46, A9 and 98. RGB value is (70,169,152). Sum of RGB (Red+Green+Blue) = 70+169+152=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #46A998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A998 is #B95667. Grayscale: #898989. Windows color (decimal): -12146280 or 10004806. OLE color: 10004806.

HSL color Cylindrical-coordinate representation of color #46A998: hue angle of 169.7º 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 #46A998 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB70169152-
CMYK0.5900.100.34
HSL169.7º41.42%46.86%-
HSV(B)169.7º58.58%66.27%-
XYZ22.3831.9534.69-
YUV137.46136.279.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.90%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=17.90%
G=43.22%
B=38.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal701691520.5900.100.34169.741.4246.86
Hex46A9983B0A22aa292f
Octal10625123073012422525157
Binary100011010101001100110001110110101010001010101010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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