COLOR #46698A

HEX: #46698A
RGB: (70,105,138)

Color info

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

RGB color model

#46698A color RGB value is (70,105,138).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 138 of 255 = 54%

70
105
138

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

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 138 = 313 (100%)
R 70 of 313 ~ 22.36%
G 105 of 313 ~ 33.55%
B 138 of 313 ~ 44.09%

%22.36
%33.55
%44.09

CMYK color model

#46698A color CMYK value is (49,24,0,46).

  • cyan value is 49.28%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(49,24,0,46)
C49M24Y0K46 
(49%,24%,0%,46%)
(0.49/0.24/0.00/0.46)	

CMYK percentages

%49.28
%23.91
%0
%45.88

Codes

Color #46698A in popluar color models

46698A
RGB70105138
HSL209°32.69%40.78%
HSB/HSV209°49.28%54.12%
CMYK49.28%23.91%0.00%
45.88%

Color #46698A in popluar number systems.

HEX46698A
Decimal70105138
Binary1000110110100110001010
Octal106151212

Shades and tints

Shades of #46698A

#46698A
(70,105,138)
#40607E
(64,96,126)
#3A5772
(58,87,114)
#344E66
(52,78,102)
#2E455A
(46,69,90)
#283C4E
(40,60,78)
#223342
(34,51,66)
#1C2A36
(28,42,54)
#16212A
(22,33,42)
#10181E
(16,24,30)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #46698A

#46698A
(70,105,138)
#567694
(86,118,148)
#66839E
(102,131,158)
#7690A8
(118,144,168)
#869DB2
(134,157,178)
#96AABC
(150,170,188)
#A6B7C6
(166,183,198)
#B6C4D0
(182,196,208)
#C6D1DA
(198,209,218)
#D6DEE4
(214,222,228)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46698A; }

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

This text font color is #46698A.


Background Color

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

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

This div background color is #46698A.


Border color

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

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

This div border color is #46698A.


Opacity

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

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

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

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

This text has shadow with #46698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46698A on black background.


Color preview on white background

This text has color #46698A on white background.



Black color preview on #46698A background

This text has black color on #46698A background.


White color preview on #46698A background

This text has white color on #46698A background.