COLOR #46474A

HEX: #46474A
RGB: (70,71,74)

Color info

#46474A contains red, green and blue colors in about the same proportion. Web safe color of #46474A is #333333 (or #333).

RGB color model

#46474A color RGB value is (70,71,74).

  • red value is 70;
  • green value is 71;
  • blue value is 74.
RGB:
(70,71,74)
(27%,28%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 74 of 255 = 29%

70
71
74

R + G + B ~ 28%. #46474A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 74 = 215 (100%)
R 70 of 215 ~ 32.56%
G 71 of 215 ~ 33.02%
B 74 of 215 ~ 34.42%

%32.56
%33.02
%34.42

CMYK color model

#46474A color CMYK value is (5,4,0,71).

  • cyan value is 5.41%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(5,4,0,71)
C5M4Y0K71 
(5%,4%,0%,71%)
(0.05/0.04/0.00/0.71)	

CMYK percentages

%5.41
%4.05
%0
%70.98

Codes

Color #46474A in popluar color models

46474A
RGB707174
HSL225°2.78%28.24%
HSB/HSV225°5.41%29.02%
CMYK5.41%4.05%0.00%
70.98%

Color #46474A in popluar number systems.

HEX46474A
Decimal707174
Binary100011010001111001010
Octal106107112

Shades and tints

Shades of #46474A

#46474A
(70,71,74)
#404144
(64,65,68)
#3A3B3E
(58,59,62)
#343538
(52,53,56)
#2E2F32
(46,47,50)
#28292C
(40,41,44)
#222326
(34,35,38)
#1C1D20
(28,29,32)
#16171A
(22,23,26)
#101114
(16,17,20)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #46474A

#46474A
(70,71,74)
#56575A
(86,87,90)
#66676A
(102,103,106)
#76777A
(118,119,122)
#86878A
(134,135,138)
#96979A
(150,151,154)
#A6A7AA
(166,167,170)
#B6B7BA
(182,183,186)
#C6C7CA
(198,199,202)
#D6D7DA
(214,215,218)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46474A; }

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

This text font color is #46474A.


Background Color

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

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

This div background color is #46474A.


Border color

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

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

This div border color is #46474A.


Opacity

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

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

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

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

This text has shadow with #46474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46474A on black background.


Color preview on white background

This text has color #46474A on white background.



Black color preview on #46474A background

This text has black color on #46474A background.


White color preview on #46474A background

This text has white color on #46474A background.