COLOR #46B478

HEX: #46B478 RGB: (70,180,120)

Color info

#46B478 contains mainly green color. Web safe color of #46B478 is #33CC66 (or #3C6).

RGB color model

#46B478 color RGB value is (70,180,120).

RGB: (70,180,120) (27%, 71%, 47%)

RGB channels and saturation

R 70 of 255 = 27%
G 180 of 255 = 71%
B 120 of 255 = 47%

70
180
120

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

Portions of RGB colors in percentages

R + G + B = 70 + 180 + 120 = 370 (100%)
R 70 of 370 ~ 18.92%
G 180 of 370 ~ 48.65%
B 120 of 370 ~ 32.43'%

%18.92
%48.65
%32.43

CMYK color model

#46B478 color CMYK value is (61,0,33,29).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 29.41%

CMYK: (61,0,33,29)
C61M0Y33K29 (61%, 0%, 33%, 29%)
(0.61 / 0.00 / 0.33 / 0.29)

CMYK percentages

%61.11
%0
%33.33
%29.41

Codes

Color #46B478 in popluar color models

46 B4 78
RGB 70 180 120
HSL 147° 44.00% 49.02%
HSB/HSV 147° 61.11% 70.59%
CMYK 61.11% 0.00% 33.33%
29.41%

Color #46B478 in popluar number systems.

HEX 46 B4 78
Decimal 70 180 120
Binary 1000110 10110100 1111000
Octal 106 264 170

Shades and tints

Shades of #46B478

#46B478
(70,180,120)
#40A46E
(64,164,110)
#3A9464
(58,148,100)
#34845A
(52,132,90)
#2E7450
(46,116,80)
#286446
(40,100,70)
#22543C
(34,84,60)
#1C4432
(28,68,50)
#163428
(22,52,40)
#10241E
(16,36,30)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #46B478

#46B478
(70,180,120)
#56BA84
(86,186,132)
#66C090
(102,192,144)
#76C69C
(118,198,156)
#86CCA8
(134,204,168)
#96D2B4
(150,210,180)
#A6D8C0
(166,216,192)
#B6DECC
(182,222,204)
#C6E4D8
(198,228,216)
#D6EAE4
(214,234,228)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B478 color. Also use rgb(70,180,120) instead hex code.

Text Font Color

.myTextColor { color: #46B478; }

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

This text font color is #46B478.

Background Color

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

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

This div background color is #46B478.

Border color

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

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

This div border color is #46B478.

Opacity

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

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

Text with #46B478 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 #46B478;}

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

This text has shadow with #46B478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46B478.

Preview

Color preview on black background

This text has color #46B478 on black background.


Color preview on white background

This text has color #46B478 on white background.


Black color preview on #46B478 background

This text has black color on #46B478 background.


White color preview on #46B478 background

This text has white color on #46B478 background.


Related colors

Complementary color

Complementary color for #hex is #B94B87.


I love getcolorcode.com

Triadic colors

1 #7846B4 and #B47846 with #46B478 are triadic colors.

2 #78B446 and #B44678 with #46B478 are triadic colors.