COLOR #469D91

HEX: #469D91
RGB: (70,157,145)

Color info

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

RGB color model

#469D91 color RGB value is (70,157,145).

  • red value is 70;
  • green value is 157;
  • blue value is 145.
RGB:
(70,157,145)
(27%,62%,57%)

RGB channels and saturation

R 70 of 255 = 27%
G 157 of 255 = 62%
B 145 of 255 = 57%

70
157
145

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

Portions of RGB colors in percentages

R + G + B =
70 + 157 + 145 = 372 (100%)
R 70 of 372 ~ 18.82%
G 157 of 372 ~ 42.2%
B 145 of 372 ~ 38.98%

%18.82
%42.2
%38.98

CMYK color model

#469D91 color CMYK value is (55,0,8,38).

  • cyan value is 55.41%
  • magenta value is 0.00%
  • yellow value is 7.64%
  • key color value is 38.43%
CMYK:
(55,0,8,38)
C55M0Y8K38 
(55%,0%,8%,38%)
(0.55/0.00/0.08/0.38)	

CMYK percentages

%55.41
%0
%7.64
%38.43

Codes

Color #469D91 in popluar color models

469D91
RGB70157145
HSL172°38.33%44.51%
HSB/HSV172°55.41%61.57%
CMYK55.41%0.00%7.64%
38.43%

Color #469D91 in popluar number systems.

HEX469D91
Decimal70157145
Binary10001101001110110010001
Octal106235221

Shades and tints

Shades of #469D91

#469D91
(70,157,145)
#408F84
(64,143,132)
#3A8177
(58,129,119)
#34736A
(52,115,106)
#2E655D
(46,101,93)
#285750
(40,87,80)
#224943
(34,73,67)
#1C3B36
(28,59,54)
#162D29
(22,45,41)
#101F1C
(16,31,28)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #469D91

#469D91
(70,157,145)
#56A59B
(86,165,155)
#66ADA5
(102,173,165)
#76B5AF
(118,181,175)
#86BDB9
(134,189,185)
#96C5C3
(150,197,195)
#A6CDCD
(166,205,205)
#B6D5D7
(182,213,215)
#C6DDE1
(198,221,225)
#D6E5EB
(214,229,235)
#E6EDF5
(230,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469D91 color. Also use rgb(70,157,145) instead hex code.

Text Font Color

.myTextColor { color: #469D91; }

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

This text font color is #469D91.


Background Color

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

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

This div background color is #469D91.


Border color

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

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

This div border color is #469D91.


Opacity

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

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

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

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

This text has shadow with #469D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469D91 on black background.


Color preview on white background

This text has color #469D91 on white background.



Black color preview on #469D91 background

This text has black color on #469D91 background.


White color preview on #469D91 background

This text has white color on #469D91 background.