COLOR #466C85

HEX: #466C85 RGB: (70,108,133)

Color info

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

RGB color model

#466C85 color RGB value is (70,108,133).

RGB: (70,108,133) (27%, 42%, 52%)

RGB channels and saturation

R 70 of 255 = 27%
G 108 of 255 = 42%
B 133 of 255 = 52%

70
108
133

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

Portions of RGB colors in percentages

R + G + B = 70 + 108 + 133 = 311 (100%)
R 70 of 311 ~ 22.51%
G 108 of 311 ~ 34.73%
B 133 of 311 ~ 42.77'%

%22.51
%34.73
%42.77

CMYK color model

#466C85 color CMYK value is (47,19,0,48).

  • cyan value is 47.37%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (47,19,0,48)
C47M19Y0K48 (47%, 19%, 0%, 48%)
(0.47 / 0.19 / 0.00 / 0.48)

CMYK percentages

%47.37
%18.8
%0
%47.84

Codes

Color #466C85 in popluar color models

46 6C 85
RGB 70 108 133
HSL 204° 31.03% 39.80%
HSB/HSV 204° 47.37% 52.16%
CMYK 47.37% 18.80% 0.00%
47.84%

Color #466C85 in popluar number systems.

HEX 46 6C 85
Decimal 70 108 133
Binary 1000110 1101100 10000101
Octal 106 154 205

Shades and tints

Shades of #466C85

#466C85
(70,108,133)
#406379
(64,99,121)
#3A5A6D
(58,90,109)
#345161
(52,81,97)
#2E4855
(46,72,85)
#283F49
(40,63,73)
#22363D
(34,54,61)
#1C2D31
(28,45,49)
#162425
(22,36,37)
#101B19
(16,27,25)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #466C85

#466C85
(70,108,133)
#567990
(86,121,144)
#66869B
(102,134,155)
#7693A6
(118,147,166)
#86A0B1
(134,160,177)
#96ADBC
(150,173,188)
#A6BAC7
(166,186,199)
#B6C7D2
(182,199,210)
#C6D4DD
(198,212,221)
#D6E1E8
(214,225,232)
#E6EEF3
(230,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466C85; }

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

This text font color is #466C85.

Background Color

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

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

This div background color is #466C85.

Border color

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

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

This div border color is #466C85.

Opacity

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

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

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

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

This text has shadow with #466C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466C85.

Preview

Color preview on black background

This text has color #466C85 on black background.


Color preview on white background

This text has color #466C85 on white background.


Black color preview on #466C85 background

This text has black color on #466C85 background.


White color preview on #466C85 background

This text has white color on #466C85 background.


Related colors

Complementary color

Complementary color for #hex is #B9937A.


I love getcolorcode.com

Triadic colors

1 #85466C and #6C8546 with #466C85 are triadic colors.

2 #856C46 and #6C4685 with #466C85 are triadic colors.