COLOR #469B7D

HEX: #469B7D
RGB: (70,155,125)

Color info

#469B7D contains mainly green and blue colors. Web safe color of #469B7D is #339966 (or #396).

RGB color model

#469B7D color RGB value is (70,155,125).

  • red value is 70;
  • green value is 155;
  • blue value is 125.
RGB:
(70,155,125)
(27%,61%,49%)

RGB channels and saturation

R 70 of 255 = 27%
G 155 of 255 = 61%
B 125 of 255 = 49%

70
155
125

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

Portions of RGB colors in percentages

R + G + B =
70 + 155 + 125 = 350 (100%)
R 70 of 350 ~ 20%
G 155 of 350 ~ 44.29%
B 125 of 350 ~ 35.71%

%20
%44.29
%35.71

CMYK color model

#469B7D color CMYK value is (55,0,19,39).

  • cyan value is 54.84%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(55,0,19,39)
C55M0Y19K39 
(55%,0%,19%,39%)
(0.55/0.00/0.19/0.39)	

CMYK percentages

%54.84
%0
%19.35
%39.22

Codes

Color #469B7D in popluar color models

469B7D
RGB70155125
HSL159°37.78%44.12%
HSB/HSV159°54.84%60.78%
CMYK54.84%0.00%19.35%
39.22%

Color #469B7D in popluar number systems.

HEX469B7D
Decimal70155125
Binary1000110100110111111101
Octal106233175

Shades and tints

Shades of #469B7D

#469B7D
(70,155,125)
#408D72
(64,141,114)
#3A7F67
(58,127,103)
#34715C
(52,113,92)
#2E6351
(46,99,81)
#285546
(40,85,70)
#22473B
(34,71,59)
#1C3930
(28,57,48)
#162B25
(22,43,37)
#101D1A
(16,29,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #469B7D

#469B7D
(70,155,125)
#56A488
(86,164,136)
#66AD93
(102,173,147)
#76B69E
(118,182,158)
#86BFA9
(134,191,169)
#96C8B4
(150,200,180)
#A6D1BF
(166,209,191)
#B6DACA
(182,218,202)
#C6E3D5
(198,227,213)
#D6ECE0
(214,236,224)
#E6F5EB
(230,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469B7D; }

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

This text font color is #469B7D.


Background Color

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

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

This div background color is #469B7D.


Border color

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

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

This div border color is #469B7D.


Opacity

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

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

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

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

This text has shadow with #469B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469B7D on black background.


Color preview on white background

This text has color #469B7D on white background.



Black color preview on #469B7D background

This text has black color on #469B7D background.


White color preview on #469B7D background

This text has white color on #469B7D background.