COLOR #46698D

HEX: #46698D
RGB: (70,105,141)

Color info

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

RGB color model

#46698D color RGB value is (70,105,141).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 141 of 255 = 55%

70
105
141

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

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 141 = 316 (100%)
R 70 of 316 ~ 22.15%
G 105 of 316 ~ 33.23%
B 141 of 316 ~ 44.62%

%22.15
%33.23
%44.62

CMYK color model

#46698D color CMYK value is (50,26,0,45).

  • cyan value is 50.35%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(50,26,0,45)
C50M26Y0K45 
(50%,26%,0%,45%)
(0.50/0.26/0.00/0.45)	

CMYK percentages

%50.35
%25.53
%0
%44.71

Codes

Color #46698D in popluar color models

46698D
RGB70105141
HSL210°33.65%41.37%
HSB/HSV210°50.35%55.29%
CMYK50.35%25.53%0.00%
44.71%

Color #46698D in popluar number systems.

HEX46698D
Decimal70105141
Binary1000110110100110001101
Octal106151215

Shades and tints

Shades of #46698D

#46698D
(70,105,141)
#406081
(64,96,129)
#3A5775
(58,87,117)
#344E69
(52,78,105)
#2E455D
(46,69,93)
#283C51
(40,60,81)
#223345
(34,51,69)
#1C2A39
(28,42,57)
#16212D
(22,33,45)
#101821
(16,24,33)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #46698D

#46698D
(70,105,141)
#567697
(86,118,151)
#6683A1
(102,131,161)
#7690AB
(118,144,171)
#869DB5
(134,157,181)
#96AABF
(150,170,191)
#A6B7C9
(166,183,201)
#B6C4D3
(182,196,211)
#C6D1DD
(198,209,221)
#D6DEE7
(214,222,231)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46698D; }

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

This text font color is #46698D.


Background Color

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

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

This div background color is #46698D.


Border color

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

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

This div border color is #46698D.


Opacity

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

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

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

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

This text has shadow with #46698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46698D on black background.


Color preview on white background

This text has color #46698D on white background.



Black color preview on #46698D background

This text has black color on #46698D background.


White color preview on #46698D background

This text has white color on #46698D background.