COLOR #46697D

HEX: #46697D
RGB: (70,105,125)

Color info

#46697D contains red, green and blue colors in about the same proportion. Web safe color of #46697D is #336666 (or #366).

RGB color model

#46697D color RGB value is (70,105,125).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 125 of 255 = 49%

70
105
125

R + G + B ~ 39%. #46697D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 125 = 300 (100%)
R 70 of 300 ~ 23.33%
G 105 of 300 ~ 35%
B 125 of 300 ~ 41.67%

%23.33
%35
%41.67

CMYK color model

#46697D color CMYK value is (44,16,0,51).

  • cyan value is 44.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(44,16,0,51)
C44M16Y0K51 
(44%,16%,0%,51%)
(0.44/0.16/0.00/0.51)	

CMYK percentages

%44
%16
%0
%50.98

Codes

Color #46697D in popluar color models

46697D
RGB70105125
HSL202°28.21%38.24%
HSB/HSV202°44.00%49.02%
CMYK44.00%16.00%0.00%
50.98%

Color #46697D in popluar number systems.

HEX46697D
Decimal70105125
Binary100011011010011111101
Octal106151175

Shades and tints

Shades of #46697D

#46697D
(70,105,125)
#406072
(64,96,114)
#3A5767
(58,87,103)
#344E5C
(52,78,92)
#2E4551
(46,69,81)
#283C46
(40,60,70)
#22333B
(34,51,59)
#1C2A30
(28,42,48)
#162125
(22,33,37)
#10181A
(16,24,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #46697D

#46697D
(70,105,125)
#567688
(86,118,136)
#668393
(102,131,147)
#76909E
(118,144,158)
#869DA9
(134,157,169)
#96AAB4
(150,170,180)
#A6B7BF
(166,183,191)
#B6C4CA
(182,196,202)
#C6D1D5
(198,209,213)
#D6DEE0
(214,222,224)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46697D; }

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

This text font color is #46697D.


Background Color

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

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

This div background color is #46697D.


Border color

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

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

This div border color is #46697D.


Opacity

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

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

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

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

This text has shadow with #46697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46697D on black background.


Color preview on white background

This text has color #46697D on white background.



Black color preview on #46697D background

This text has black color on #46697D background.


White color preview on #46697D background

This text has white color on #46697D background.