COLOR #466F85

HEX: #466F85
RGB: (70,111,133)

Color info

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

RGB color model

#466F85 color RGB value is (70,111,133).

  • red value is 70;
  • green value is 111;
  • blue value is 133.
RGB:
(70,111,133)
(27%,44%,52%)

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 133 of 255 = 52%

70
111
133

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

Portions of RGB colors in percentages

R + G + B =
70 + 111 + 133 = 314 (100%)
R 70 of 314 ~ 22.29%
G 111 of 314 ~ 35.35%
B 133 of 314 ~ 42.36%

%22.29
%35.35
%42.36

CMYK color model

#466F85 color CMYK value is (47,17,0,48).

  • cyan value is 47.37%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(47,17,0,48)
C47M17Y0K48 
(47%,17%,0%,48%)
(0.47/0.17/0.00/0.48)	

CMYK percentages

%47.37
%16.54
%0
%47.84

Codes

Color #466F85 in popluar color models

466F85
RGB70111133
HSL201°31.03%39.80%
HSB/HSV201°47.37%52.16%
CMYK47.37%16.54%0.00%
47.84%

Color #466F85 in popluar number systems.

HEX466F85
Decimal70111133
Binary1000110110111110000101
Octal106157205

Shades and tints

Shades of #466F85

#466F85
(70,111,133)
#406579
(64,101,121)
#3A5B6D
(58,91,109)
#345161
(52,81,97)
#2E4755
(46,71,85)
#283D49
(40,61,73)
#22333D
(34,51,61)
#1C2931
(28,41,49)
#161F25
(22,31,37)
#101519
(16,21,25)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #466F85

#466F85
(70,111,133)
#567C90
(86,124,144)
#66899B
(102,137,155)
#7696A6
(118,150,166)
#86A3B1
(134,163,177)
#96B0BC
(150,176,188)
#A6BDC7
(166,189,199)
#B6CAD2
(182,202,210)
#C6D7DD
(198,215,221)
#D6E4E8
(214,228,232)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466F85; }

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

This text font color is #466F85.


Background Color

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

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

This div background color is #466F85.


Border color

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

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

This div border color is #466F85.


Opacity

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

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

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

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

This text has shadow with #466F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466F85 on black background.


Color preview on white background

This text has color #466F85 on white background.



Black color preview on #466F85 background

This text has black color on #466F85 background.


White color preview on #466F85 background

This text has white color on #466F85 background.