COLOR #464DA0

HEX: #464DA0 RGB: (70,77,160)

Color info

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

RGB color model

#464DA0 color RGB value is (70,77,160).

RGB: (70,77,160) (27%, 30%, 63%)

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 160 of 255 = 63%

70
77
160

R + G + B ~ 40%. #464DA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 77 + 160 = 307 (100%)
R 70 of 307 ~ 22.8%
G 77 of 307 ~ 25.08%
B 160 of 307 ~ 52.12'%

%22.8
%25.08
%52.12

CMYK color model

#464DA0 color CMYK value is (56,52,0,37).

  • cyan value is 56.25%
  • magenta value is 51.88%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (56,52,0,37)
C56M52Y0K37 (56%, 52%, 0%, 37%)
(0.56 / 0.52 / 0.00 / 0.37)

CMYK percentages

%56.25
%51.88
%0
%37.25

Codes

Color #464DA0 in popluar color models

46 4D A0
RGB 70 77 160
HSL 235° 39.13% 45.10%
HSB/HSV 235° 56.25% 62.75%
CMYK 56.25% 51.88% 0.00%
37.25%

Color #464DA0 in popluar number systems.

HEX 46 4D A0
Decimal 70 77 160
Binary 1000110 1001101 10100000
Octal 106 115 240

Shades and tints

Shades of #464DA0

#464DA0
(70,77,160)
#404692
(64,70,146)
#3A3F84
(58,63,132)
#343876
(52,56,118)
#2E3168
(46,49,104)
#282A5A
(40,42,90)
#22234C
(34,35,76)
#1C1C3E
(28,28,62)
#161530
(22,21,48)
#100E22
(16,14,34)
#0A0714
(10,7,20)
#000000
(0,0,0)

Tints of #464DA0

#464DA0
(70,77,160)
#565DA8
(86,93,168)
#666DB0
(102,109,176)
#767DB8
(118,125,184)
#868DC0
(134,141,192)
#969DC8
(150,157,200)
#A6ADD0
(166,173,208)
#B6BDD8
(182,189,216)
#C6CDE0
(198,205,224)
#D6DDE8
(214,221,232)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464DA0; }

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

This text font color is #464DA0.

Background Color

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

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

This div background color is #464DA0.

Border color

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

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

This div border color is #464DA0.

Opacity

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

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

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

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

This text has shadow with #464DA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464DA0.

Preview

Color preview on black background

This text has color #464DA0 on black background.


Color preview on white background

This text has color #464DA0 on white background.


Black color preview on #464DA0 background

This text has black color on #464DA0 background.


White color preview on #464DA0 background

This text has white color on #464DA0 background.


Related colors

Complementary color

Complementary color for #hex is #B9B25F.


I love getcolorcode.com

Triadic colors

1 #A0464D and #4DA046 with #464DA0 are triadic colors.

2 #A04D46 and #4D46A0 with #464DA0 are triadic colors.