COLOR #46446E

HEX: #46446E
RGB: (70,68,110)

Color info

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

RGB color model

#46446E color RGB value is (70,68,110).

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

RGB channels and saturation

R 70 of 255 = 27%
G 68 of 255 = 27%
B 110 of 255 = 43%

70
68
110

R + G + B ~ 32%. #46446E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 68 + 110 = 248 (100%)
R 70 of 248 ~ 28.23%
G 68 of 248 ~ 27.42%
B 110 of 248 ~ 44.35%

%28.23
%27.42
%44.35

CMYK color model

#46446E color CMYK value is (36,38,0,57).

  • cyan value is 36.36%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(36,38,0,57)
C36M38Y0K57 
(36%,38%,0%,57%)
(0.36/0.38/0.00/0.57)	

CMYK percentages

%36.36
%38.18
%0
%56.86

Codes

Color #46446E in popluar color models

46446E
RGB7068110
HSL243°23.60%34.90%
HSB/HSV243°38.18%43.14%
CMYK36.36%38.18%0.00%
56.86%

Color #46446E in popluar number systems.

HEX46446E
Decimal7068110
Binary100011010001001101110
Octal106104156

Shades and tints

Shades of #46446E

#46446E
(70,68,110)
#403E64
(64,62,100)
#3A385A
(58,56,90)
#343250
(52,50,80)
#2E2C46
(46,44,70)
#28263C
(40,38,60)
#222032
(34,32,50)
#1C1A28
(28,26,40)
#16141E
(22,20,30)
#100E14
(16,14,20)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #46446E

#46446E
(70,68,110)
#56557B
(86,85,123)
#666688
(102,102,136)
#767795
(118,119,149)
#8688A2
(134,136,162)
#9699AF
(150,153,175)
#A6AABC
(166,170,188)
#B6BBC9
(182,187,201)
#C6CCD6
(198,204,214)
#D6DDE3
(214,221,227)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46446E; }

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

This text font color is #46446E.


Background Color

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

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

This div background color is #46446E.


Border color

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

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

This div border color is #46446E.


Opacity

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

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

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

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

This text has shadow with #46446E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46446E on black background.


Color preview on white background

This text has color #46446E on white background.



Black color preview on #46446E background

This text has black color on #46446E background.


White color preview on #46446E background

This text has white color on #46446E background.