COLOR #463E8B

HEX: #463E8B
RGB: (70,62,139)

Color info

#463E8B contains mainly blue color. Web safe color of #463E8B is #333399 (or #339).

RGB color model

#463E8B color RGB value is (70,62,139).

  • red value is 70;
  • green value is 62;
  • blue value is 139.
RGB:
(70,62,139)
(27%,24%,55%)

RGB channels and saturation

R 70 of 255 = 27%
G 62 of 255 = 24%
B 139 of 255 = 55%

70
62
139

R + G + B ~ 35%. #463E8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 62 + 139 = 271 (100%)
R 70 of 271 ~ 25.83%
G 62 of 271 ~ 22.88%
B 139 of 271 ~ 51.29%

%25.83
%22.88
%51.29

CMYK color model

#463E8B color CMYK value is (50,55,0,45).

  • cyan value is 49.64%
  • magenta value is 55.40%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(50,55,0,45)
C50M55Y0K45 
(50%,55%,0%,45%)
(0.50/0.55/0.00/0.45)	

CMYK percentages

%49.64
%55.4
%0
%45.49

Codes

Color #463E8B in popluar color models

463E8B
RGB7062139
HSL246°38.31%39.41%
HSB/HSV246°55.40%54.51%
CMYK49.64%55.40%0.00%
45.49%

Color #463E8B in popluar number systems.

HEX463E8B
Decimal7062139
Binary100011011111010001011
Octal10676213

Shades and tints

Shades of #463E8B

#463E8B
(70,62,139)
#40397F
(64,57,127)
#3A3473
(58,52,115)
#342F67
(52,47,103)
#2E2A5B
(46,42,91)
#28254F
(40,37,79)
#222043
(34,32,67)
#1C1B37
(28,27,55)
#16162B
(22,22,43)
#10111F
(16,17,31)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #463E8B

#463E8B
(70,62,139)
#564F95
(86,79,149)
#66609F
(102,96,159)
#7671A9
(118,113,169)
#8682B3
(134,130,179)
#9693BD
(150,147,189)
#A6A4C7
(166,164,199)
#B6B5D1
(182,181,209)
#C6C6DB
(198,198,219)
#D6D7E5
(214,215,229)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463E8B color. Also use rgb(70,62,139) instead hex code.

Text Font Color

.myTextColor { color: #463E8B; }

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

This text font color is #463E8B.


Background Color

.myBgColor { background-color: #463E8B; }

<div style="background-color:#463E8B">Inner text</div>

This div background color is #463E8B.


Border color

.myBorderColor { border: 1px solid #463E8B; }

<div style="border:3px solid #463E8B">Div</div>

This div border color is #463E8B.


Opacity

.myOpacity80 { color: #463E8B; opacity: 0.8; }

<p style="color:#463E8B;opacity:0.8;">80%</p>

Text with #463E8B 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 #463E8B;}

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

This text has shadow with #463E8B color.

.textShadow {text-shadow: 3px 3px 1px #463E8B, 3px 3px 1px red;}

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

This text has shadow with #463E8B primary color and red secondary color.


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

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

This text has shadow with #463E8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E8B on black background.


Color preview on white background

This text has color #463E8B on white background.



Black color preview on #463E8B background

This text has black color on #463E8B background.


White color preview on #463E8B background

This text has white color on #463E8B background.