COLOR #469799

HEX: #469799
RGB: (70,151,153)

Color info

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

RGB color model

#469799 color RGB value is (70,151,153).

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

RGB channels and saturation

R 70 of 255 = 27%
G 151 of 255 = 59%
B 153 of 255 = 60%

70
151
153

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

Portions of RGB colors in percentages

R + G + B =
70 + 151 + 153 = 374 (100%)
R 70 of 374 ~ 18.72%
G 151 of 374 ~ 40.37%
B 153 of 374 ~ 40.91%

%18.72
%40.37
%40.91

CMYK color model

#469799 color CMYK value is (54,1,0,40).

  • cyan value is 54.25%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(54,1,0,40)
C54M1Y0K40 
(54%,1%,0%,40%)
(0.54/0.01/0.00/0.40)	

CMYK percentages

%54.25
%1.31
%0
%40

Codes

Color #469799 in popluar color models

469799
RGB70151153
HSL181°37.22%43.73%
HSB/HSV181°54.25%60.00%
CMYK54.25%1.31%0.00%
40.00%

Color #469799 in popluar number systems.

HEX469799
Decimal70151153
Binary10001101001011110011001
Octal106227231

Shades and tints

Shades of #469799

#469799
(70,151,153)
#408A8C
(64,138,140)
#3A7D7F
(58,125,127)
#347072
(52,112,114)
#2E6365
(46,99,101)
#285658
(40,86,88)
#22494B
(34,73,75)
#1C3C3E
(28,60,62)
#162F31
(22,47,49)
#102224
(16,34,36)
#0A1517
(10,21,23)
#000000
(0,0,0)

Tints of #469799

#469799
(70,151,153)
#56A0A2
(86,160,162)
#66A9AB
(102,169,171)
#76B2B4
(118,178,180)
#86BBBD
(134,187,189)
#96C4C6
(150,196,198)
#A6CDCF
(166,205,207)
#B6D6D8
(182,214,216)
#C6DFE1
(198,223,225)
#D6E8EA
(214,232,234)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469799; }

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

This text font color is #469799.


Background Color

.myBgColor { background-color: #469799; }

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

This div background color is #469799.


Border color

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

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

This div border color is #469799.


Opacity

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

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

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

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

This text has shadow with #469799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469799 on black background.


Color preview on white background

This text has color #469799 on white background.



Black color preview on #469799 background

This text has black color on #469799 background.


White color preview on #469799 background

This text has white color on #469799 background.