COLOR #46297F

HEX: #46297F
RGB: (70,41,127)

Color info

#46297F contains mainly red and blue colors. Web safe color of #46297F is #333366 (or #336).

RGB color model

#46297F color RGB value is (70,41,127).

  • red value is 70;
  • green value is 41;
  • blue value is 127.
RGB:
(70,41,127)
(27%,16%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 41 of 255 = 16%
B 127 of 255 = 50%

70
41
127

R + G + B ~ 31%. #46297F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 41 + 127 = 238 (100%)
R 70 of 238 ~ 29.41%
G 41 of 238 ~ 17.23%
B 127 of 238 ~ 53.36%

%29.41
%17.23
%53.36

CMYK color model

#46297F color CMYK value is (45,68,0,50).

  • cyan value is 44.88%
  • magenta value is 67.72%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(45,68,0,50)
C45M68Y0K50 
(45%,68%,0%,50%)
(0.45/0.68/0.00/0.50)	

CMYK percentages

%44.88
%67.72
%0
%50.2

Codes

Color #46297F in popluar color models

46297F
RGB7041127
HSL260°51.19%32.94%
HSB/HSV260°67.72%49.80%
CMYK44.88%67.72%0.00%
50.20%

Color #46297F in popluar number systems.

HEX46297F
Decimal7041127
Binary10001101010011111111
Octal10651177

Shades and tints

Shades of #46297F

#46297F
(70,41,127)
#402674
(64,38,116)
#3A2369
(58,35,105)
#34205E
(52,32,94)
#2E1D53
(46,29,83)
#281A48
(40,26,72)
#22173D
(34,23,61)
#1C1432
(28,20,50)
#161127
(22,17,39)
#100E1C
(16,14,28)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #46297F

#46297F
(70,41,127)
#563C8A
(86,60,138)
#664F95
(102,79,149)
#7662A0
(118,98,160)
#8675AB
(134,117,171)
#9688B6
(150,136,182)
#A69BC1
(166,155,193)
#B6AECC
(182,174,204)
#C6C1D7
(198,193,215)
#D6D4E2
(214,212,226)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46297F color. Also use rgb(70,41,127) instead hex code.

Text Font Color

.myTextColor { color: #46297F; }

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

This text font color is #46297F.


Background Color

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

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

This div background color is #46297F.


Border color

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

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

This div border color is #46297F.


Opacity

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

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

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

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

This text has shadow with #46297F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46297F on black background.


Color preview on white background

This text has color #46297F on white background.



Black color preview on #46297F background

This text has black color on #46297F background.


White color preview on #46297F background

This text has white color on #46297F background.