Html Css Color HEX #46AD92 Gossamer

📋 copy color: '#46AD92'

red 70 ◦ green 173 ◦ blue 146

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

Shades of Gossamer #46AD92

Tints of Gossamer #46AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.47%

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 17.99%
G = 44.47%
B = 37.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#46AD92 (or 0x46AD92) is known color: Gossamer. HEX triplet: 46, AD and 92. RGB value is (70,173,146). Sum of RGB (Red+Green+Blue) = 70+173+146=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AD92 is #B9526D. Grayscale: #8B8B8B. Windows color (decimal): -12145262 or 9612614. OLE color: 9612614.

HSL color Cylindrical-coordinate representation of color #46AD92: hue angle of 164.27º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AD92 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 173 146 -
CMYK 0.60 0 0.16 0.32
HSL 164.27º 0.42% 0.48% -
HSV(B) 164.27º 0.6% 0.68% -
XYZ 22.66 33.26 32.42 -
YUV 139.13 131.88 78.7 -
System Red Green Blue C M Y K H S L
Decimal 70 173 146 0.60 0 0.16 0.32 164.27 0.42 0.48
Hex 46 AD 92 3C 0 10 20 A4 2A 30
Octal 106 255 222 74 0 20 40 244 52 60
Binary 1000110 10101101 10010010 111100 0 10000 100000 10100100 101010 110000

Color Harmonies of #46AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AD92

Black with #46AD92

Text Example


Text Example

White with #46AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,173,146); }

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

background-color css

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

 a { background-color: rgb(70,173,146); }

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

border-color css

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

 span { border-color: rgb(70,173,146); }

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