COLOR #46495D

HEX: #46495D
RGB: (70,73,93)

Color info

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

RGB color model

#46495D color RGB value is (70,73,93).

  • red value is 70;
  • green value is 73;
  • blue value is 93.
RGB:
(70,73,93)
(27%,29%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 93 of 255 = 36%

70
73
93

R + G + B ~ 31%. #46495D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 93 = 236 (100%)
R 70 of 236 ~ 29.66%
G 73 of 236 ~ 30.93%
B 93 of 236 ~ 39.41%

%29.66
%30.93
%39.41

CMYK color model

#46495D color CMYK value is (25,22,0,64).

  • cyan value is 24.73%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(25,22,0,64)
C25M22Y0K64 
(25%,22%,0%,64%)
(0.25/0.22/0.00/0.64)	

CMYK percentages

%24.73
%21.51
%0
%63.53

Codes

Color #46495D in popluar color models

46495D
RGB707393
HSL232°14.11%31.96%
HSB/HSV232°24.73%36.47%
CMYK24.73%21.51%0.00%
63.53%

Color #46495D in popluar number systems.

HEX46495D
Decimal707393
Binary100011010010011011101
Octal106111135

Shades and tints

Shades of #46495D

#46495D
(70,73,93)
#404355
(64,67,85)
#3A3D4D
(58,61,77)
#343745
(52,55,69)
#2E313D
(46,49,61)
#282B35
(40,43,53)
#22252D
(34,37,45)
#1C1F25
(28,31,37)
#16191D
(22,25,29)
#101315
(16,19,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #46495D

#46495D
(70,73,93)
#56596B
(86,89,107)
#666979
(102,105,121)
#767987
(118,121,135)
#868995
(134,137,149)
#9699A3
(150,153,163)
#A6A9B1
(166,169,177)
#B6B9BF
(182,185,191)
#C6C9CD
(198,201,205)
#D6D9DB
(214,217,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46495D color. Also use rgb(70,73,93) instead hex code.

Text Font Color

.myTextColor { color: #46495D; }

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

This text font color is #46495D.


Background Color

.myBgColor { background-color: #46495D; }

<div style="background-color:#46495D">Inner text</div>

This div background color is #46495D.


Border color

.myBorderColor { border: 1px solid #46495D; }

<div style="border:3px solid #46495D">Div</div>

This div border color is #46495D.


Opacity

.myOpacity80 { color: #46495D; opacity: 0.8; }

<p style="color:#46495D;opacity:0.8;">80%</p>

Text with #46495D 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 #46495D;}

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

This text has shadow with #46495D color.

.textShadow {text-shadow: 3px 3px 1px #46495D, 3px 3px 1px red;}

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

This text has shadow with #46495D primary color and red secondary color.


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

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

This text has shadow with #46495D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46495D on black background.


Color preview on white background

This text has color #46495D on white background.



Black color preview on #46495D background

This text has black color on #46495D background.


White color preview on #46495D background

This text has white color on #46495D background.