COLOR #466684

HEX: #466684
RGB: (70,102,132)

Color info

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

RGB color model

#466684 color RGB value is (70,102,132).

  • red value is 70;
  • green value is 102;
  • blue value is 132.
RGB:
(70,102,132)
(27%,40%,52%)

RGB channels and saturation

R 70 of 255 = 27%
G 102 of 255 = 40%
B 132 of 255 = 52%

70
102
132

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

Portions of RGB colors in percentages

R + G + B =
70 + 102 + 132 = 304 (100%)
R 70 of 304 ~ 23.03%
G 102 of 304 ~ 33.55%
B 132 of 304 ~ 43.42%

%23.03
%33.55
%43.42

CMYK color model

#466684 color CMYK value is (47,23,0,48).

  • cyan value is 46.97%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(47,23,0,48)
C47M23Y0K48 
(47%,23%,0%,48%)
(0.47/0.23/0.00/0.48)	

CMYK percentages

%46.97
%22.73
%0
%48.24

Codes

Color #466684 in popluar color models

466684
RGB70102132
HSL209°30.69%39.61%
HSB/HSV209°46.97%51.76%
CMYK46.97%22.73%0.00%
48.24%

Color #466684 in popluar number systems.

HEX466684
Decimal70102132
Binary1000110110011010000100
Octal106146204

Shades and tints

Shades of #466684

#466684
(70,102,132)
#405D78
(64,93,120)
#3A546C
(58,84,108)
#344B60
(52,75,96)
#2E4254
(46,66,84)
#283948
(40,57,72)
#22303C
(34,48,60)
#1C2730
(28,39,48)
#161E24
(22,30,36)
#101518
(16,21,24)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #466684

#466684
(70,102,132)
#56738F
(86,115,143)
#66809A
(102,128,154)
#768DA5
(118,141,165)
#869AB0
(134,154,176)
#96A7BB
(150,167,187)
#A6B4C6
(166,180,198)
#B6C1D1
(182,193,209)
#C6CEDC
(198,206,220)
#D6DBE7
(214,219,231)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466684 color. Also use rgb(70,102,132) instead hex code.

Text Font Color

.myTextColor { color: #466684; }

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

This text font color is #466684.


Background Color

.myBgColor { background-color: #466684; }

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

This div background color is #466684.


Border color

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

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

This div border color is #466684.


Opacity

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

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

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

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

This text has shadow with #466684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466684 on black background.


Color preview on white background

This text has color #466684 on white background.



Black color preview on #466684 background

This text has black color on #466684 background.


White color preview on #466684 background

This text has white color on #466684 background.