COLOR #466985

HEX: #466985
RGB: (70,105,133)

Color info

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

RGB color model

#466985 color RGB value is (70,105,133).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 133 of 255 = 52%

70
105
133

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

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 133 = 308 (100%)
R 70 of 308 ~ 22.73%
G 105 of 308 ~ 34.09%
B 133 of 308 ~ 43.18%

%22.73
%34.09
%43.18

CMYK color model

#466985 color CMYK value is (47,21,0,48).

  • cyan value is 47.37%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(47,21,0,48)
C47M21Y0K48 
(47%,21%,0%,48%)
(0.47/0.21/0.00/0.48)	

CMYK percentages

%47.37
%21.05
%0
%47.84

Codes

Color #466985 in popluar color models

466985
RGB70105133
HSL207°31.03%39.80%
HSB/HSV207°47.37%52.16%
CMYK47.37%21.05%0.00%
47.84%

Color #466985 in popluar number systems.

HEX466985
Decimal70105133
Binary1000110110100110000101
Octal106151205

Shades and tints

Shades of #466985

#466985
(70,105,133)
#406079
(64,96,121)
#3A576D
(58,87,109)
#344E61
(52,78,97)
#2E4555
(46,69,85)
#283C49
(40,60,73)
#22333D
(34,51,61)
#1C2A31
(28,42,49)
#162125
(22,33,37)
#101819
(16,24,25)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #466985

#466985
(70,105,133)
#567690
(86,118,144)
#66839B
(102,131,155)
#7690A6
(118,144,166)
#869DB1
(134,157,177)
#96AABC
(150,170,188)
#A6B7C7
(166,183,199)
#B6C4D2
(182,196,210)
#C6D1DD
(198,209,221)
#D6DEE8
(214,222,232)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466985; }

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

This text font color is #466985.


Background Color

.myBgColor { background-color: #466985; }

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

This div background color is #466985.


Border color

.myBorderColor { border: 1px solid #466985; }

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

This div border color is #466985.


Opacity

.myOpacity80 { color: #466985; opacity: 0.8; }

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

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

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

This text has shadow with #466985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466985 on black background.


Color preview on white background

This text has color #466985 on white background.



Black color preview on #466985 background

This text has black color on #466985 background.


White color preview on #466985 background

This text has white color on #466985 background.