Html Css Color HEX #46A686 Gossamer

📋 copy color: '#46A686'

red 70 ◦ green 166 ◦ blue 134

#46A686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #46A686

Tints of Gossamer #46A686

RGB

 RED value IS 70 (27.73% from 255) = 18.92%

 GREEN value IS 166 (65.23% from 255) = 44.86%

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 18.92%
G = 44.86%
B = 36.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#46A686 (or 0x46A686) is known color: Gossamer. HEX triplet: 46, A6 and 86. RGB value is (70,166,134). Sum of RGB (Red+Green+Blue) = 70+166+134=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #46A686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A686 is #B95979. Grayscale: #858585. Windows color (decimal): -12147066 or 8824390. OLE color: 8824390.

HSL color Cylindrical-coordinate representation of color #46A686: hue angle of 160º 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 #46A686 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 166 134 -
CMYK 0.58 0 0.19 0.35
HSL 160º 0.41% 0.46% -
HSV(B) 160º 0.58% 0.65% -
XYZ 20.47 30.3 27.32 -
YUV 133.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 70 166 134 0.58 0 0.19 0.35 160 0.41 0.46
Hex 46 A6 86 3A 0 13 23 A0 29 2E
Octal 106 246 206 72 0 23 43 240 51 56
Binary 1000110 10100110 10000110 111010 0 10011 100011 10100000 101001 101110

Color Harmonies of #46A686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A686

Black with #46A686

Text Example


Text Example

White with #46A686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,166,134); }

 H1.HeaderClassName
 {
   color: #46A686;
 }
 .AnyTagClassName
 {
   color: #46A686;
 }
</style>

background-color css

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

 a { background-color: rgb(70,166,134); }

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

border-color css

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

 span { border-color: rgb(70,166,134); }

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