COLOR #464070

HEX: #464070
RGB: (70,64,112)

Color info

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

RGB color model

#464070 color RGB value is (70,64,112).

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

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 112 of 255 = 44%

70
64
112

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

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 112 = 246 (100%)
R 70 of 246 ~ 28.46%
G 64 of 246 ~ 26.02%
B 112 of 246 ~ 45.53%

%28.46
%26.02
%45.53

CMYK color model

#464070 color CMYK value is (38,43,0,56).

  • cyan value is 37.50%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(38,43,0,56)
C38M43Y0K56 
(38%,43%,0%,56%)
(0.38/0.43/0.00/0.56)	

CMYK percentages

%37.5
%42.86
%0
%56.08

Codes

Color #464070 in popluar color models

464070
RGB7064112
HSL248°27.27%34.51%
HSB/HSV248°42.86%43.92%
CMYK37.50%42.86%0.00%
56.08%

Color #464070 in popluar number systems.

HEX464070
Decimal7064112
Binary100011010000001110000
Octal106100160

Shades and tints

Shades of #464070

#464070
(70,64,112)
#403B66
(64,59,102)
#3A365C
(58,54,92)
#343152
(52,49,82)
#2E2C48
(46,44,72)
#28273E
(40,39,62)
#222234
(34,34,52)
#1C1D2A
(28,29,42)
#161820
(22,24,32)
#101316
(16,19,22)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #464070

#464070
(70,64,112)
#56517D
(86,81,125)
#66628A
(102,98,138)
#767397
(118,115,151)
#8684A4
(134,132,164)
#9695B1
(150,149,177)
#A6A6BE
(166,166,190)
#B6B7CB
(182,183,203)
#C6C8D8
(198,200,216)
#D6D9E5
(214,217,229)
#E6EAF2
(230,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464070; }

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

This text font color is #464070.


Background Color

.myBgColor { background-color: #464070; }

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

This div background color is #464070.


Border color

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

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

This div border color is #464070.


Opacity

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

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

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

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

This text has shadow with #464070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464070 on black background.


Color preview on white background

This text has color #464070 on white background.



Black color preview on #464070 background

This text has black color on #464070 background.


White color preview on #464070 background

This text has white color on #464070 background.