COLOR #46335D

HEX: #46335D
RGB: (70,51,93)

Color info

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

RGB color model

#46335D color RGB value is (70,51,93).

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

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 93 of 255 = 36%

70
51
93

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

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 93 = 214 (100%)
R 70 of 214 ~ 32.71%
G 51 of 214 ~ 23.83%
B 93 of 214 ~ 43.46%

%32.71
%23.83
%43.46

CMYK color model

#46335D color CMYK value is (25,45,0,64).

  • cyan value is 24.73%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(25,45,0,64)
C25M45Y0K64 
(25%,45%,0%,64%)
(0.25/0.45/0.00/0.64)	

CMYK percentages

%24.73
%45.16
%0
%63.53

Codes

Color #46335D in popluar color models

46335D
RGB705193
HSL267°29.17%28.24%
HSB/HSV267°45.16%36.47%
CMYK24.73%45.16%0.00%
63.53%

Color #46335D in popluar number systems.

HEX46335D
Decimal705193
Binary10001101100111011101
Octal10663135

Shades and tints

Shades of #46335D

#46335D
(70,51,93)
#402F55
(64,47,85)
#3A2B4D
(58,43,77)
#342745
(52,39,69)
#2E233D
(46,35,61)
#281F35
(40,31,53)
#221B2D
(34,27,45)
#1C1725
(28,23,37)
#16131D
(22,19,29)
#100F15
(16,15,21)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #46335D

#46335D
(70,51,93)
#56456B
(86,69,107)
#665779
(102,87,121)
#766987
(118,105,135)
#867B95
(134,123,149)
#968DA3
(150,141,163)
#A69FB1
(166,159,177)
#B6B1BF
(182,177,191)
#C6C3CD
(198,195,205)
#D6D5DB
(214,213,219)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46335D; }

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

This text font color is #46335D.


Background Color

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

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

This div background color is #46335D.


Border color

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

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

This div border color is #46335D.


Opacity

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

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

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

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

This text has shadow with #46335D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46335D on black background.


Color preview on white background

This text has color #46335D on white background.



Black color preview on #46335D background

This text has black color on #46335D background.


White color preview on #46335D background

This text has white color on #46335D background.