Html Css Color HEX #46A699 Gossamer

📋 copy color: '#46A699'

red 70 ◦ green 166 ◦ blue 153

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

Shades of Gossamer #46A699

Tints of Gossamer #46A699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 17.99%
G = 42.67%
B = 39.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#46A699 (or 0x46A699) is known color: Gossamer. HEX triplet: 46, A6 and 99. RGB value is (70,166,153). Sum of RGB (Red+Green+Blue) = 70+166+153=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #46A699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A699 is #B95966. Grayscale: #878787. Windows color (decimal): -12147047 or 10069574. OLE color: 10069574.

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

Color convert

RGB 70 166 153 -
CMYK 0.58 0 0.08 0.35
HSL 171.88º 0.41% 0.46% -
HSV(B) 171.88º 0.58% 0.65% -
XYZ 21.91 30.87 34.94 -
YUV 135.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 70 166 153 0.58 0 0.08 0.35 171.88 0.41 0.46
Hex 46 A6 99 3A 0 8 23 AC 29 2E
Octal 106 246 231 72 0 10 43 254 51 56
Binary 1000110 10100110 10011001 111010 0 1000 100011 10101100 101001 101110

Color Harmonies of #46A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A699

Black with #46A699

Text Example


Text Example

White with #46A699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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