COLOR #46337A

HEX: #46337A
RGB: (70,51,122)

Color info

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

RGB color model

#46337A color RGB value is (70,51,122).

  • red value is 70;
  • green value is 51;
  • blue value is 122.
RGB:
(70,51,122)
(27%,20%,48%)

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 122 of 255 = 48%

70
51
122

R + G + B ~ 32%. #46337A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 122 = 243 (100%)
R 70 of 243 ~ 28.81%
G 51 of 243 ~ 20.99%
B 122 of 243 ~ 50.21%

%28.81
%20.99
%50.21

CMYK color model

#46337A color CMYK value is (43,58,0,52).

  • cyan value is 42.62%
  • magenta value is 58.20%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(43,58,0,52)
C43M58Y0K52 
(43%,58%,0%,52%)
(0.43/0.58/0.00/0.52)	

CMYK percentages

%42.62
%58.2
%0
%52.16

Codes

Color #46337A in popluar color models

46337A
RGB7051122
HSL256°41.04%33.92%
HSB/HSV256°58.20%47.84%
CMYK42.62%58.20%0.00%
52.16%

Color #46337A in popluar number systems.

HEX46337A
Decimal7051122
Binary10001101100111111010
Octal10663172

Shades and tints

Shades of #46337A

#46337A
(70,51,122)
#402F6F
(64,47,111)
#3A2B64
(58,43,100)
#342759
(52,39,89)
#2E234E
(46,35,78)
#281F43
(40,31,67)
#221B38
(34,27,56)
#1C172D
(28,23,45)
#161322
(22,19,34)
#100F17
(16,15,23)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #46337A

#46337A
(70,51,122)
#564586
(86,69,134)
#665792
(102,87,146)
#76699E
(118,105,158)
#867BAA
(134,123,170)
#968DB6
(150,141,182)
#A69FC2
(166,159,194)
#B6B1CE
(182,177,206)
#C6C3DA
(198,195,218)
#D6D5E6
(214,213,230)
#E6E7F2
(230,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46337A color. Also use rgb(70,51,122) instead hex code.

Text Font Color

.myTextColor { color: #46337A; }

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

This text font color is #46337A.


Background Color

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

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

This div background color is #46337A.


Border color

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

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

This div border color is #46337A.


Opacity

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

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

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

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

This text has shadow with #46337A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46337A on black background.


Color preview on white background

This text has color #46337A on white background.



Black color preview on #46337A background

This text has black color on #46337A background.


White color preview on #46337A background

This text has white color on #46337A background.