COLOR #464D90

HEX: #464D90 RGB: (70,77,144)

Color info

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

RGB color model

#464D90 color RGB value is (70,77,144).

RGB: (70,77,144) (27%, 30%, 56%)

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 144 of 255 = 56%

70
77
144

R + G + B ~ 38%. #464D90 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 77 + 144 = 291 (100%)
R 70 of 291 ~ 24.05%
G 77 of 291 ~ 26.46%
B 144 of 291 ~ 49.48'%

%24.05
%26.46
%49.48

CMYK color model

#464D90 color CMYK value is (51,47,0,44).

  • cyan value is 51.39%
  • magenta value is 46.53%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (51,47,0,44)
C51M47Y0K44 (51%, 47%, 0%, 44%)
(0.51 / 0.47 / 0.00 / 0.44)

CMYK percentages

%51.39
%46.53
%0
%43.53

Codes

Color #464D90 in popluar color models

46 4D 90
RGB 70 77 144
HSL 234° 34.58% 41.96%
HSB/HSV 234° 51.39% 56.47%
CMYK 51.39% 46.53% 0.00%
43.53%

Color #464D90 in popluar number systems.

HEX 46 4D 90
Decimal 70 77 144
Binary 1000110 1001101 10010000
Octal 106 115 220

Shades and tints

Shades of #464D90

#464D90
(70,77,144)
#404683
(64,70,131)
#3A3F76
(58,63,118)
#343869
(52,56,105)
#2E315C
(46,49,92)
#282A4F
(40,42,79)
#222342
(34,35,66)
#1C1C35
(28,28,53)
#161528
(22,21,40)
#100E1B
(16,14,27)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #464D90

#464D90
(70,77,144)
#565D9A
(86,93,154)
#666DA4
(102,109,164)
#767DAE
(118,125,174)
#868DB8
(134,141,184)
#969DC2
(150,157,194)
#A6ADCC
(166,173,204)
#B6BDD6
(182,189,214)
#C6CDE0
(198,205,224)
#D6DDEA
(214,221,234)
#E6EDF4
(230,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464D90 color. Also use rgb(70,77,144) instead hex code.

Text Font Color

.myTextColor { color: #464D90; }

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

This text font color is #464D90.

Background Color

.myBgColor { background-color: #464D90; }

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

This div background color is #464D90.

Border color

.myBorderColor { border: 1px solid #464D90; }

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

This div border color is #464D90.

Opacity

.myOpacity80 { color: #464D90; opacity: 0.8; }

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

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

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

This text has shadow with #464D90 color.


.textShadow {text-shadow: 3px 3px 1px #464D90', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #464D90; -webkit-box-shadow: 1px 1px 3px 2px #464D90; box-shadow:1px 1px 3px 2px #464D90;">
Div content here
</div>

This div box has shadow with color #464D90.

Preview

Color preview on black background

This text has color #464D90 on black background.


Color preview on white background

This text has color #464D90 on white background.


Black color preview on #464D90 background

This text has black color on #464D90 background.


White color preview on #464D90 background

This text has white color on #464D90 background.


Related colors

Complementary color

Complementary color for #hex is #B9B26F.


I love getcolorcode.com

Triadic colors

1 #90464D and #4D9046 with #464D90 are triadic colors.

2 #904D46 and #4D4690 with #464D90 are triadic colors.