COLOR #464C4E

HEX: #464C4E RGB: (70,76,78)

Color info

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

RGB color model

#464C4E color RGB value is (70,76,78).

RGB: (70,76,78) (27%, 30%, 31%)

RGB channels and saturation

R 70 of 255 = 27%
G 76 of 255 = 30%
B 78 of 255 = 31%

70
76
78

R + G + B ~ 29%. #464C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 76 + 78 = 224 (100%)
R 70 of 224 ~ 31.25%
G 76 of 224 ~ 33.93%
B 78 of 224 ~ 34.82'%

%31.25
%33.93
%34.82

CMYK color model

#464C4E color CMYK value is (10,3,0,69).

  • cyan value is 10.26%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (10,3,0,69)
C10M3Y0K69 (10%, 3%, 0%, 69%)
(0.10 / 0.03 / 0.00 / 0.69)

CMYK percentages

%10.26
%2.56
%0
%69.41

Codes

Color #464C4E in popluar color models

46 4C 4E
RGB 70 76 78
HSL 195° 5.41% 29.02%
HSB/HSV 195° 10.26% 30.59%
CMYK 10.26% 2.56% 0.00%
69.41%

Color #464C4E in popluar number systems.

HEX 46 4C 4E
Decimal 70 76 78
Binary 1000110 1001100 1001110
Octal 106 114 116

Shades and tints

Shades of #464C4E

#464C4E
(70,76,78)
#404647
(64,70,71)
#3A4040
(58,64,64)
#343A39
(52,58,57)
#2E3432
(46,52,50)
#282E2B
(40,46,43)
#222824
(34,40,36)
#1C221D
(28,34,29)
#161C16
(22,28,22)
#10160F
(16,22,15)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #464C4E

#464C4E
(70,76,78)
#565C5E
(86,92,94)
#666C6E
(102,108,110)
#767C7E
(118,124,126)
#868C8E
(134,140,142)
#969C9E
(150,156,158)
#A6ACAE
(166,172,174)
#B6BCBE
(182,188,190)
#C6CCCE
(198,204,206)
#D6DCDE
(214,220,222)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464C4E; }

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

This text font color is #464C4E.

Background Color

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

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

This div background color is #464C4E.

Border color

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

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

This div border color is #464C4E.

Opacity

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

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

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

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

This text has shadow with #464C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464C4E.

Preview

Color preview on black background

This text has color #464C4E on black background.


Color preview on white background

This text has color #464C4E on white background.


Black color preview on #464C4E background

This text has black color on #464C4E background.


White color preview on #464C4E background

This text has white color on #464C4E background.


Related colors

Complementary color

Complementary color for #hex is #B9B3B1.


I love getcolorcode.com

Triadic colors

1 #4E464C and #4C4E46 with #464C4E are triadic colors.

2 #4E4C46 and #4C464E with #464C4E are triadic colors.