COLOR #466781

HEX: #466781
RGB: (70,103,129)

Color info

#466781 contains red, green and blue colors in about the same proportion. Web safe color of #466781 is #336699 (or #369).

RGB color model

#466781 color RGB value is (70,103,129).

  • red value is 70;
  • green value is 103;
  • blue value is 129.
RGB:
(70,103,129)
(27%,40%,51%)

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 129 of 255 = 51%

70
103
129

R + G + B ~ 39%. #466781 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 129 = 302 (100%)
R 70 of 302 ~ 23.18%
G 103 of 302 ~ 34.11%
B 129 of 302 ~ 42.72%

%23.18
%34.11
%42.72

CMYK color model

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

  • cyan value is 45.74%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(46,20,0,49)
C46M20Y0K49 
(46%,20%,0%,49%)
(0.46/0.20/0.00/0.49)	

CMYK percentages

%45.74
%20.16
%0
%49.41

Codes

Color #466781 in popluar color models

466781
RGB70103129
HSL206°29.65%39.02%
HSB/HSV206°45.74%50.59%
CMYK45.74%20.16%0.00%
49.41%

Color #466781 in popluar number systems.

HEX466781
Decimal70103129
Binary1000110110011110000001
Octal106147201

Shades and tints

Shades of #466781

#466781
(70,103,129)
#405E76
(64,94,118)
#3A556B
(58,85,107)
#344C60
(52,76,96)
#2E4355
(46,67,85)
#283A4A
(40,58,74)
#22313F
(34,49,63)
#1C2834
(28,40,52)
#161F29
(22,31,41)
#10161E
(16,22,30)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #466781

#466781
(70,103,129)
#56748C
(86,116,140)
#668197
(102,129,151)
#768EA2
(118,142,162)
#869BAD
(134,155,173)
#96A8B8
(150,168,184)
#A6B5C3
(166,181,195)
#B6C2CE
(182,194,206)
#C6CFD9
(198,207,217)
#D6DCE4
(214,220,228)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466781 color. Also use rgb(70,103,129) instead hex code.

Text Font Color

.myTextColor { color: #466781; }

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

This text font color is #466781.


Background Color

.myBgColor { background-color: #466781; }

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

This div background color is #466781.


Border color

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

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

This div border color is #466781.


Opacity

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

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

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

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

This text has shadow with #466781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466781 on black background.


Color preview on white background

This text has color #466781 on white background.



Black color preview on #466781 background

This text has black color on #466781 background.


White color preview on #466781 background

This text has white color on #466781 background.