COLOR #469E9A

HEX: #469E9A
RGB: (70,158,154)

Color info

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

RGB color model

#469E9A color RGB value is (70,158,154).

  • red value is 70;
  • green value is 158;
  • blue value is 154.
RGB:
(70,158,154)
(27%,62%,60%)

RGB channels and saturation

R 70 of 255 = 27%
G 158 of 255 = 62%
B 154 of 255 = 60%

70
158
154

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

Portions of RGB colors in percentages

R + G + B =
70 + 158 + 154 = 382 (100%)
R 70 of 382 ~ 18.32%
G 158 of 382 ~ 41.36%
B 154 of 382 ~ 40.31%

%18.32
%41.36
%40.31

CMYK color model

#469E9A color CMYK value is (56,0,3,38).

  • cyan value is 55.70%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 38.04%
CMYK:
(56,0,3,38)
C56M0Y3K38 
(56%,0%,3%,38%)
(0.56/0.00/0.03/0.38)	

CMYK percentages

%55.7
%0
%2.53
%38.04

Codes

Color #469E9A in popluar color models

469E9A
RGB70158154
HSL177°38.60%44.71%
HSB/HSV177°55.70%61.96%
CMYK55.70%0.00%2.53%
38.04%

Color #469E9A in popluar number systems.

HEX469E9A
Decimal70158154
Binary10001101001111010011010
Octal106236232

Shades and tints

Shades of #469E9A

#469E9A
(70,158,154)
#40908C
(64,144,140)
#3A827E
(58,130,126)
#347470
(52,116,112)
#2E6662
(46,102,98)
#285854
(40,88,84)
#224A46
(34,74,70)
#1C3C38
(28,60,56)
#162E2A
(22,46,42)
#10201C
(16,32,28)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #469E9A

#469E9A
(70,158,154)
#56A6A3
(86,166,163)
#66AEAC
(102,174,172)
#76B6B5
(118,182,181)
#86BEBE
(134,190,190)
#96C6C7
(150,198,199)
#A6CED0
(166,206,208)
#B6D6D9
(182,214,217)
#C6DEE2
(198,222,226)
#D6E6EB
(214,230,235)
#E6EEF4
(230,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469E9A color. Also use rgb(70,158,154) instead hex code.

Text Font Color

.myTextColor { color: #469E9A; }

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

This text font color is #469E9A.


Background Color

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

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

This div background color is #469E9A.


Border color

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

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

This div border color is #469E9A.


Opacity

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

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

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

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

This text has shadow with #469E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469E9A on black background.


Color preview on white background

This text has color #469E9A on white background.



Black color preview on #469E9A background

This text has black color on #469E9A background.


White color preview on #469E9A background

This text has white color on #469E9A background.