COLOR #469593

HEX: #469593
RGB: (70,149,147)

Color info

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

RGB color model

#469593 color RGB value is (70,149,147).

  • red value is 70;
  • green value is 149;
  • blue value is 147.
RGB:
(70,149,147)
(27%,58%,58%)

RGB channels and saturation

R 70 of 255 = 27%
G 149 of 255 = 58%
B 147 of 255 = 58%

70
149
147

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

Portions of RGB colors in percentages

R + G + B =
70 + 149 + 147 = 366 (100%)
R 70 of 366 ~ 19.13%
G 149 of 366 ~ 40.71%
B 147 of 366 ~ 40.16%

%19.13
%40.71
%40.16

CMYK color model

#469593 color CMYK value is (53,0,1,42).

  • cyan value is 53.02%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 41.57%
CMYK:
(53,0,1,42)
C53M0Y1K42 
(53%,0%,1%,42%)
(0.53/0.00/0.01/0.42)	

CMYK percentages

%53.02
%0
%1.34
%41.57

Codes

Color #469593 in popluar color models

469593
RGB70149147
HSL178°36.07%42.94%
HSB/HSV178°53.02%58.43%
CMYK53.02%0.00%1.34%
41.57%

Color #469593 in popluar number systems.

HEX469593
Decimal70149147
Binary10001101001010110010011
Octal106225223

Shades and tints

Shades of #469593

#469593
(70,149,147)
#408886
(64,136,134)
#3A7B79
(58,123,121)
#346E6C
(52,110,108)
#2E615F
(46,97,95)
#285452
(40,84,82)
#224745
(34,71,69)
#1C3A38
(28,58,56)
#162D2B
(22,45,43)
#10201E
(16,32,30)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #469593

#469593
(70,149,147)
#569E9C
(86,158,156)
#66A7A5
(102,167,165)
#76B0AE
(118,176,174)
#86B9B7
(134,185,183)
#96C2C0
(150,194,192)
#A6CBC9
(166,203,201)
#B6D4D2
(182,212,210)
#C6DDDB
(198,221,219)
#D6E6E4
(214,230,228)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469593 color. Also use rgb(70,149,147) instead hex code.

Text Font Color

.myTextColor { color: #469593; }

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

This text font color is #469593.


Background Color

.myBgColor { background-color: #469593; }

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

This div background color is #469593.


Border color

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

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

This div border color is #469593.


Opacity

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

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

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

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

This text has shadow with #469593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469593 on black background.


Color preview on white background

This text has color #469593 on white background.



Black color preview on #469593 background

This text has black color on #469593 background.


White color preview on #469593 background

This text has white color on #469593 background.