COLOR #46398A

HEX: #46398A
RGB: (70,57,138)

Color info

#46398A contains mainly blue color. Web safe color of #46398A is #333399 (or #339).

RGB color model

#46398A color RGB value is (70,57,138).

  • red value is 70;
  • green value is 57;
  • blue value is 138.
RGB:
(70,57,138)
(27%,22%,54%)

RGB channels and saturation

R 70 of 255 = 27%
G 57 of 255 = 22%
B 138 of 255 = 54%

70
57
138

R + G + B ~ 34%. #46398A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 138 = 265 (100%)
R 70 of 265 ~ 26.42%
G 57 of 265 ~ 21.51%
B 138 of 265 ~ 52.08%

%26.42
%21.51
%52.08

CMYK color model

#46398A color CMYK value is (49,59,0,46).

  • cyan value is 49.28%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(49,59,0,46)
C49M59Y0K46 
(49%,59%,0%,46%)
(0.49/0.59/0.00/0.46)	

CMYK percentages

%49.28
%58.7
%0
%45.88

Codes

Color #46398A in popluar color models

46398A
RGB7057138
HSL250°41.54%38.24%
HSB/HSV250°58.70%54.12%
CMYK49.28%58.70%0.00%
45.88%

Color #46398A in popluar number systems.

HEX46398A
Decimal7057138
Binary100011011100110001010
Octal10671212

Shades and tints

Shades of #46398A

#46398A
(70,57,138)
#40347E
(64,52,126)
#3A2F72
(58,47,114)
#342A66
(52,42,102)
#2E255A
(46,37,90)
#28204E
(40,32,78)
#221B42
(34,27,66)
#1C1636
(28,22,54)
#16112A
(22,17,42)
#100C1E
(16,12,30)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #46398A

#46398A
(70,57,138)
#564B94
(86,75,148)
#665D9E
(102,93,158)
#766FA8
(118,111,168)
#8681B2
(134,129,178)
#9693BC
(150,147,188)
#A6A5C6
(166,165,198)
#B6B7D0
(182,183,208)
#C6C9DA
(198,201,218)
#D6DBE4
(214,219,228)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46398A color. Also use rgb(70,57,138) instead hex code.

Text Font Color

.myTextColor { color: #46398A; }

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

This text font color is #46398A.


Background Color

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

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

This div background color is #46398A.


Border color

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

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

This div border color is #46398A.


Opacity

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

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

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

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

This text has shadow with #46398A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46398A on black background.


Color preview on white background

This text has color #46398A on white background.



Black color preview on #46398A background

This text has black color on #46398A background.


White color preview on #46398A background

This text has white color on #46398A background.