COLOR #46474E

HEX: #46474E RGB: (70,71,78)

Color info

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

RGB color model

#46474E color RGB value is (70,71,78).

RGB: (70,71,78) (27%, 28%, 31%)

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 78 of 255 = 31%

70
71
78

R + G + B ~ 29%. #46474E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 71 + 78 = 219 (100%)
R 70 of 219 ~ 31.96%
G 71 of 219 ~ 32.42%
B 78 of 219 ~ 35.62'%

%31.96
%32.42
%35.62

CMYK color model

#46474E color CMYK value is (10,9,0,69).

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

CMYK: (10,9,0,69)
C10M9Y0K69 (10%, 9%, 0%, 69%)
(0.10 / 0.09 / 0.00 / 0.69)

CMYK percentages

%10.26
%8.97
%0
%69.41

Codes

Color #46474E in popluar color models

46 47 4E
RGB 70 71 78
HSL 233° 5.41% 29.02%
HSB/HSV 233° 10.26% 30.59%
CMYK 10.26% 8.97% 0.00%
69.41%

Color #46474E in popluar number systems.

HEX 46 47 4E
Decimal 70 71 78
Binary 1000110 1000111 1001110
Octal 106 107 116

Shades and tints

Shades of #46474E

#46474E
(70,71,78)
#404147
(64,65,71)
#3A3B40
(58,59,64)
#343539
(52,53,57)
#2E2F32
(46,47,50)
#28292B
(40,41,43)
#222324
(34,35,36)
#1C1D1D
(28,29,29)
#161716
(22,23,22)
#10110F
(16,17,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #46474E

#46474E
(70,71,78)
#56575E
(86,87,94)
#66676E
(102,103,110)
#76777E
(118,119,126)
#86878E
(134,135,142)
#96979E
(150,151,158)
#A6A7AE
(166,167,174)
#B6B7BE
(182,183,190)
#C6C7CE
(198,199,206)
#D6D7DE
(214,215,222)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46474E color. Also use rgb(70,71,78) instead hex code.

Text Font Color

.myTextColor { color: #46474E; }

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

This text font color is #46474E.

Background Color

.myBgColor { background-color: #46474E; }

<div style="background-color:#46474E">Inner text</div>

This div background color is #46474E.

Border color

.myBorderColor { border: 1px solid #46474E; }

<div style="border:3px solid #46474E">Div</div>

This div border color is #46474E.

Opacity

.myOpacity80 { color: #46474E; opacity: 0.8; }

<p style="color:#46474E;opacity:0.8;">80%</p>

Text with #46474E 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 #46474E;}

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

This text has shadow with #46474E color.


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

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

This text has shadow with #46474E primary color and red secondary color.


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

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

This text has shadow with #46474E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #46474E.

Preview

Color preview on black background

This text has color #46474E on black background.


Color preview on white background

This text has color #46474E on white background.


Black color preview on #46474E background

This text has black color on #46474E background.


White color preview on #46474E background

This text has white color on #46474E background.


Related colors

Complementary color

Complementary color for #hex is #B9B8B1.


I love getcolorcode.com

Triadic colors

1 #4E4647 and #474E46 with #46474E are triadic colors.

2 #4E4746 and #47464E with #46474E are triadic colors.