COLOR #469B4D

HEX: #469B4D RGB: (70,155,77)

Color info

#469B4D contains mainly green color. Web safe color of #469B4D is #339933 (or #393).

RGB color model

#469B4D color RGB value is (70,155,77).

RGB: (70,155,77) (27%, 61%, 30%)

RGB channels and saturation

R 70 of 255 = 27%
G 155 of 255 = 61%
B 77 of 255 = 30%

70
155
77

R + G + B ~ 39%. #469B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 155 + 77 = 302 (100%)
R 70 of 302 ~ 23.18%
G 155 of 302 ~ 51.32%
B 77 of 302 ~ 25.5'%

%23.18
%51.32
%25.5

CMYK color model

#469B4D color CMYK value is (55,0,50,39).

  • cyan value is 54.84%
  • magenta value is 0.00%
  • yellow value is 50.32%
  • key color value is 39.22%

CMYK: (55,0,50,39)
C55M0Y50K39 (55%, 0%, 50%, 39%)
(0.55 / 0.00 / 0.50 / 0.39)

CMYK percentages

%54.84
%0
%50.32
%39.22

Codes

Color #469B4D in popluar color models

46 9B 4D
RGB 70 155 77
HSL 125° 37.78% 44.12%
HSB/HSV 125° 54.84% 60.78%
CMYK 54.84% 0.00% 50.32%
39.22%

Color #469B4D in popluar number systems.

HEX 46 9B 4D
Decimal 70 155 77
Binary 1000110 10011011 1001101
Octal 106 233 115

Shades and tints

Shades of #469B4D

#469B4D
(70,155,77)
#408D46
(64,141,70)
#3A7F3F
(58,127,63)
#347138
(52,113,56)
#2E6331
(46,99,49)
#28552A
(40,85,42)
#224723
(34,71,35)
#1C391C
(28,57,28)
#162B15
(22,43,21)
#101D0E
(16,29,14)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #469B4D

#469B4D
(70,155,77)
#56A45D
(86,164,93)
#66AD6D
(102,173,109)
#76B67D
(118,182,125)
#86BF8D
(134,191,141)
#96C89D
(150,200,157)
#A6D1AD
(166,209,173)
#B6DABD
(182,218,189)
#C6E3CD
(198,227,205)
#D6ECDD
(214,236,221)
#E6F5ED
(230,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469B4D color. Also use rgb(70,155,77) instead hex code.

Text Font Color

.myTextColor { color: #469B4D; }

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

This text font color is #469B4D.

Background Color

.myBgColor { background-color: #469B4D; }

<div style="background-color:#469B4D">Inner text</div>

This div background color is #469B4D.

Border color

.myBorderColor { border: 1px solid #469B4D; }

<div style="border:3px solid #469B4D">Div</div>

This div border color is #469B4D.

Opacity

.myOpacity80 { color: #469B4D; opacity: 0.8; }

<p style="color:#469B4D;opacity:0.8;">80%</p>

Text with #469B4D 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 #469B4D;}

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

This text has shadow with #469B4D color.


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

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

This text has shadow with #469B4D primary color and red secondary color.


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

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

This text has shadow with #469B4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #469B4D.

Preview

Color preview on black background

This text has color #469B4D on black background.


Color preview on white background

This text has color #469B4D on white background.


Black color preview on #469B4D background

This text has black color on #469B4D background.


White color preview on #469B4D background

This text has white color on #469B4D background.


Related colors

Complementary color

Complementary color for #hex is #B964B2.


I love getcolorcode.com

Triadic colors

1 #4D469B and #9B4D46 with #469B4D are triadic colors.

2 #4D9B46 and #9B464D with #469B4D are triadic colors.