COLOR #46446F

HEX: #46446F
RGB: (70,68,111)

Color info

#46446F contains red, green and blue colors in about the same proportion. Web safe color of #46446F is #333366 (or #336).

RGB color model

#46446F color RGB value is (70,68,111).

  • red value is 70;
  • green value is 68;
  • blue value is 111.
RGB:
(70,68,111)
(27%,27%,44%)

RGB channels and saturation

R 70 of 255 = 27%
G 68 of 255 = 27%
B 111 of 255 = 44%

70
68
111

R + G + B ~ 33%. #46446F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 68 + 111 = 249 (100%)
R 70 of 249 ~ 28.11%
G 68 of 249 ~ 27.31%
B 111 of 249 ~ 44.58%

%28.11
%27.31
%44.58

CMYK color model

#46446F color CMYK value is (37,39,0,56).

  • cyan value is 36.94%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(37,39,0,56)
C37M39Y0K56 
(37%,39%,0%,56%)
(0.37/0.39/0.00/0.56)	

CMYK percentages

%36.94
%38.74
%0
%56.47

Codes

Color #46446F in popluar color models

46446F
RGB7068111
HSL243°24.02%35.10%
HSB/HSV243°38.74%43.53%
CMYK36.94%38.74%0.00%
56.47%

Color #46446F in popluar number systems.

HEX46446F
Decimal7068111
Binary100011010001001101111
Octal106104157

Shades and tints

Shades of #46446F

#46446F
(70,68,111)
#403E65
(64,62,101)
#3A385B
(58,56,91)
#343251
(52,50,81)
#2E2C47
(46,44,71)
#28263D
(40,38,61)
#222033
(34,32,51)
#1C1A29
(28,26,41)
#16141F
(22,20,31)
#100E15
(16,14,21)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #46446F

#46446F
(70,68,111)
#56557C
(86,85,124)
#666689
(102,102,137)
#767796
(118,119,150)
#8688A3
(134,136,163)
#9699B0
(150,153,176)
#A6AABD
(166,170,189)
#B6BBCA
(182,187,202)
#C6CCD7
(198,204,215)
#D6DDE4
(214,221,228)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46446F color. Also use rgb(70,68,111) instead hex code.

Text Font Color

.myTextColor { color: #46446F; }

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

This text font color is #46446F.


Background Color

.myBgColor { background-color: #46446F; }

<div style="background-color:#46446F">Inner text</div>

This div background color is #46446F.


Border color

.myBorderColor { border: 1px solid #46446F; }

<div style="border:3px solid #46446F">Div</div>

This div border color is #46446F.


Opacity

.myOpacity80 { color: #46446F; opacity: 0.8; }

<p style="color:#46446F;opacity:0.8;">80%</p>

Text with #46446F 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 #46446F;}

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

This text has shadow with #46446F color.

.textShadow {text-shadow: 3px 3px 1px #46446F, 3px 3px 1px red;}

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

This text has shadow with #46446F primary color and red secondary color.


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

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

This text has shadow with #46446F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46446F on black background.


Color preview on white background

This text has color #46446F on white background.



Black color preview on #46446F background

This text has black color on #46446F background.


White color preview on #46446F background

This text has white color on #46446F background.