COLOR #469B5B

HEX: #469B5B RGB: (70,155,91)

Color info

#469B5B contains mainly green color. Web safe color of #469B5B is #339966 (or #396).

RGB color model

#469B5B color RGB value is (70,155,91).

RGB: (70,155,91) (27%, 61%, 36%)

RGB channels and saturation

R 70 of 255 = 27%
G 155 of 255 = 61%
B 91 of 255 = 36%

70
155
91

R + G + B ~ 41%. #469B5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 155 + 91 = 316 (100%)
R 70 of 316 ~ 22.15%
G 155 of 316 ~ 49.05%
B 91 of 316 ~ 28.8'%

%22.15
%49.05
%28.8

CMYK color model

#469B5B color CMYK value is (55,0,41,39).

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

CMYK: (55,0,41,39)
C55M0Y41K39 (55%, 0%, 41%, 39%)
(0.55 / 0.00 / 0.41 / 0.39)

CMYK percentages

%54.84
%0
%41.29
%39.22

Codes

Color #469B5B in popluar color models

46 9B 5B
RGB 70 155 91
HSL 135° 37.78% 44.12%
HSB/HSV 135° 54.84% 60.78%
CMYK 54.84% 0.00% 41.29%
39.22%

Color #469B5B in popluar number systems.

HEX 46 9B 5B
Decimal 70 155 91
Binary 1000110 10011011 1011011
Octal 106 233 133

Shades and tints

Shades of #469B5B

#469B5B
(70,155,91)
#408D53
(64,141,83)
#3A7F4B
(58,127,75)
#347143
(52,113,67)
#2E633B
(46,99,59)
#285533
(40,85,51)
#22472B
(34,71,43)
#1C3923
(28,57,35)
#162B1B
(22,43,27)
#101D13
(16,29,19)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #469B5B

#469B5B
(70,155,91)
#56A469
(86,164,105)
#66AD77
(102,173,119)
#76B685
(118,182,133)
#86BF93
(134,191,147)
#96C8A1
(150,200,161)
#A6D1AF
(166,209,175)
#B6DABD
(182,218,189)
#C6E3CB
(198,227,203)
#D6ECD9
(214,236,217)
#E6F5E7
(230,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469B5B; }

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

This text font color is #469B5B.

Background Color

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

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

This div background color is #469B5B.

Border color

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

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

This div border color is #469B5B.

Opacity

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

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

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

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

This text has shadow with #469B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #469B5B.

Preview

Color preview on black background

This text has color #469B5B on black background.


Color preview on white background

This text has color #469B5B on white background.


Black color preview on #469B5B background

This text has black color on #469B5B background.


White color preview on #469B5B background

This text has white color on #469B5B background.


Related colors

Complementary color

Complementary color for #hex is #B964A4.


I love getcolorcode.com

Triadic colors

1 #5B469B and #9B5B46 with #469B5B are triadic colors.

2 #5B9B46 and #9B465B with #469B5B are triadic colors.