COLOR #466F8A

HEX: #466F8A RGB: (70,111,138)

Color info

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

RGB color model

#466F8A color RGB value is (70,111,138).

RGB: (70,111,138) (27%, 44%, 54%)

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 138 of 255 = 54%

70
111
138

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

Portions of RGB colors in percentages

R + G + B = 70 + 111 + 138 = 319 (100%)
R 70 of 319 ~ 21.94%
G 111 of 319 ~ 34.8%
B 138 of 319 ~ 43.26'%

%21.94
%34.8
%43.26

CMYK color model

#466F8A color CMYK value is (49,20,0,46).

  • cyan value is 49.28%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (49,20,0,46)
C49M20Y0K46 (49%, 20%, 0%, 46%)
(0.49 / 0.20 / 0.00 / 0.46)

CMYK percentages

%49.28
%19.57
%0
%45.88

Codes

Color #466F8A in popluar color models

46 6F 8A
RGB 70 111 138
HSL 204° 32.69% 40.78%
HSB/HSV 204° 49.28% 54.12%
CMYK 49.28% 19.57% 0.00%
45.88%

Color #466F8A in popluar number systems.

HEX 46 6F 8A
Decimal 70 111 138
Binary 1000110 1101111 10001010
Octal 106 157 212

Shades and tints

Shades of #466F8A

#466F8A
(70,111,138)
#40657E
(64,101,126)
#3A5B72
(58,91,114)
#345166
(52,81,102)
#2E475A
(46,71,90)
#283D4E
(40,61,78)
#223342
(34,51,66)
#1C2936
(28,41,54)
#161F2A
(22,31,42)
#10151E
(16,21,30)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #466F8A

#466F8A
(70,111,138)
#567C94
(86,124,148)
#66899E
(102,137,158)
#7696A8
(118,150,168)
#86A3B2
(134,163,178)
#96B0BC
(150,176,188)
#A6BDC6
(166,189,198)
#B6CAD0
(182,202,208)
#C6D7DA
(198,215,218)
#D6E4E4
(214,228,228)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466F8A; }

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

This text font color is #466F8A.

Background Color

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

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

This div background color is #466F8A.

Border color

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

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

This div border color is #466F8A.

Opacity

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

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

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

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

This text has shadow with #466F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466F8A.

Preview

Color preview on black background

This text has color #466F8A on black background.


Color preview on white background

This text has color #466F8A on white background.


Black color preview on #466F8A background

This text has black color on #466F8A background.


White color preview on #466F8A background

This text has white color on #466F8A background.


Related colors

Complementary color

Complementary color for #hex is #B99075.


I love getcolorcode.com

Triadic colors

1 #8A466F and #6F8A46 with #466F8A are triadic colors.

2 #8A6F46 and #6F468A with #466F8A are triadic colors.