COLOR #464E80

HEX: #464E80
RGB: (70,78,128)

Color info

#464E80 contains red, green and blue colors in about the same proportion. Web safe color of #464E80 is #336666 (or #366).

RGB color model

#464E80 color RGB value is (70,78,128).

  • red value is 70;
  • green value is 78;
  • blue value is 128.
RGB:
(70,78,128)
(27%,31%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 78 of 255 = 31%
B 128 of 255 = 50%

70
78
128

R + G + B ~ 36%. #464E80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 78 + 128 = 276 (100%)
R 70 of 276 ~ 25.36%
G 78 of 276 ~ 28.26%
B 128 of 276 ~ 46.38%

%25.36
%28.26
%46.38

CMYK color model

#464E80 color CMYK value is (45,39,0,50).

  • cyan value is 45.31%
  • magenta value is 39.06%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(45,39,0,50)
C45M39Y0K50 
(45%,39%,0%,50%)
(0.45/0.39/0.00/0.50)	

CMYK percentages

%45.31
%39.06
%0
%49.8

Codes

Color #464E80 in popluar color models

464E80
RGB7078128
HSL232°29.29%38.82%
HSB/HSV232°45.31%50.20%
CMYK45.31%39.06%0.00%
49.80%

Color #464E80 in popluar number systems.

HEX464E80
Decimal7078128
Binary1000110100111010000000
Octal106116200

Shades and tints

Shades of #464E80

#464E80
(70,78,128)
#404775
(64,71,117)
#3A406A
(58,64,106)
#34395F
(52,57,95)
#2E3254
(46,50,84)
#282B49
(40,43,73)
#22243E
(34,36,62)
#1C1D33
(28,29,51)
#161628
(22,22,40)
#100F1D
(16,15,29)
#0A0812
(10,8,18)
#000000
(0,0,0)

Tints of #464E80

#464E80
(70,78,128)
#565E8B
(86,94,139)
#666E96
(102,110,150)
#767EA1
(118,126,161)
#868EAC
(134,142,172)
#969EB7
(150,158,183)
#A6AEC2
(166,174,194)
#B6BECD
(182,190,205)
#C6CED8
(198,206,216)
#D6DEE3
(214,222,227)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464E80 color. Also use rgb(70,78,128) instead hex code.

Text Font Color

.myTextColor { color: #464E80; }

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

This text font color is #464E80.


Background Color

.myBgColor { background-color: #464E80; }

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

This div background color is #464E80.


Border color

.myBorderColor { border: 1px solid #464E80; }

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

This div border color is #464E80.


Opacity

.myOpacity80 { color: #464E80; opacity: 0.8; }

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

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

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

This text has shadow with #464E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464E80 on black background.


Color preview on white background

This text has color #464E80 on white background.



Black color preview on #464E80 background

This text has black color on #464E80 background.


White color preview on #464E80 background

This text has white color on #464E80 background.