Html Css Color HEX #46A890 Gossamer

📋 copy color: '#46A890'

red 70 ◦ green 168 ◦ blue 144

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

Shades of Gossamer #46A890

Tints of Gossamer #46A890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.98%

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 18.32%
G = 43.98%
B = 37.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#46A890 (or 0x46A890) is known color: Gossamer. HEX triplet: 46, A8 and 90. RGB value is (70,168,144). Sum of RGB (Red+Green+Blue) = 70+168+144=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #46A890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A890 is #B9576F. Grayscale: #878787. Windows color (decimal): -12146544 or 9480262. OLE color: 9480262.

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

Color convert

RGB 70 168 144 -
CMYK 0.58 0 0.14 0.34
HSL 165.31º 0.41% 0.47% -
HSV(B) 165.31º 0.58% 0.66% -
XYZ 21.56 31.32 31.29 -
YUV 135.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 70 168 144 0.58 0 0.14 0.34 165.31 0.41 0.47
Hex 46 A8 90 3A 0 E 22 A5 29 2F
Octal 106 250 220 72 0 16 42 245 51 57
Binary 1000110 10101000 10010000 111010 0 1110 100010 10100101 101001 101111

Color Harmonies of #46A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A890

Black with #46A890

Text Example


Text Example

White with #46A890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,168,144); }

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

background-color css

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

 a { background-color: rgb(70,168,144); }

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

border-color css

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

 span { border-color: rgb(70,168,144); }

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