COLOR #466C9B

HEX: #466C9B
RGB: (70,108,155)

Color info

#466C9B contains mainly green and blue colors. Web safe color of #466C9B is #336699 (or #369).

RGB color model

#466C9B color RGB value is (70,108,155).

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

RGB channels and saturation

R 70 of 255 = 27%
G 108 of 255 = 42%
B 155 of 255 = 61%

70
108
155

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

Portions of RGB colors in percentages

R + G + B =
70 + 108 + 155 = 333 (100%)
R 70 of 333 ~ 21.02%
G 108 of 333 ~ 32.43%
B 155 of 333 ~ 46.55%

%21.02
%32.43
%46.55

CMYK color model

#466C9B color CMYK value is (55,30,0,39).

  • cyan value is 54.84%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(55,30,0,39)
C55M30Y0K39 
(55%,30%,0%,39%)
(0.55/0.30/0.00/0.39)	

CMYK percentages

%54.84
%30.32
%0
%39.22

Codes

Color #466C9B in popluar color models

466C9B
RGB70108155
HSL213°37.78%44.12%
HSB/HSV213°54.84%60.78%
CMYK54.84%30.32%0.00%
39.22%

Color #466C9B in popluar number systems.

HEX466C9B
Decimal70108155
Binary1000110110110010011011
Octal106154233

Shades and tints

Shades of #466C9B

#466C9B
(70,108,155)
#40638D
(64,99,141)
#3A5A7F
(58,90,127)
#345171
(52,81,113)
#2E4863
(46,72,99)
#283F55
(40,63,85)
#223647
(34,54,71)
#1C2D39
(28,45,57)
#16242B
(22,36,43)
#101B1D
(16,27,29)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #466C9B

#466C9B
(70,108,155)
#5679A4
(86,121,164)
#6686AD
(102,134,173)
#7693B6
(118,147,182)
#86A0BF
(134,160,191)
#96ADC8
(150,173,200)
#A6BAD1
(166,186,209)
#B6C7DA
(182,199,218)
#C6D4E3
(198,212,227)
#D6E1EC
(214,225,236)
#E6EEF5
(230,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466C9B; }

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

This text font color is #466C9B.


Background Color

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

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

This div background color is #466C9B.


Border color

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

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

This div border color is #466C9B.


Opacity

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

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

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

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

This text has shadow with #466C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C9B on black background.


Color preview on white background

This text has color #466C9B on white background.



Black color preview on #466C9B background

This text has black color on #466C9B background.


White color preview on #466C9B background

This text has white color on #466C9B background.