COLOR #46B992

HEX: #46B992
RGB: (70,185,146)

Color info

#46B992 contains mainly green and blue colors. Web safe color of #46B992 is #33CC99 (or #3C9).

RGB color model

#46B992 color RGB value is (70,185,146).

  • red value is 70;
  • green value is 185;
  • blue value is 146.
RGB:
(70,185,146)
(27%,73%,57%)

RGB channels and saturation

R 70 of 255 = 27%
G 185 of 255 = 73%
B 146 of 255 = 57%

70
185
146

R + G + B ~ 52%. #46B992 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 185 + 146 = 401 (100%)
R 70 of 401 ~ 17.46%
G 185 of 401 ~ 46.13%
B 146 of 401 ~ 36.41%

%17.46
%46.13
%36.41

CMYK color model

#46B992 color CMYK value is (62,0,21,27).

  • cyan value is 62.16%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 27.45%
CMYK:
(62,0,21,27)
C62M0Y21K27 
(62%,0%,21%,27%)
(0.62/0.00/0.21/0.27)	

CMYK percentages

%62.16
%0
%21.08
%27.45

Codes

Color #46B992 in popluar color models

46B992
RGB70185146
HSL160°45.10%50.00%
HSB/HSV160°62.16%72.55%
CMYK62.16%0.00%21.08%
27.45%

Color #46B992 in popluar number systems.

HEX46B992
Decimal70185146
Binary10001101011100110010010
Octal106271222

Shades and tints

Shades of #46B992

#46B992
(70,185,146)
#40A985
(64,169,133)
#3A9978
(58,153,120)
#34896B
(52,137,107)
#2E795E
(46,121,94)
#286951
(40,105,81)
#225944
(34,89,68)
#1C4937
(28,73,55)
#16392A
(22,57,42)
#10291D
(16,41,29)
#0A1910
(10,25,16)
#000000
(0,0,0)

Tints of #46B992

#46B992
(70,185,146)
#56BF9B
(86,191,155)
#66C5A4
(102,197,164)
#76CBAD
(118,203,173)
#86D1B6
(134,209,182)
#96D7BF
(150,215,191)
#A6DDC8
(166,221,200)
#B6E3D1
(182,227,209)
#C6E9DA
(198,233,218)
#D6EFE3
(214,239,227)
#E6F5EC
(230,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B992 color. Also use rgb(70,185,146) instead hex code.

Text Font Color

.myTextColor { color: #46B992; }

<p style="color:#46B992">This sample text font color is #46B992.</p>

This text font color is #46B992.


Background Color

.myBgColor { background-color: #46B992; }

<div style="background-color:#46B992">Inner text</div>

This div background color is #46B992.


Border color

.myBorderColor { border: 1px solid #46B992; }

<div style="border:3px solid #46B992">Div</div>

This div border color is #46B992.


Opacity

.myOpacity80 { color: #46B992; opacity: 0.8; }

<p style="color:#46B992;opacity:0.8;">80%</p>

Text with #46B992 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #46B992;}

<p style="text-shadow: 3px 3px 1px #46B992">Text here.</p>

This text has shadow with #46B992 color.

.textShadow {text-shadow: 3px 3px 1px #46B992, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #46B992, 5px 5px 20px red">Text here.</p>

This text has shadow with #46B992 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#46B992, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#46B992, Direction=45, Strength=4)">Text</p>

This text has shadow with #46B992 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #46B992;
  -webkit-box-shadow:	1px 1px 3px 2px #46B992;
  box-shadow:		1px 1px 3px 2px #46B992;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #46B992;
-webkit-box-shadow: 1px 1px 3px 2px #46B992;
box-shadow:1px 1px 3px 2px #46B992;">
Div content here</div>
This div box has shadow with color #46B992.

Preview

Color preview on black background

This text has color #46B992 on black background.


Color preview on white background

This text has color #46B992 on white background.



Black color preview on #46B992 background

This text has black color on #46B992 background.


White color preview on #46B992 background

This text has white color on #46B992 background.