COLOR #46699D

HEX: #46699D
RGB: (70,105,157)

Color info

#46699D contains mainly green and blue colors. Web safe color of #46699D is #336699 (or #369).

RGB color model

#46699D color RGB value is (70,105,157).

  • red value is 70;
  • green value is 105;
  • blue value is 157.
RGB:
(70,105,157)
(27%,41%,62%)

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 157 of 255 = 62%

70
105
157

R + G + B ~ 43%. #46699D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 157 = 332 (100%)
R 70 of 332 ~ 21.08%
G 105 of 332 ~ 31.63%
B 157 of 332 ~ 47.29%

%21.08
%31.63
%47.29

CMYK color model

#46699D color CMYK value is (55,33,0,38).

  • cyan value is 55.41%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(55,33,0,38)
C55M33Y0K38 
(55%,33%,0%,38%)
(0.55/0.33/0.00/0.38)	

CMYK percentages

%55.41
%33.12
%0
%38.43

Codes

Color #46699D in popluar color models

46699D
RGB70105157
HSL216°38.33%44.51%
HSB/HSV216°55.41%61.57%
CMYK55.41%33.12%0.00%
38.43%

Color #46699D in popluar number systems.

HEX46699D
Decimal70105157
Binary1000110110100110011101
Octal106151235

Shades and tints

Shades of #46699D

#46699D
(70,105,157)
#40608F
(64,96,143)
#3A5781
(58,87,129)
#344E73
(52,78,115)
#2E4565
(46,69,101)
#283C57
(40,60,87)
#223349
(34,51,73)
#1C2A3B
(28,42,59)
#16212D
(22,33,45)
#10181F
(16,24,31)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #46699D

#46699D
(70,105,157)
#5676A5
(86,118,165)
#6683AD
(102,131,173)
#7690B5
(118,144,181)
#869DBD
(134,157,189)
#96AAC5
(150,170,197)
#A6B7CD
(166,183,205)
#B6C4D5
(182,196,213)
#C6D1DD
(198,209,221)
#D6DEE5
(214,222,229)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46699D color. Also use rgb(70,105,157) instead hex code.

Text Font Color

.myTextColor { color: #46699D; }

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

This text font color is #46699D.


Background Color

.myBgColor { background-color: #46699D; }

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

This div background color is #46699D.


Border color

.myBorderColor { border: 1px solid #46699D; }

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

This div border color is #46699D.


Opacity

.myOpacity80 { color: #46699D; opacity: 0.8; }

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

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

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

This text has shadow with #46699D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46699D on black background.


Color preview on white background

This text has color #46699D on white background.



Black color preview on #46699D background

This text has black color on #46699D background.


White color preview on #46699D background

This text has white color on #46699D background.