COLOR #469F99

HEX: #469F99 RGB: (70,159,153)

Color info

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

RGB color model

#469F99 color RGB value is (70,159,153).

RGB: (70,159,153) (27%, 62%, 60%)

RGB channels and saturation

R 70 of 255 = 27%
G 159 of 255 = 62%
B 153 of 255 = 60%

70
159
153

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

Portions of RGB colors in percentages

R + G + B = 70 + 159 + 153 = 382 (100%)
R 70 of 382 ~ 18.32%
G 159 of 382 ~ 41.62%
B 153 of 382 ~ 40.05'%

%18.32
%41.62
%40.05

CMYK color model

#469F99 color CMYK value is (56,0,4,38).

  • cyan value is 55.97%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 37.65%
CMYK: (56,0,4,38) C56M0Y4K38 (56%,0%,4%,38%) (0.56/0.00/0.04/0.38) 

CMYK percentages

%55.97
%0
%3.77
%37.65

Codes

Color #469F99 in popluar color models

46 9F 99
RGB 70 159 153
HSL 176° 38.86% 44.90%
HSB/HSV 176° 55.97% 62.35%
CMYK 55.97% 0.00% 3.77%
37.65%

Color #469F99 in popluar number systems.

HEX 46 9F 99
Decimal 70 159 153
Binary 1000110 10011111 10011001
Octal 106 237 231

Shades and tints

Shades of #469F99

#469F99
(70,159,153)
#40918C
(64,145,140)
#3A837F
(58,131,127)
#347572
(52,117,114)
#2E6765
(46,103,101)
#285958
(40,89,88)
#224B4B
(34,75,75)
#1C3D3E
(28,61,62)
#162F31
(22,47,49)
#102124
(16,33,36)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #469F99

#469F99
(70,159,153)
#56A7A2
(86,167,162)
#66AFAB
(102,175,171)
#76B7B4
(118,183,180)
#86BFBD
(134,191,189)
#96C7C6
(150,199,198)
#A6CFCF
(166,207,207)
#B6D7D8
(182,215,216)
#C6DFE1
(198,223,225)
#D6E7EA
(214,231,234)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469F99; }

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

This text font color is #469F99.

Background Color

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

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

This div background color is #469F99.

Border color

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

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

This div border color is #469F99.

Opacity

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

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

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

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

This text has shadow with #469F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #469F99.

Preview

Color preview on black background

This text has color #469F99 on black background.


Color preview on white background

This text has color #469F99 on white background.


Black color preview on #469F99 background

This text has black color on #469F99 background.


White color preview on #469F99 background

This text has white color on #469F99 background.


Related colors

Complementary color

Complementary color for #hex is #B96066.


I love getcolorcode.com

Triadic colors

1 #99469F and #9F9946 with #469F99 are triadic colors.

2 #999F46 and #9F4699 with #469F99 are triadic colors.