COLOR #466F9F

HEX: #466F9F RGB: (70,111,159)

Color info

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

RGB color model

#466F9F color RGB value is (70,111,159).

RGB: (70,111,159) (27%, 44%, 62%)

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 159 of 255 = 62%

70
111
159

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

Portions of RGB colors in percentages

R + G + B = 70 + 111 + 159 = 340 (100%)
R 70 of 340 ~ 20.59%
G 111 of 340 ~ 32.65%
B 159 of 340 ~ 46.76'%

%20.59
%32.65
%46.76

CMYK color model

#466F9F color CMYK value is (56,30,0,38).

  • cyan value is 55.97%
  • magenta value is 30.19%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (56,30,0,38)
C56M30Y0K38 (56%, 30%, 0%, 38%)
(0.56 / 0.30 / 0.00 / 0.38)

CMYK percentages

%55.97
%30.19
%0
%37.65

Codes

Color #466F9F in popluar color models

46 6F 9F
RGB 70 111 159
HSL 212° 38.86% 44.90%
HSB/HSV 212° 55.97% 62.35%
CMYK 55.97% 30.19% 0.00%
37.65%

Color #466F9F in popluar number systems.

HEX 46 6F 9F
Decimal 70 111 159
Binary 1000110 1101111 10011111
Octal 106 157 237

Shades and tints

Shades of #466F9F

#466F9F
(70,111,159)
#406591
(64,101,145)
#3A5B83
(58,91,131)
#345175
(52,81,117)
#2E4767
(46,71,103)
#283D59
(40,61,89)
#22334B
(34,51,75)
#1C293D
(28,41,61)
#161F2F
(22,31,47)
#101521
(16,21,33)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #466F9F

#466F9F
(70,111,159)
#567CA7
(86,124,167)
#6689AF
(102,137,175)
#7696B7
(118,150,183)
#86A3BF
(134,163,191)
#96B0C7
(150,176,199)
#A6BDCF
(166,189,207)
#B6CAD7
(182,202,215)
#C6D7DF
(198,215,223)
#D6E4E7
(214,228,231)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466F9F; }

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

This text font color is #466F9F.

Background Color

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

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

This div background color is #466F9F.

Border color

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

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

This div border color is #466F9F.

Opacity

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

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

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

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

This text has shadow with #466F9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466F9F.

Preview

Color preview on black background

This text has color #466F9F on black background.


Color preview on white background

This text has color #466F9F on white background.


Black color preview on #466F9F background

This text has black color on #466F9F background.


White color preview on #466F9F background

This text has white color on #466F9F background.


Related colors

Complementary color

Complementary color for #hex is #B99060.


I love getcolorcode.com

Triadic colors

1 #9F466F and #6F9F46 with #466F9F are triadic colors.

2 #9F6F46 and #6F469F with #466F9F are triadic colors.