COLOR #469889

HEX: #469889
RGB: (70,152,137)

Color info

#469889 contains mainly green and blue colors. Web safe color of #469889 is #339999 (or #399).

RGB color model

#469889 color RGB value is (70,152,137).

  • red value is 70;
  • green value is 152;
  • blue value is 137.
RGB:
(70,152,137)
(27%,60%,54%)

RGB channels and saturation

R 70 of 255 = 27%
G 152 of 255 = 60%
B 137 of 255 = 54%

70
152
137

R + G + B ~ 47%. #469889 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 152 + 137 = 359 (100%)
R 70 of 359 ~ 19.5%
G 152 of 359 ~ 42.34%
B 137 of 359 ~ 38.16%

%19.5
%42.34
%38.16

CMYK color model

#469889 color CMYK value is (54,0,10,40).

  • cyan value is 53.95%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(54,0,10,40)
C54M0Y10K40 
(54%,0%,10%,40%)
(0.54/0.00/0.10/0.40)	

CMYK percentages

%53.95
%0
%9.87
%40.39

Codes

Color #469889 in popluar color models

469889
RGB70152137
HSL169°36.94%43.53%
HSB/HSV169°53.95%59.61%
CMYK53.95%0.00%9.87%
40.39%

Color #469889 in popluar number systems.

HEX469889
Decimal70152137
Binary10001101001100010001001
Octal106230211

Shades and tints

Shades of #469889

#469889
(70,152,137)
#408B7D
(64,139,125)
#3A7E71
(58,126,113)
#347165
(52,113,101)
#2E6459
(46,100,89)
#28574D
(40,87,77)
#224A41
(34,74,65)
#1C3D35
(28,61,53)
#163029
(22,48,41)
#10231D
(16,35,29)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #469889

#469889
(70,152,137)
#56A193
(86,161,147)
#66AA9D
(102,170,157)
#76B3A7
(118,179,167)
#86BCB1
(134,188,177)
#96C5BB
(150,197,187)
#A6CEC5
(166,206,197)
#B6D7CF
(182,215,207)
#C6E0D9
(198,224,217)
#D6E9E3
(214,233,227)
#E6F2ED
(230,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469889 color. Also use rgb(70,152,137) instead hex code.

Text Font Color

.myTextColor { color: #469889; }

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

This text font color is #469889.


Background Color

.myBgColor { background-color: #469889; }

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

This div background color is #469889.


Border color

.myBorderColor { border: 1px solid #469889; }

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

This div border color is #469889.


Opacity

.myOpacity80 { color: #469889; opacity: 0.8; }

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

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

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

This text has shadow with #469889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469889 on black background.


Color preview on white background

This text has color #469889 on white background.



Black color preview on #469889 background

This text has black color on #469889 background.


White color preview on #469889 background

This text has white color on #469889 background.