COLOR #466CD0

HEX: #466CD0
RGB: (70,108,208)

Color info

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

RGB color model

#466CD0 color RGB value is (70,108,208).

  • red value is 70;
  • green value is 108;
  • blue value is 208.
RGB:
(70,108,208)
(27%,42%,82%)

RGB channels and saturation

R 70 of 255 = 27%
G 108 of 255 = 42%
B 208 of 255 = 82%

70
108
208

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

Portions of RGB colors in percentages

R + G + B =
70 + 108 + 208 = 386 (100%)
R 70 of 386 ~ 18.13%
G 108 of 386 ~ 27.98%
B 208 of 386 ~ 53.89%

%18.13
%27.98
%53.89

CMYK color model

#466CD0 color CMYK value is (66,48,0,18).

  • cyan value is 66.35%
  • magenta value is 48.08%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(66,48,0,18)
C66M48Y0K18 
(66%,48%,0%,18%)
(0.66/0.48/0.00/0.18)	

CMYK percentages

%66.35
%48.08
%0
%18.43

Codes

Color #466CD0 in popluar color models

466CD0
RGB70108208
HSL223°59.48%54.51%
HSB/HSV223°66.35%81.57%
CMYK66.35%48.08%0.00%
18.43%

Color #466CD0 in popluar number systems.

HEX466CD0
Decimal70108208
Binary1000110110110011010000
Octal106154320

Shades and tints

Shades of #466CD0

#466CD0
(70,108,208)
#4063BE
(64,99,190)
#3A5AAC
(58,90,172)
#34519A
(52,81,154)
#2E4888
(46,72,136)
#283F76
(40,63,118)
#223664
(34,54,100)
#1C2D52
(28,45,82)
#162440
(22,36,64)
#101B2E
(16,27,46)
#0A121C
(10,18,28)
#000000
(0,0,0)

Tints of #466CD0

#466CD0
(70,108,208)
#5679D4
(86,121,212)
#6686D8
(102,134,216)
#7693DC
(118,147,220)
#86A0E0
(134,160,224)
#96ADE4
(150,173,228)
#A6BAE8
(166,186,232)
#B6C7EC
(182,199,236)
#C6D4F0
(198,212,240)
#D6E1F4
(214,225,244)
#E6EEF8
(230,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466CD0 color. Also use rgb(70,108,208) instead hex code.

Text Font Color

.myTextColor { color: #466CD0; }

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

This text font color is #466CD0.


Background Color

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

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

This div background color is #466CD0.


Border color

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

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

This div border color is #466CD0.


Opacity

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

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

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

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

This text has shadow with #466CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466CD0 on black background.


Color preview on white background

This text has color #466CD0 on white background.



Black color preview on #466CD0 background

This text has black color on #466CD0 background.


White color preview on #466CD0 background

This text has white color on #466CD0 background.