Html Css Color HEX #46A494 Gossamer

📋 copy color: '#46A494'

red 70 ◦ green 164 ◦ blue 148

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

Shades of Gossamer #46A494

Tints of Gossamer #46A494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.93%

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 18.32%
G = 42.93%
B = 38.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#46A494 (or 0x46A494) is known color: Gossamer. HEX triplet: 46, A4 and 94. RGB value is (70,164,148). Sum of RGB (Red+Green+Blue) = 70+164+148=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #46A494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A494 is #B95B6B. Grayscale: #868686. Windows color (decimal): -12147564 or 9741382. OLE color: 9741382.

HSL color Cylindrical-coordinate representation of color #46A494: hue angle of 169.79º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A494 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 164 148 -
CMYK 0.57 0 0.10 0.36
HSL 169.79º 0.4% 0.46% -
HSV(B) 169.79º 0.57% 0.64% -
XYZ 21.15 29.99 32.69 -
YUV 134.07 135.86 82.3 -
System Red Green Blue C M Y K H S L
Decimal 70 164 148 0.57 0 0.10 0.36 169.79 0.4 0.46
Hex 46 A4 94 39 0 A 24 AA 28 2E
Octal 106 244 224 71 0 12 44 252 50 56
Binary 1000110 10100100 10010100 111001 0 1010 100100 10101010 101000 101110

Color Harmonies of #46A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A494

Black with #46A494

Text Example


Text Example

White with #46A494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,164,148); }

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

background-color css

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

 a { background-color: rgb(70,164,148); }

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

border-color css

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

 span { border-color: rgb(70,164,148); }

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