COLOR #46484B

HEX: #46484B
RGB: (70,72,75)

Color info

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

RGB color model

#46484B color RGB value is (70,72,75).

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

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 75 of 255 = 29%

70
72
75

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

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 75 = 217 (100%)
R 70 of 217 ~ 32.26%
G 72 of 217 ~ 33.18%
B 75 of 217 ~ 34.56%

%32.26
%33.18
%34.56

CMYK color model

#46484B color CMYK value is (7,4,0,71).

  • cyan value is 6.67%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(7,4,0,71)
C7M4Y0K71 
(7%,4%,0%,71%)
(0.07/0.04/0.00/0.71)	

CMYK percentages

%6.67
%4
%0
%70.59

Codes

Color #46484B in popluar color models

46484B
RGB707275
HSL216°3.45%28.43%
HSB/HSV216°6.67%29.41%
CMYK6.67%4.00%0.00%
70.59%

Color #46484B in popluar number systems.

HEX46484B
Decimal707275
Binary100011010010001001011
Octal106110113

Shades and tints

Shades of #46484B

#46484B
(70,72,75)
#404245
(64,66,69)
#3A3C3F
(58,60,63)
#343639
(52,54,57)
#2E3033
(46,48,51)
#282A2D
(40,42,45)
#222427
(34,36,39)
#1C1E21
(28,30,33)
#16181B
(22,24,27)
#101215
(16,18,21)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #46484B

#46484B
(70,72,75)
#56585B
(86,88,91)
#66686B
(102,104,107)
#76787B
(118,120,123)
#86888B
(134,136,139)
#96989B
(150,152,155)
#A6A8AB
(166,168,171)
#B6B8BB
(182,184,187)
#C6C8CB
(198,200,203)
#D6D8DB
(214,216,219)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46484B color. Also use rgb(70,72,75) instead hex code.

Text Font Color

.myTextColor { color: #46484B; }

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

This text font color is #46484B.


Background Color

.myBgColor { background-color: #46484B; }

<div style="background-color:#46484B">Inner text</div>

This div background color is #46484B.


Border color

.myBorderColor { border: 1px solid #46484B; }

<div style="border:3px solid #46484B">Div</div>

This div border color is #46484B.


Opacity

.myOpacity80 { color: #46484B; opacity: 0.8; }

<p style="color:#46484B;opacity:0.8;">80%</p>

Text with #46484B 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 #46484B;}

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

This text has shadow with #46484B color.

.textShadow {text-shadow: 3px 3px 1px #46484B, 3px 3px 1px red;}

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

This text has shadow with #46484B primary color and red secondary color.


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

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

This text has shadow with #46484B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46484B on black background.


Color preview on white background

This text has color #46484B on white background.



Black color preview on #46484B background

This text has black color on #46484B background.


White color preview on #46484B background

This text has white color on #46484B background.