COLOR #466FDB

HEX: #466FDB RGB: (70,111,219)

Color info

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

RGB color model

#466FDB color RGB value is (70,111,219).

RGB: (70,111,219) (27%, 44%, 86%)

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 219 of 255 = 86%

70
111
219

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

Portions of RGB colors in percentages

R + G + B = 70 + 111 + 219 = 400 (100%)
R 70 of 400 ~ 17.5%
G 111 of 400 ~ 27.75%
B 219 of 400 ~ 54.75'%

%17.5
%27.75
%54.75

CMYK color model

#466FDB color CMYK value is (68,49,0,14).

  • cyan value is 68.04%
  • magenta value is 49.32%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (68,49,0,14)
C68M49Y0K14 (68%, 49%, 0%, 14%)
(0.68 / 0.49 / 0.00 / 0.14)

CMYK percentages

%68.04
%49.32
%0
%14.12

Codes

Color #466FDB in popluar color models

46 6F DB
RGB 70 111 219
HSL 223° 67.42% 56.67%
HSB/HSV 223° 68.04% 85.88%
CMYK 68.04% 49.32% 0.00%
14.12%

Color #466FDB in popluar number systems.

HEX 46 6F DB
Decimal 70 111 219
Binary 1000110 1101111 11011011
Octal 106 157 333

Shades and tints

Shades of #466FDB

#466FDB
(70,111,219)
#4065C8
(64,101,200)
#3A5BB5
(58,91,181)
#3451A2
(52,81,162)
#2E478F
(46,71,143)
#283D7C
(40,61,124)
#223369
(34,51,105)
#1C2956
(28,41,86)
#161F43
(22,31,67)
#101530
(16,21,48)
#0A0B1D
(10,11,29)
#000000
(0,0,0)

Tints of #466FDB

#466FDB
(70,111,219)
#567CDE
(86,124,222)
#6689E1
(102,137,225)
#7696E4
(118,150,228)
#86A3E7
(134,163,231)
#96B0EA
(150,176,234)
#A6BDED
(166,189,237)
#B6CAF0
(182,202,240)
#C6D7F3
(198,215,243)
#D6E4F6
(214,228,246)
#E6F1F9
(230,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466FDB color. Also use rgb(70,111,219) instead hex code.

Text Font Color

.myTextColor { color: #466FDB; }

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

This text font color is #466FDB.

Background Color

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

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

This div background color is #466FDB.

Border color

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

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

This div border color is #466FDB.

Opacity

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

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

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

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

This text has shadow with #466FDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466FDB.

Preview

Color preview on black background

This text has color #466FDB on black background.


Color preview on white background

This text has color #466FDB on white background.


Black color preview on #466FDB background

This text has black color on #466FDB background.


White color preview on #466FDB background

This text has white color on #466FDB background.


Related colors

Complementary color

Complementary color for #hex is #B99024.


I love getcolorcode.com

Triadic colors

1 #DB466F and #6FDB46 with #466FDB are triadic colors.

2 #DB6F46 and #6F46DB with #466FDB are triadic colors.