COLOR #464D7D

HEX: #464D7D RGB: (70,77,125)

Color info

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

RGB color model

#464D7D color RGB value is (70,77,125).

RGB: (70,77,125) (27%, 30%, 49%)

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 125 of 255 = 49%

70
77
125

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

Portions of RGB colors in percentages

R + G + B = 70 + 77 + 125 = 272 (100%)
R 70 of 272 ~ 25.74%
G 77 of 272 ~ 28.31%
B 125 of 272 ~ 45.96'%

%25.74
%28.31
%45.96

CMYK color model

#464D7D color CMYK value is (44,38,0,51).

  • cyan value is 44.00%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (44,38,0,51)
C44M38Y0K51 (44%, 38%, 0%, 51%)
(0.44 / 0.38 / 0.00 / 0.51)

CMYK percentages

%44
%38.4
%0
%50.98

Codes

Color #464D7D in popluar color models

46 4D 7D
RGB 70 77 125
HSL 232° 28.21% 38.24%
HSB/HSV 232° 44.00% 49.02%
CMYK 44.00% 38.40% 0.00%
50.98%

Color #464D7D in popluar number systems.

HEX 46 4D 7D
Decimal 70 77 125
Binary 1000110 1001101 1111101
Octal 106 115 175

Shades and tints

Shades of #464D7D

#464D7D
(70,77,125)
#404672
(64,70,114)
#3A3F67
(58,63,103)
#34385C
(52,56,92)
#2E3151
(46,49,81)
#282A46
(40,42,70)
#22233B
(34,35,59)
#1C1C30
(28,28,48)
#161525
(22,21,37)
#100E1A
(16,14,26)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #464D7D

#464D7D
(70,77,125)
#565D88
(86,93,136)
#666D93
(102,109,147)
#767D9E
(118,125,158)
#868DA9
(134,141,169)
#969DB4
(150,157,180)
#A6ADBF
(166,173,191)
#B6BDCA
(182,189,202)
#C6CDD5
(198,205,213)
#D6DDE0
(214,221,224)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464D7D color. Also use rgb(70,77,125) instead hex code.

Text Font Color

.myTextColor { color: #464D7D; }

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

This text font color is #464D7D.

Background Color

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

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

This div background color is #464D7D.

Border color

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

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

This div border color is #464D7D.

Opacity

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

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

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

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

This text has shadow with #464D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464D7D.

Preview

Color preview on black background

This text has color #464D7D on black background.


Color preview on white background

This text has color #464D7D on white background.


Black color preview on #464D7D background

This text has black color on #464D7D background.


White color preview on #464D7D background

This text has white color on #464D7D background.


Related colors

Complementary color

Complementary color for #hex is #B9B282.


I love getcolorcode.com

Triadic colors

1 #7D464D and #4D7D46 with #464D7D are triadic colors.

2 #7D4D46 and #4D467D with #464D7D are triadic colors.