COLOR #464EAA

HEX: #464EAA
RGB: (70,78,170)

Color info

#464EAA contains mainly blue color. Web safe color of #464EAA is #336699 (or #369).

RGB color model

#464EAA color RGB value is (70,78,170).

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

RGB channels and saturation

R 70 of 255 = 27%
G 78 of 255 = 31%
B 170 of 255 = 67%

70
78
170

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

Portions of RGB colors in percentages

R + G + B =
70 + 78 + 170 = 318 (100%)
R 70 of 318 ~ 22.01%
G 78 of 318 ~ 24.53%
B 170 of 318 ~ 53.46%

%22.01
%24.53
%53.46

CMYK color model

#464EAA color CMYK value is (59,54,0,33).

  • cyan value is 58.82%
  • magenta value is 54.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(59,54,0,33)
C59M54Y0K33 
(59%,54%,0%,33%)
(0.59/0.54/0.00/0.33)	

CMYK percentages

%58.82
%54.12
%0
%33.33

Codes

Color #464EAA in popluar color models

464EAA
RGB7078170
HSL235°41.67%47.06%
HSB/HSV235°58.82%66.67%
CMYK58.82%54.12%0.00%
33.33%

Color #464EAA in popluar number systems.

HEX464EAA
Decimal7078170
Binary1000110100111010101010
Octal106116252

Shades and tints

Shades of #464EAA

#464EAA
(70,78,170)
#40479B
(64,71,155)
#3A408C
(58,64,140)
#34397D
(52,57,125)
#2E326E
(46,50,110)
#282B5F
(40,43,95)
#222450
(34,36,80)
#1C1D41
(28,29,65)
#161632
(22,22,50)
#100F23
(16,15,35)
#0A0814
(10,8,20)
#000000
(0,0,0)

Tints of #464EAA

#464EAA
(70,78,170)
#565EB1
(86,94,177)
#666EB8
(102,110,184)
#767EBF
(118,126,191)
#868EC6
(134,142,198)
#969ECD
(150,158,205)
#A6AED4
(166,174,212)
#B6BEDB
(182,190,219)
#C6CEE2
(198,206,226)
#D6DEE9
(214,222,233)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464EAA; }

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

This text font color is #464EAA.


Background Color

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

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

This div background color is #464EAA.


Border color

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

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

This div border color is #464EAA.


Opacity

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

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

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

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

This text has shadow with #464EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464EAA on black background.


Color preview on white background

This text has color #464EAA on white background.



Black color preview on #464EAA background

This text has black color on #464EAA background.


White color preview on #464EAA background

This text has white color on #464EAA background.