COLOR #464DA4

HEX: #464DA4
RGB: (70,77,164)

Color info

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

RGB color model

#464DA4 color RGB value is (70,77,164).

  • red value is 70;
  • green value is 77;
  • blue value is 164.
RGB:
(70,77,164)
(27%,30%,64%)

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 164 of 255 = 64%

70
77
164

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

Portions of RGB colors in percentages

R + G + B =
70 + 77 + 164 = 311 (100%)
R 70 of 311 ~ 22.51%
G 77 of 311 ~ 24.76%
B 164 of 311 ~ 52.73%

%22.51
%24.76
%52.73

CMYK color model

#464DA4 color CMYK value is (57,53,0,36).

  • cyan value is 57.32%
  • magenta value is 53.05%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(57,53,0,36)
C57M53Y0K36 
(57%,53%,0%,36%)
(0.57/0.53/0.00/0.36)	

CMYK percentages

%57.32
%53.05
%0
%35.69

Codes

Color #464DA4 in popluar color models

464DA4
RGB7077164
HSL236°40.17%45.88%
HSB/HSV236°57.32%64.31%
CMYK57.32%53.05%0.00%
35.69%

Color #464DA4 in popluar number systems.

HEX464DA4
Decimal7077164
Binary1000110100110110100100
Octal106115244

Shades and tints

Shades of #464DA4

#464DA4
(70,77,164)
#404696
(64,70,150)
#3A3F88
(58,63,136)
#34387A
(52,56,122)
#2E316C
(46,49,108)
#282A5E
(40,42,94)
#222350
(34,35,80)
#1C1C42
(28,28,66)
#161534
(22,21,52)
#100E26
(16,14,38)
#0A0718
(10,7,24)
#000000
(0,0,0)

Tints of #464DA4

#464DA4
(70,77,164)
#565DAC
(86,93,172)
#666DB4
(102,109,180)
#767DBC
(118,125,188)
#868DC4
(134,141,196)
#969DCC
(150,157,204)
#A6ADD4
(166,173,212)
#B6BDDC
(182,189,220)
#C6CDE4
(198,205,228)
#D6DDEC
(214,221,236)
#E6EDF4
(230,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464DA4; }

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

This text font color is #464DA4.


Background Color

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

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

This div background color is #464DA4.


Border color

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

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

This div border color is #464DA4.


Opacity

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

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

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

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

This text has shadow with #464DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464DA4 on black background.


Color preview on white background

This text has color #464DA4 on white background.



Black color preview on #464DA4 background

This text has black color on #464DA4 background.


White color preview on #464DA4 background

This text has white color on #464DA4 background.