Html Css Color HEX #46A79B Gossamer

📋 copy color: '#46A79B'

red 70 ◦ green 167 ◦ blue 155

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

Shades of Gossamer #46A79B

Tints of Gossamer #46A79B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 17.86%
G = 42.6%
B = 39.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#46A79B (or 0x46A79B) is known color: Gossamer. HEX triplet: 46, A7 and 9B. RGB value is (70,167,155). Sum of RGB (Red+Green+Blue) = 70+167+155=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #46A79B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A79B is #B95864. Grayscale: #888888. Windows color (decimal): -12146789 or 10200902. OLE color: 10200902.

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

Color convert

RGB 70 167 155 -
CMYK 0.58 0 0.07 0.35
HSL 172.58º 0.41% 0.46% -
HSV(B) 172.58º 0.58% 0.65% -
XYZ 22.26 31.31 35.88 -
YUV 136.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 70 167 155 0.58 0 0.07 0.35 172.58 0.41 0.46
Hex 46 A7 9B 3A 0 7 23 AD 29 2E
Octal 106 247 233 72 0 7 43 255 51 56
Binary 1000110 10100111 10011011 111010 0 111 100011 10101101 101001 101110

Color Harmonies of #46A79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A79B

Black with #46A79B

Text Example


Text Example

White with #46A79B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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