COLOR #46969E

HEX: #46969E RGB: (70,150,158)

Color info

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

RGB color model

#46969E color RGB value is (70,150,158).

RGB: (70,150,158) (27%, 59%, 62%)

RGB channels and saturation

R 70 of 255 = 27%
G 150 of 255 = 59%
B 158 of 255 = 62%

70
150
158

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

Portions of RGB colors in percentages

R + G + B = 70 + 150 + 158 = 378 (100%)
R 70 of 378 ~ 18.52%
G 150 of 378 ~ 39.68%
B 158 of 378 ~ 41.8'%

%18.52
%39.68
%41.8

CMYK color model

#46969E color CMYK value is (56,5,0,38).

  • cyan value is 55.70%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (56,5,0,38)
C56M5Y0K38 (56%, 5%, 0%, 38%)
(0.56 / 0.05 / 0.00 / 0.38)

CMYK percentages

%55.7
%5.06
%0
%38.04

Codes

Color #46969E in popluar color models

46 96 9E
RGB 70 150 158
HSL 185° 38.60% 44.71%
HSB/HSV 185° 55.70% 61.96%
CMYK 55.70% 5.06% 0.00%
38.04%

Color #46969E in popluar number systems.

HEX 46 96 9E
Decimal 70 150 158
Binary 1000110 10010110 10011110
Octal 106 226 236

Shades and tints

Shades of #46969E

#46969E
(70,150,158)
#408990
(64,137,144)
#3A7C82
(58,124,130)
#346F74
(52,111,116)
#2E6266
(46,98,102)
#285558
(40,85,88)
#22484A
(34,72,74)
#1C3B3C
(28,59,60)
#162E2E
(22,46,46)
#102120
(16,33,32)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #46969E

#46969E
(70,150,158)
#569FA6
(86,159,166)
#66A8AE
(102,168,174)
#76B1B6
(118,177,182)
#86BABE
(134,186,190)
#96C3C6
(150,195,198)
#A6CCCE
(166,204,206)
#B6D5D6
(182,213,214)
#C6DEDE
(198,222,222)
#D6E7E6
(214,231,230)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46969E color. Also use rgb(70,150,158) instead hex code.

Text Font Color

.myTextColor { color: #46969E; }

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

This text font color is #46969E.

Background Color

.myBgColor { background-color: #46969E; }

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

This div background color is #46969E.

Border color

.myBorderColor { border: 1px solid #46969E; }

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

This div border color is #46969E.

Opacity

.myOpacity80 { color: #46969E; opacity: 0.8; }

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

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

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

This text has shadow with #46969E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46969E.

Preview

Color preview on black background

This text has color #46969E on black background.


Color preview on white background

This text has color #46969E on white background.


Black color preview on #46969E background

This text has black color on #46969E background.


White color preview on #46969E background

This text has white color on #46969E background.


Related colors

Complementary color

Complementary color for #hex is #B96961.


I love getcolorcode.com

Triadic colors

1 #9E4696 and #969E46 with #46969E are triadic colors.

2 #9E9646 and #96469E with #46969E are triadic colors.