COLOR #464C6E

HEX: #464C6E RGB: (70,76,110)

Color info

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

RGB color model

#464C6E color RGB value is (70,76,110).

RGB: (70,76,110) (27%, 30%, 43%)

RGB channels and saturation

R 70 of 255 = 27%
G 76 of 255 = 30%
B 110 of 255 = 43%

70
76
110

R + G + B ~ 33%. #464C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 76 + 110 = 256 (100%)
R 70 of 256 ~ 27.34%
G 76 of 256 ~ 29.69%
B 110 of 256 ~ 42.97'%

%27.34
%29.69
%42.97

CMYK color model

#464C6E color CMYK value is (36,31,0,57).

  • cyan value is 36.36%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (36,31,0,57)
C36M31Y0K57 (36%, 31%, 0%, 57%)
(0.36 / 0.31 / 0.00 / 0.57)

CMYK percentages

%36.36
%30.91
%0
%56.86

Codes

Color #464C6E in popluar color models

46 4C 6E
RGB 70 76 110
HSL 231° 22.22% 35.29%
HSB/HSV 231° 36.36% 43.14%
CMYK 36.36% 30.91% 0.00%
56.86%

Color #464C6E in popluar number systems.

HEX 46 4C 6E
Decimal 70 76 110
Binary 1000110 1001100 1101110
Octal 106 114 156

Shades and tints

Shades of #464C6E

#464C6E
(70,76,110)
#404664
(64,70,100)
#3A405A
(58,64,90)
#343A50
(52,58,80)
#2E3446
(46,52,70)
#282E3C
(40,46,60)
#222832
(34,40,50)
#1C2228
(28,34,40)
#161C1E
(22,28,30)
#101614
(16,22,20)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #464C6E

#464C6E
(70,76,110)
#565C7B
(86,92,123)
#666C88
(102,108,136)
#767C95
(118,124,149)
#868CA2
(134,140,162)
#969CAF
(150,156,175)
#A6ACBC
(166,172,188)
#B6BCC9
(182,188,201)
#C6CCD6
(198,204,214)
#D6DCE3
(214,220,227)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464C6E color. Also use rgb(70,76,110) instead hex code.

Text Font Color

.myTextColor { color: #464C6E; }

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

This text font color is #464C6E.

Background Color

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

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

This div background color is #464C6E.

Border color

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

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

This div border color is #464C6E.

Opacity

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

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

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

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

This text has shadow with #464C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464C6E.

Preview

Color preview on black background

This text has color #464C6E on black background.


Color preview on white background

This text has color #464C6E on white background.


Black color preview on #464C6E background

This text has black color on #464C6E background.


White color preview on #464C6E background

This text has white color on #464C6E background.


Related colors

Complementary color

Complementary color for #hex is #B9B391.


I love getcolorcode.com

Triadic colors

1 #6E464C and #4C6E46 with #464C6E are triadic colors.

2 #6E4C46 and #4C466E with #464C6E are triadic colors.