COLOR #466AB4

HEX: #466AB4
RGB: (70,106,180)

Color info

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

RGB color model

#466AB4 color RGB value is (70,106,180).

  • red value is 70;
  • green value is 106;
  • blue value is 180.
RGB:
(70,106,180)
(27%,42%,71%)

RGB channels and saturation

R 70 of 255 = 27%
G 106 of 255 = 42%
B 180 of 255 = 71%

70
106
180

R + G + B ~ 47%. #466AB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 106 + 180 = 356 (100%)
R 70 of 356 ~ 19.66%
G 106 of 356 ~ 29.78%
B 180 of 356 ~ 50.56%

%19.66
%29.78
%50.56

CMYK color model

#466AB4 color CMYK value is (61,41,0,29).

  • cyan value is 61.11%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(61,41,0,29)
C61M41Y0K29 
(61%,41%,0%,29%)
(0.61/0.41/0.00/0.29)	

CMYK percentages

%61.11
%41.11
%0
%29.41

Codes

Color #466AB4 in popluar color models

466AB4
RGB70106180
HSL220°44.00%49.02%
HSB/HSV220°61.11%70.59%
CMYK61.11%41.11%0.00%
29.41%

Color #466AB4 in popluar number systems.

HEX466AB4
Decimal70106180
Binary1000110110101010110100
Octal106152264

Shades and tints

Shades of #466AB4

#466AB4
(70,106,180)
#4061A4
(64,97,164)
#3A5894
(58,88,148)
#344F84
(52,79,132)
#2E4674
(46,70,116)
#283D64
(40,61,100)
#223454
(34,52,84)
#1C2B44
(28,43,68)
#162234
(22,34,52)
#101924
(16,25,36)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #466AB4

#466AB4
(70,106,180)
#5677BA
(86,119,186)
#6684C0
(102,132,192)
#7691C6
(118,145,198)
#869ECC
(134,158,204)
#96ABD2
(150,171,210)
#A6B8D8
(166,184,216)
#B6C5DE
(182,197,222)
#C6D2E4
(198,210,228)
#D6DFEA
(214,223,234)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466AB4 color. Also use rgb(70,106,180) instead hex code.

Text Font Color

.myTextColor { color: #466AB4; }

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

This text font color is #466AB4.


Background Color

.myBgColor { background-color: #466AB4; }

<div style="background-color:#466AB4">Inner text</div>

This div background color is #466AB4.


Border color

.myBorderColor { border: 1px solid #466AB4; }

<div style="border:3px solid #466AB4">Div</div>

This div border color is #466AB4.


Opacity

.myOpacity80 { color: #466AB4; opacity: 0.8; }

<p style="color:#466AB4;opacity:0.8;">80%</p>

Text with #466AB4 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 #466AB4;}

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

This text has shadow with #466AB4 color.

.textShadow {text-shadow: 3px 3px 1px #466AB4, 3px 3px 1px red;}

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

This text has shadow with #466AB4 primary color and red secondary color.


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

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

This text has shadow with #466AB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466AB4 on black background.


Color preview on white background

This text has color #466AB4 on white background.



Black color preview on #466AB4 background

This text has black color on #466AB4 background.


White color preview on #466AB4 background

This text has white color on #466AB4 background.