COLOR #464A80

HEX: #464A80 RGB: (70,74,128)

Color info

#464A80 contains red, green and blue colors in about the same proportion. Web safe color of #464A80 is #333366 (or #336).

RGB color model

#464A80 color RGB value is (70,74,128).

RGB: (70,74,128) (27%, 29%, 50%)

RGB channels and saturation

R 70 of 255 = 27%
G 74 of 255 = 29%
B 128 of 255 = 50%

70
74
128

R + G + B ~ 35%. #464A80 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 74 + 128 = 272 (100%)
R 70 of 272 ~ 25.74%
G 74 of 272 ~ 27.21%
B 128 of 272 ~ 47.06'%

%25.74
%27.21
%47.06

CMYK color model

#464A80 color CMYK value is (45,42,0,50).

  • cyan value is 45.31%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (45,42,0,50)
C45M42Y0K50 (45%, 42%, 0%, 50%)
(0.45 / 0.42 / 0.00 / 0.50)

CMYK percentages

%45.31
%42.19
%0
%49.8

Codes

Color #464A80 in popluar color models

46 4A 80
RGB 70 74 128
HSL 236° 29.29% 38.82%
HSB/HSV 236° 45.31% 50.20%
CMYK 45.31% 42.19% 0.00%
49.80%

Color #464A80 in popluar number systems.

HEX 46 4A 80
Decimal 70 74 128
Binary 1000110 1001010 10000000
Octal 106 112 200

Shades and tints

Shades of #464A80

#464A80
(70,74,128)
#404475
(64,68,117)
#3A3E6A
(58,62,106)
#34385F
(52,56,95)
#2E3254
(46,50,84)
#282C49
(40,44,73)
#22263E
(34,38,62)
#1C2033
(28,32,51)
#161A28
(22,26,40)
#10141D
(16,20,29)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #464A80

#464A80
(70,74,128)
#565A8B
(86,90,139)
#666A96
(102,106,150)
#767AA1
(118,122,161)
#868AAC
(134,138,172)
#969AB7
(150,154,183)
#A6AAC2
(166,170,194)
#B6BACD
(182,186,205)
#C6CAD8
(198,202,216)
#D6DAE3
(214,218,227)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464A80; }

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

This text font color is #464A80.

Background Color

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

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

This div background color is #464A80.

Border color

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

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

This div border color is #464A80.

Opacity

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

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

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

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

This text has shadow with #464A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464A80.

Preview

Color preview on black background

This text has color #464A80 on black background.


Color preview on white background

This text has color #464A80 on white background.


Black color preview on #464A80 background

This text has black color on #464A80 background.


White color preview on #464A80 background

This text has white color on #464A80 background.


Related colors

Complementary color

Complementary color for #hex is #B9B57F.


I love getcolorcode.com

Triadic colors

1 #80464A and #4A8046 with #464A80 are triadic colors.

2 #804A46 and #4A4680 with #464A80 are triadic colors.