COLOR #469780

HEX: #469780
RGB: (70,151,128)

Color info

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

RGB color model

#469780 color RGB value is (70,151,128).

  • red value is 70;
  • green value is 151;
  • blue value is 128.
RGB:
(70,151,128)
(27%,59%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 151 of 255 = 59%
B 128 of 255 = 50%

70
151
128

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

Portions of RGB colors in percentages

R + G + B =
70 + 151 + 128 = 349 (100%)
R 70 of 349 ~ 20.06%
G 151 of 349 ~ 43.27%
B 128 of 349 ~ 36.68%

%20.06
%43.27
%36.68

CMYK color model

#469780 color CMYK value is (54,0,15,41).

  • cyan value is 53.64%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 40.78%
CMYK:
(54,0,15,41)
C54M0Y15K41 
(54%,0%,15%,41%)
(0.54/0.00/0.15/0.41)	

CMYK percentages

%53.64
%0
%15.23
%40.78

Codes

Color #469780 in popluar color models

469780
RGB70151128
HSL163°36.65%43.33%
HSB/HSV163°53.64%59.22%
CMYK53.64%0.00%15.23%
40.78%

Color #469780 in popluar number systems.

HEX469780
Decimal70151128
Binary10001101001011110000000
Octal106227200

Shades and tints

Shades of #469780

#469780
(70,151,128)
#408A75
(64,138,117)
#3A7D6A
(58,125,106)
#34705F
(52,112,95)
#2E6354
(46,99,84)
#285649
(40,86,73)
#22493E
(34,73,62)
#1C3C33
(28,60,51)
#162F28
(22,47,40)
#10221D
(16,34,29)
#0A1512
(10,21,18)
#000000
(0,0,0)

Tints of #469780

#469780
(70,151,128)
#56A08B
(86,160,139)
#66A996
(102,169,150)
#76B2A1
(118,178,161)
#86BBAC
(134,187,172)
#96C4B7
(150,196,183)
#A6CDC2
(166,205,194)
#B6D6CD
(182,214,205)
#C6DFD8
(198,223,216)
#D6E8E3
(214,232,227)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469780 color. Also use rgb(70,151,128) instead hex code.

Text Font Color

.myTextColor { color: #469780; }

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

This text font color is #469780.


Background Color

.myBgColor { background-color: #469780; }

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

This div background color is #469780.


Border color

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

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

This div border color is #469780.


Opacity

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

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

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

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

This text has shadow with #469780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469780 on black background.


Color preview on white background

This text has color #469780 on white background.



Black color preview on #469780 background

This text has black color on #469780 background.


White color preview on #469780 background

This text has white color on #469780 background.