COLOR #46415E

HEX: #46415E
RGB: (70,65,94)

Color info

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

RGB color model

#46415E color RGB value is (70,65,94).

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

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 94 of 255 = 37%

70
65
94

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

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 94 = 229 (100%)
R 70 of 229 ~ 30.57%
G 65 of 229 ~ 28.38%
B 94 of 229 ~ 41.05%

%30.57
%28.38
%41.05

CMYK color model

#46415E color CMYK value is (26,31,0,63).

  • cyan value is 25.53%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(26,31,0,63)
C26M31Y0K63 
(26%,31%,0%,63%)
(0.26/0.31/0.00/0.63)	

CMYK percentages

%25.53
%30.85
%0
%63.14

Codes

Color #46415E in popluar color models

46415E
RGB706594
HSL250°18.24%31.18%
HSB/HSV250°30.85%36.86%
CMYK25.53%30.85%0.00%
63.14%

Color #46415E in popluar number systems.

HEX46415E
Decimal706594
Binary100011010000011011110
Octal106101136

Shades and tints

Shades of #46415E

#46415E
(70,65,94)
#403C56
(64,60,86)
#3A374E
(58,55,78)
#343246
(52,50,70)
#2E2D3E
(46,45,62)
#282836
(40,40,54)
#22232E
(34,35,46)
#1C1E26
(28,30,38)
#16191E
(22,25,30)
#101416
(16,20,22)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #46415E

#46415E
(70,65,94)
#56526C
(86,82,108)
#66637A
(102,99,122)
#767488
(118,116,136)
#868596
(134,133,150)
#9696A4
(150,150,164)
#A6A7B2
(166,167,178)
#B6B8C0
(182,184,192)
#C6C9CE
(198,201,206)
#D6DADC
(214,218,220)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46415E; }

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

This text font color is #46415E.


Background Color

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

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

This div background color is #46415E.


Border color

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

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

This div border color is #46415E.


Opacity

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

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

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

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

This text has shadow with #46415E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46415E on black background.


Color preview on white background

This text has color #46415E on white background.



Black color preview on #46415E background

This text has black color on #46415E background.


White color preview on #46415E background

This text has white color on #46415E background.