COLOR #464EE5

HEX: #464EE5
RGB: (70,78,229)

Color info

#464EE5 contains mainly blue color. Web safe color of #464EE5 is #3366CC (or #36C).

RGB color model

#464EE5 color RGB value is (70,78,229).

  • red value is 70;
  • green value is 78;
  • blue value is 229.
RGB:
(70,78,229)
(27%,31%,90%)

RGB channels and saturation

R 70 of 255 = 27%
G 78 of 255 = 31%
B 229 of 255 = 90%

70
78
229

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

Portions of RGB colors in percentages

R + G + B =
70 + 78 + 229 = 377 (100%)
R 70 of 377 ~ 18.57%
G 78 of 377 ~ 20.69%
B 229 of 377 ~ 60.74%

%18.57
%20.69
%60.74

CMYK color model

#464EE5 color CMYK value is (69,66,0,10).

  • cyan value is 69.43%
  • magenta value is 65.94%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(69,66,0,10)
C69M66Y0K10 
(69%,66%,0%,10%)
(0.69/0.66/0.00/0.10)	

CMYK percentages

%69.43
%65.94
%0
%10.2

Codes

Color #464EE5 in popluar color models

464EE5
RGB7078229
HSL237°75.36%58.63%
HSB/HSV237°69.43%89.80%
CMYK69.43%65.94%0.00%
10.20%

Color #464EE5 in popluar number systems.

HEX464EE5
Decimal7078229
Binary1000110100111011100101
Octal106116345

Shades and tints

Shades of #464EE5

#464EE5
(70,78,229)
#4047D1
(64,71,209)
#3A40BD
(58,64,189)
#3439A9
(52,57,169)
#2E3295
(46,50,149)
#282B81
(40,43,129)
#22246D
(34,36,109)
#1C1D59
(28,29,89)
#161645
(22,22,69)
#100F31
(16,15,49)
#0A081D
(10,8,29)
#000000
(0,0,0)

Tints of #464EE5

#464EE5
(70,78,229)
#565EE7
(86,94,231)
#666EE9
(102,110,233)
#767EEB
(118,126,235)
#868EED
(134,142,237)
#969EEF
(150,158,239)
#A6AEF1
(166,174,241)
#B6BEF3
(182,190,243)
#C6CEF5
(198,206,245)
#D6DEF7
(214,222,247)
#E6EEF9
(230,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464EE5 color. Also use rgb(70,78,229) instead hex code.

Text Font Color

.myTextColor { color: #464EE5; }

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

This text font color is #464EE5.


Background Color

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

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

This div background color is #464EE5.


Border color

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

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

This div border color is #464EE5.


Opacity

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

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

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

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

This text has shadow with #464EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464EE5 on black background.


Color preview on white background

This text has color #464EE5 on white background.



Black color preview on #464EE5 background

This text has black color on #464EE5 background.


White color preview on #464EE5 background

This text has white color on #464EE5 background.