COLOR #463E70

HEX: #463E70
RGB: (70,62,112)

Color info

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

RGB color model

#463E70 color RGB value is (70,62,112).

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

RGB channels and saturation

R 70 of 255 = 27%
G 62 of 255 = 24%
B 112 of 255 = 44%

70
62
112

R + G + B ~ 32%. #463E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 62 + 112 = 244 (100%)
R 70 of 244 ~ 28.69%
G 62 of 244 ~ 25.41%
B 112 of 244 ~ 45.9%

%28.69
%25.41
%45.9

CMYK color model

#463E70 color CMYK value is (38,45,0,56).

  • cyan value is 37.50%
  • magenta value is 44.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(38,45,0,56)
C38M45Y0K56 
(38%,45%,0%,56%)
(0.38/0.45/0.00/0.56)	

CMYK percentages

%37.5
%44.64
%0
%56.08

Codes

Color #463E70 in popluar color models

463E70
RGB7062112
HSL250°28.74%34.12%
HSB/HSV250°44.64%43.92%
CMYK37.50%44.64%0.00%
56.08%

Color #463E70 in popluar number systems.

HEX463E70
Decimal7062112
Binary10001101111101110000
Octal10676160

Shades and tints

Shades of #463E70

#463E70
(70,62,112)
#403966
(64,57,102)
#3A345C
(58,52,92)
#342F52
(52,47,82)
#2E2A48
(46,42,72)
#28253E
(40,37,62)
#222034
(34,32,52)
#1C1B2A
(28,27,42)
#161620
(22,22,32)
#101116
(16,17,22)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #463E70

#463E70
(70,62,112)
#564F7D
(86,79,125)
#66608A
(102,96,138)
#767197
(118,113,151)
#8682A4
(134,130,164)
#9693B1
(150,147,177)
#A6A4BE
(166,164,190)
#B6B5CB
(182,181,203)
#C6C6D8
(198,198,216)
#D6D7E5
(214,215,229)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463E70; }

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

This text font color is #463E70.


Background Color

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

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

This div background color is #463E70.


Border color

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

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

This div border color is #463E70.


Opacity

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

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

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

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

This text has shadow with #463E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E70 on black background.


Color preview on white background

This text has color #463E70 on white background.



Black color preview on #463E70 background

This text has black color on #463E70 background.


White color preview on #463E70 background

This text has white color on #463E70 background.