COLOR #464E83

HEX: #464E83 RGB: (70,78,131)

Color info

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

RGB color model

#464E83 color RGB value is (70,78,131).

RGB: (70,78,131) (27%, 31%, 51%)

RGB channels and saturation

R 70 of 255 = 27%
G 78 of 255 = 31%
B 131 of 255 = 51%

70
78
131

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

Portions of RGB colors in percentages

R + G + B = 70 + 78 + 131 = 279 (100%)
R 70 of 279 ~ 25.09%
G 78 of 279 ~ 27.96%
B 131 of 279 ~ 46.95'%

%25.09
%27.96
%46.95

CMYK color model

#464E83 color CMYK value is (47,40,0,49).

  • cyan value is 46.56%
  • magenta value is 40.46%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (47,40,0,49)
C47M40Y0K49 (47%, 40%, 0%, 49%)
(0.47 / 0.40 / 0.00 / 0.49)

CMYK percentages

%46.56
%40.46
%0
%48.63

Codes

Color #464E83 in popluar color models

46 4E 83
RGB 70 78 131
HSL 232° 30.35% 39.41%
HSB/HSV 232° 46.56% 51.37%
CMYK 46.56% 40.46% 0.00%
48.63%

Color #464E83 in popluar number systems.

HEX 46 4E 83
Decimal 70 78 131
Binary 1000110 1001110 10000011
Octal 106 116 203

Shades and tints

Shades of #464E83

#464E83
(70,78,131)
#404778
(64,71,120)
#3A406D
(58,64,109)
#343962
(52,57,98)
#2E3257
(46,50,87)
#282B4C
(40,43,76)
#222441
(34,36,65)
#1C1D36
(28,29,54)
#16162B
(22,22,43)
#100F20
(16,15,32)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #464E83

#464E83
(70,78,131)
#565E8E
(86,94,142)
#666E99
(102,110,153)
#767EA4
(118,126,164)
#868EAF
(134,142,175)
#969EBA
(150,158,186)
#A6AEC5
(166,174,197)
#B6BED0
(182,190,208)
#C6CEDB
(198,206,219)
#D6DEE6
(214,222,230)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464E83; }

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

This text font color is #464E83.

Background Color

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

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

This div background color is #464E83.

Border color

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

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

This div border color is #464E83.

Opacity

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

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

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

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

This text has shadow with #464E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464E83.

Preview

Color preview on black background

This text has color #464E83 on black background.


Color preview on white background

This text has color #464E83 on white background.


Black color preview on #464E83 background

This text has black color on #464E83 background.


White color preview on #464E83 background

This text has white color on #464E83 background.


Related colors

Complementary color

Complementary color for #hex is #B9B17C.


I love getcolorcode.com

Triadic colors

1 #83464E and #4E8346 with #464E83 are triadic colors.

2 #834E46 and #4E4683 with #464E83 are triadic colors.