COLOR #464970

HEX: #464970
RGB: (70,73,112)

Color info

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

RGB color model

#464970 color RGB value is (70,73,112).

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

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 112 of 255 = 44%

70
73
112

R + G + B ~ 33%. #464970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 112 = 255 (100%)
R 70 of 255 ~ 27.45%
G 73 of 255 ~ 28.63%
B 112 of 255 ~ 43.92%

%27.45
%28.63
%43.92

CMYK color model

#464970 color CMYK value is (38,35,0,56).

  • cyan value is 37.50%
  • magenta value is 34.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(38,35,0,56)
C38M35Y0K56 
(38%,35%,0%,56%)
(0.38/0.35/0.00/0.56)	

CMYK percentages

%37.5
%34.82
%0
%56.08

Codes

Color #464970 in popluar color models

464970
RGB7073112
HSL236°23.08%35.69%
HSB/HSV236°37.50%43.92%
CMYK37.50%34.82%0.00%
56.08%

Color #464970 in popluar number systems.

HEX464970
Decimal7073112
Binary100011010010011110000
Octal106111160

Shades and tints

Shades of #464970

#464970
(70,73,112)
#404366
(64,67,102)
#3A3D5C
(58,61,92)
#343752
(52,55,82)
#2E3148
(46,49,72)
#282B3E
(40,43,62)
#222534
(34,37,52)
#1C1F2A
(28,31,42)
#161920
(22,25,32)
#101316
(16,19,22)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #464970

#464970
(70,73,112)
#56597D
(86,89,125)
#66698A
(102,105,138)
#767997
(118,121,151)
#8689A4
(134,137,164)
#9699B1
(150,153,177)
#A6A9BE
(166,169,190)
#B6B9CB
(182,185,203)
#C6C9D8
(198,201,216)
#D6D9E5
(214,217,229)
#E6E9F2
(230,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464970; }

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

This text font color is #464970.


Background Color

.myBgColor { background-color: #464970; }

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

This div background color is #464970.


Border color

.myBorderColor { border: 1px solid #464970; }

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

This div border color is #464970.


Opacity

.myOpacity80 { color: #464970; opacity: 0.8; }

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

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

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

This text has shadow with #464970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464970 on black background.


Color preview on white background

This text has color #464970 on white background.



Black color preview on #464970 background

This text has black color on #464970 background.


White color preview on #464970 background

This text has white color on #464970 background.