COLOR #469992

HEX: #469992
RGB: (70,153,146)

Color info

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

RGB color model

#469992 color RGB value is (70,153,146).

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

RGB channels and saturation

R 70 of 255 = 27%
G 153 of 255 = 60%
B 146 of 255 = 57%

70
153
146

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

Portions of RGB colors in percentages

R + G + B =
70 + 153 + 146 = 369 (100%)
R 70 of 369 ~ 18.97%
G 153 of 369 ~ 41.46%
B 146 of 369 ~ 39.57%

%18.97
%41.46
%39.57

CMYK color model

#469992 color CMYK value is (54,0,5,40).

  • cyan value is 54.25%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(54,0,5,40)
C54M0Y5K40 
(54%,0%,5%,40%)
(0.54/0.00/0.05/0.40)	

CMYK percentages

%54.25
%0
%4.58
%40

Codes

Color #469992 in popluar color models

469992
RGB70153146
HSL175°37.22%43.73%
HSB/HSV175°54.25%60.00%
CMYK54.25%0.00%4.58%
40.00%

Color #469992 in popluar number systems.

HEX469992
Decimal70153146
Binary10001101001100110010010
Octal106231222

Shades and tints

Shades of #469992

#469992
(70,153,146)
#408C85
(64,140,133)
#3A7F78
(58,127,120)
#34726B
(52,114,107)
#2E655E
(46,101,94)
#285851
(40,88,81)
#224B44
(34,75,68)
#1C3E37
(28,62,55)
#16312A
(22,49,42)
#10241D
(16,36,29)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #469992

#469992
(70,153,146)
#56A29B
(86,162,155)
#66ABA4
(102,171,164)
#76B4AD
(118,180,173)
#86BDB6
(134,189,182)
#96C6BF
(150,198,191)
#A6CFC8
(166,207,200)
#B6D8D1
(182,216,209)
#C6E1DA
(198,225,218)
#D6EAE3
(214,234,227)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469992; }

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

This text font color is #469992.


Background Color

.myBgColor { background-color: #469992; }

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

This div background color is #469992.


Border color

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

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

This div border color is #469992.


Opacity

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

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

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

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

This text has shadow with #469992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469992 on black background.


Color preview on white background

This text has color #469992 on white background.



Black color preview on #469992 background

This text has black color on #469992 background.


White color preview on #469992 background

This text has white color on #469992 background.