COLOR #469B9D

HEX: #469B9D RGB: (70,155,157)

Color info

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

RGB color model

#469B9D color RGB value is (70,155,157).

RGB: (70,155,157) (27%, 61%, 62%)

RGB channels and saturation

R 70 of 255 = 27%
G 155 of 255 = 61%
B 157 of 255 = 62%

70
155
157

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

Portions of RGB colors in percentages

R + G + B = 70 + 155 + 157 = 382 (100%)
R 70 of 382 ~ 18.32%
G 155 of 382 ~ 40.58%
B 157 of 382 ~ 41.1'%

%18.32
%40.58
%41.1

CMYK color model

#469B9D color CMYK value is (55,1,0,38).

  • cyan value is 55.41%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (55,1,0,38)
C55M1Y0K38 (55%, 1%, 0%, 38%)
(0.55 / 0.01 / 0.00 / 0.38)

CMYK percentages

%55.41
%1.27
%0
%38.43

Codes

Color #469B9D in popluar color models

46 9B 9D
RGB 70 155 157
HSL 181° 38.33% 44.51%
HSB/HSV 181° 55.41% 61.57%
CMYK 55.41% 1.27% 0.00%
38.43%

Color #469B9D in popluar number systems.

HEX 46 9B 9D
Decimal 70 155 157
Binary 1000110 10011011 10011101
Octal 106 233 235

Shades and tints

Shades of #469B9D

#469B9D
(70,155,157)
#408D8F
(64,141,143)
#3A7F81
(58,127,129)
#347173
(52,113,115)
#2E6365
(46,99,101)
#285557
(40,85,87)
#224749
(34,71,73)
#1C393B
(28,57,59)
#162B2D
(22,43,45)
#101D1F
(16,29,31)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #469B9D

#469B9D
(70,155,157)
#56A4A5
(86,164,165)
#66ADAD
(102,173,173)
#76B6B5
(118,182,181)
#86BFBD
(134,191,189)
#96C8C5
(150,200,197)
#A6D1CD
(166,209,205)
#B6DAD5
(182,218,213)
#C6E3DD
(198,227,221)
#D6ECE5
(214,236,229)
#E6F5ED
(230,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469B9D; }

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

This text font color is #469B9D.

Background Color

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

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

This div background color is #469B9D.

Border color

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

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

This div border color is #469B9D.

Opacity

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

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

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

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

This text has shadow with #469B9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #469B9D.

Preview

Color preview on black background

This text has color #469B9D on black background.


Color preview on white background

This text has color #469B9D on white background.


Black color preview on #469B9D background

This text has black color on #469B9D background.


White color preview on #469B9D background

This text has white color on #469B9D background.


Related colors

Complementary color

Complementary color for #hex is #B96462.


I love getcolorcode.com

Triadic colors

1 #9D469B and #9B9D46 with #469B9D are triadic colors.

2 #9D9B46 and #9B469D with #469B9D are triadic colors.