COLOR #469C78

HEX: #469C78
RGB: (70,156,120)

Color info

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

RGB color model

#469C78 color RGB value is (70,156,120).

  • red value is 70;
  • green value is 156;
  • blue value is 120.
RGB:
(70,156,120)
(27%,61%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 156 of 255 = 61%
B 120 of 255 = 47%

70
156
120

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

Portions of RGB colors in percentages

R + G + B =
70 + 156 + 120 = 346 (100%)
R 70 of 346 ~ 20.23%
G 156 of 346 ~ 45.09%
B 120 of 346 ~ 34.68%

%20.23
%45.09
%34.68

CMYK color model

#469C78 color CMYK value is (55,0,23,39).

  • cyan value is 55.13%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 38.82%
CMYK:
(55,0,23,39)
C55M0Y23K39 
(55%,0%,23%,39%)
(0.55/0.00/0.23/0.39)	

CMYK percentages

%55.13
%0
%23.08
%38.82

Codes

Color #469C78 in popluar color models

469C78
RGB70156120
HSL155°38.05%44.31%
HSB/HSV155°55.13%61.18%
CMYK55.13%0.00%23.08%
38.82%

Color #469C78 in popluar number systems.

HEX469C78
Decimal70156120
Binary1000110100111001111000
Octal106234170

Shades and tints

Shades of #469C78

#469C78
(70,156,120)
#408E6E
(64,142,110)
#3A8064
(58,128,100)
#34725A
(52,114,90)
#2E6450
(46,100,80)
#285646
(40,86,70)
#22483C
(34,72,60)
#1C3A32
(28,58,50)
#162C28
(22,44,40)
#101E1E
(16,30,30)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #469C78

#469C78
(70,156,120)
#56A584
(86,165,132)
#66AE90
(102,174,144)
#76B79C
(118,183,156)
#86C0A8
(134,192,168)
#96C9B4
(150,201,180)
#A6D2C0
(166,210,192)
#B6DBCC
(182,219,204)
#C6E4D8
(198,228,216)
#D6EDE4
(214,237,228)
#E6F6F0
(230,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469C78 color. Also use rgb(70,156,120) instead hex code.

Text Font Color

.myTextColor { color: #469C78; }

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

This text font color is #469C78.


Background Color

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

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

This div background color is #469C78.


Border color

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

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

This div border color is #469C78.


Opacity

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

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

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

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

This text has shadow with #469C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469C78 on black background.


Color preview on white background

This text has color #469C78 on white background.



Black color preview on #469C78 background

This text has black color on #469C78 background.


White color preview on #469C78 background

This text has white color on #469C78 background.