COLOR #46485D

HEX: #46485D
RGB: (70,72,93)

Color info

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

RGB color model

#46485D color RGB value is (70,72,93).

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

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 93 of 255 = 36%

70
72
93

R + G + B ~ 30%. #46485D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 93 = 235 (100%)
R 70 of 235 ~ 29.79%
G 72 of 235 ~ 30.64%
B 93 of 235 ~ 39.57%

%29.79
%30.64
%39.57

CMYK color model

#46485D color CMYK value is (25,23,0,64).

  • cyan value is 24.73%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(25,23,0,64)
C25M23Y0K64 
(25%,23%,0%,64%)
(0.25/0.23/0.00/0.64)	

CMYK percentages

%24.73
%22.58
%0
%63.53

Codes

Color #46485D in popluar color models

46485D
RGB707293
HSL235°14.11%31.96%
HSB/HSV235°24.73%36.47%
CMYK24.73%22.58%0.00%
63.53%

Color #46485D in popluar number systems.

HEX46485D
Decimal707293
Binary100011010010001011101
Octal106110135

Shades and tints

Shades of #46485D

#46485D
(70,72,93)
#404255
(64,66,85)
#3A3C4D
(58,60,77)
#343645
(52,54,69)
#2E303D
(46,48,61)
#282A35
(40,42,53)
#22242D
(34,36,45)
#1C1E25
(28,30,37)
#16181D
(22,24,29)
#101215
(16,18,21)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #46485D

#46485D
(70,72,93)
#56586B
(86,88,107)
#666879
(102,104,121)
#767887
(118,120,135)
#868895
(134,136,149)
#9698A3
(150,152,163)
#A6A8B1
(166,168,177)
#B6B8BF
(182,184,191)
#C6C8CD
(198,200,205)
#D6D8DB
(214,216,219)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46485D; }

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

This text font color is #46485D.


Background Color

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

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

This div background color is #46485D.


Border color

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

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

This div border color is #46485D.


Opacity

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

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

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

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

This text has shadow with #46485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46485D on black background.


Color preview on white background

This text has color #46485D on white background.



Black color preview on #46485D background

This text has black color on #46485D background.


White color preview on #46485D background

This text has white color on #46485D background.