COLOR #464891

HEX: #464891
RGB: (70,72,145)

Color info

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

RGB color model

#464891 color RGB value is (70,72,145).

  • red value is 70;
  • green value is 72;
  • blue value is 145.
RGB:
(70,72,145)
(27%,28%,57%)

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 145 of 255 = 57%

70
72
145

R + G + B ~ 37%. #464891 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 145 = 287 (100%)
R 70 of 287 ~ 24.39%
G 72 of 287 ~ 25.09%
B 145 of 287 ~ 50.52%

%24.39
%25.09
%50.52

CMYK color model

#464891 color CMYK value is (52,50,0,43).

  • cyan value is 51.72%
  • magenta value is 50.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(52,50,0,43)
C52M50Y0K43 
(52%,50%,0%,43%)
(0.52/0.50/0.00/0.43)	

CMYK percentages

%51.72
%50.34
%0
%43.14

Codes

Color #464891 in popluar color models

464891
RGB7072145
HSL238°34.88%42.16%
HSB/HSV238°51.72%56.86%
CMYK51.72%50.34%0.00%
43.14%

Color #464891 in popluar number systems.

HEX464891
Decimal7072145
Binary1000110100100010010001
Octal106110221

Shades and tints

Shades of #464891

#464891
(70,72,145)
#404284
(64,66,132)
#3A3C77
(58,60,119)
#34366A
(52,54,106)
#2E305D
(46,48,93)
#282A50
(40,42,80)
#222443
(34,36,67)
#1C1E36
(28,30,54)
#161829
(22,24,41)
#10121C
(16,18,28)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #464891

#464891
(70,72,145)
#56589B
(86,88,155)
#6668A5
(102,104,165)
#7678AF
(118,120,175)
#8688B9
(134,136,185)
#9698C3
(150,152,195)
#A6A8CD
(166,168,205)
#B6B8D7
(182,184,215)
#C6C8E1
(198,200,225)
#D6D8EB
(214,216,235)
#E6E8F5
(230,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464891 color. Also use rgb(70,72,145) instead hex code.

Text Font Color

.myTextColor { color: #464891; }

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

This text font color is #464891.


Background Color

.myBgColor { background-color: #464891; }

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

This div background color is #464891.


Border color

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

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

This div border color is #464891.


Opacity

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

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

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

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

This text has shadow with #464891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464891 on black background.


Color preview on white background

This text has color #464891 on white background.



Black color preview on #464891 background

This text has black color on #464891 background.


White color preview on #464891 background

This text has white color on #464891 background.