#46A782

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

Shades of Gossamer #46A782

Tints of Gossamer #46A782

Color information

#46A782 (or 0x46A782) is unknown color: approx Gossamer. HEX triplet: 46, A7 and 82. RGB value is (70,167,130). Sum of RGB (Red+Green+Blue) = 70+167+130=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #46A782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A782 is #B9587D. Grayscale: #858585. Windows color (decimal): -12146814 or 8562502. OLE color: 8562502.

HSL color Cylindrical-coordinate representation of color #46A782: hue angle of 157.11º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A782 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB70167130-
CMYK0.5800.220.35
HSL157.11º40.93%46.47%-
HSV(B)157.11º58.08%65.49%-
XYZ20.3730.5525.94-
YUV133.78125.8682.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 167 (65.62% from 255) = 45.50%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=19.07%
G=45.50%
B=35.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701671300.5800.220.35157.1140.9346.47
Hex46A7823A016239d292e
Octal10624720272026432355156
Binary1000110101001111000001011101001011010001110011101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,167,130); }

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

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

 a { background-color: rgb(70,167,130); }

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

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

 span { border-color: rgb(70,167,130); }

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