COLOR #469C9F

HEX: #469C9F RGB: (70,156,159)

Color info

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

RGB color model

#469C9F color RGB value is (70,156,159).

RGB: (70,156,159) (27%, 61%, 62%)

RGB channels and saturation

R 70 of 255 = 27%
G 156 of 255 = 61%
B 159 of 255 = 62%

70
156
159

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

Portions of RGB colors in percentages

R + G + B = 70 + 156 + 159 = 385 (100%)
R 70 of 385 ~ 18.18%
G 156 of 385 ~ 40.52%
B 159 of 385 ~ 41.3'%

%18.18
%40.52
%41.3

CMYK color model

#469C9F color CMYK value is (56,2,0,38).

  • cyan value is 55.97%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (56,2,0,38)
C56M2Y0K38 (56%, 2%, 0%, 38%)
(0.56 / 0.02 / 0.00 / 0.38)

CMYK percentages

%55.97
%1.89
%0
%37.65

Codes

Color #469C9F in popluar color models

46 9C 9F
RGB 70 156 159
HSL 182° 38.86% 44.90%
HSB/HSV 182° 55.97% 62.35%
CMYK 55.97% 1.89% 0.00%
37.65%

Color #469C9F in popluar number systems.

HEX 46 9C 9F
Decimal 70 156 159
Binary 1000110 10011100 10011111
Octal 106 234 237

Shades and tints

Shades of #469C9F

#469C9F
(70,156,159)
#408E91
(64,142,145)
#3A8083
(58,128,131)
#347275
(52,114,117)
#2E6467
(46,100,103)
#285659
(40,86,89)
#22484B
(34,72,75)
#1C3A3D
(28,58,61)
#162C2F
(22,44,47)
#101E21
(16,30,33)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #469C9F

#469C9F
(70,156,159)
#56A5A7
(86,165,167)
#66AEAF
(102,174,175)
#76B7B7
(118,183,183)
#86C0BF
(134,192,191)
#96C9C7
(150,201,199)
#A6D2CF
(166,210,207)
#B6DBD7
(182,219,215)
#C6E4DF
(198,228,223)
#D6EDE7
(214,237,231)
#E6F6EF
(230,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469C9F; }

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

This text font color is #469C9F.

Background Color

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

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

This div background color is #469C9F.

Border color

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

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

This div border color is #469C9F.

Opacity

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

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

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

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

This text has shadow with #469C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #469C9F.

Preview

Color preview on black background

This text has color #469C9F on black background.


Color preview on white background

This text has color #469C9F on white background.


Black color preview on #469C9F background

This text has black color on #469C9F background.


White color preview on #469C9F background

This text has white color on #469C9F background.


Related colors

Complementary color

Complementary color for #hex is #B96360.


I love getcolorcode.com

Triadic colors

1 #9F469C and #9C9F46 with #469C9F are triadic colors.

2 #9F9C46 and #9C469F with #469C9F are triadic colors.