COLOR #46415B

HEX: #46415B
RGB: (70,65,91)

Color info

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

RGB color model

#46415B color RGB value is (70,65,91).

  • red value is 70;
  • green value is 65;
  • blue value is 91.
RGB:
(70,65,91)
(27%,25%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 91 of 255 = 36%

70
65
91

R + G + B ~ 29%. #46415B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 91 = 226 (100%)
R 70 of 226 ~ 30.97%
G 65 of 226 ~ 28.76%
B 91 of 226 ~ 40.27%

%30.97
%28.76
%40.27

CMYK color model

#46415B color CMYK value is (23,29,0,64).

  • cyan value is 23.08%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(23,29,0,64)
C23M29Y0K64 
(23%,29%,0%,64%)
(0.23/0.29/0.00/0.64)	

CMYK percentages

%23.08
%28.57
%0
%64.31

Codes

Color #46415B in popluar color models

46415B
RGB706591
HSL252°16.67%30.59%
HSB/HSV252°28.57%35.69%
CMYK23.08%28.57%0.00%
64.31%

Color #46415B in popluar number systems.

HEX46415B
Decimal706591
Binary100011010000011011011
Octal106101133

Shades and tints

Shades of #46415B

#46415B
(70,65,91)
#403C53
(64,60,83)
#3A374B
(58,55,75)
#343243
(52,50,67)
#2E2D3B
(46,45,59)
#282833
(40,40,51)
#22232B
(34,35,43)
#1C1E23
(28,30,35)
#16191B
(22,25,27)
#101413
(16,20,19)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #46415B

#46415B
(70,65,91)
#565269
(86,82,105)
#666377
(102,99,119)
#767485
(118,116,133)
#868593
(134,133,147)
#9696A1
(150,150,161)
#A6A7AF
(166,167,175)
#B6B8BD
(182,184,189)
#C6C9CB
(198,201,203)
#D6DAD9
(214,218,217)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46415B color. Also use rgb(70,65,91) instead hex code.

Text Font Color

.myTextColor { color: #46415B; }

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

This text font color is #46415B.


Background Color

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

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

This div background color is #46415B.


Border color

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

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

This div border color is #46415B.


Opacity

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

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

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

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

This text has shadow with #46415B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46415B on black background.


Color preview on white background

This text has color #46415B on white background.



Black color preview on #46415B background

This text has black color on #46415B background.


White color preview on #46415B background

This text has white color on #46415B background.