COLOR #46395C

HEX: #46395C
RGB: (70,57,92)

Color info

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

RGB color model

#46395C color RGB value is (70,57,92).

  • red value is 70;
  • green value is 57;
  • blue value is 92.
RGB:
(70,57,92)
(27%,22%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 57 of 255 = 22%
B 92 of 255 = 36%

70
57
92

R + G + B ~ 28%. #46395C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 92 = 219 (100%)
R 70 of 219 ~ 31.96%
G 57 of 219 ~ 26.03%
B 92 of 219 ~ 42.01%

%31.96
%26.03
%42.01

CMYK color model

#46395C color CMYK value is (24,38,0,64).

  • cyan value is 23.91%
  • magenta value is 38.04%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(24,38,0,64)
C24M38Y0K64 
(24%,38%,0%,64%)
(0.24/0.38/0.00/0.64)	

CMYK percentages

%23.91
%38.04
%0
%63.92

Codes

Color #46395C in popluar color models

46395C
RGB705792
HSL262°23.49%29.22%
HSB/HSV262°38.04%36.08%
CMYK23.91%38.04%0.00%
63.92%

Color #46395C in popluar number systems.

HEX46395C
Decimal705792
Binary10001101110011011100
Octal10671134

Shades and tints

Shades of #46395C

#46395C
(70,57,92)
#403454
(64,52,84)
#3A2F4C
(58,47,76)
#342A44
(52,42,68)
#2E253C
(46,37,60)
#282034
(40,32,52)
#221B2C
(34,27,44)
#1C1624
(28,22,36)
#16111C
(22,17,28)
#100C14
(16,12,20)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #46395C

#46395C
(70,57,92)
#564B6A
(86,75,106)
#665D78
(102,93,120)
#766F86
(118,111,134)
#868194
(134,129,148)
#9693A2
(150,147,162)
#A6A5B0
(166,165,176)
#B6B7BE
(182,183,190)
#C6C9CC
(198,201,204)
#D6DBDA
(214,219,218)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46395C color. Also use rgb(70,57,92) instead hex code.

Text Font Color

.myTextColor { color: #46395C; }

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

This text font color is #46395C.


Background Color

.myBgColor { background-color: #46395C; }

<div style="background-color:#46395C">Inner text</div>

This div background color is #46395C.


Border color

.myBorderColor { border: 1px solid #46395C; }

<div style="border:3px solid #46395C">Div</div>

This div border color is #46395C.


Opacity

.myOpacity80 { color: #46395C; opacity: 0.8; }

<p style="color:#46395C;opacity:0.8;">80%</p>

Text with #46395C 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 #46395C;}

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

This text has shadow with #46395C color.

.textShadow {text-shadow: 3px 3px 1px #46395C, 3px 3px 1px red;}

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

This text has shadow with #46395C primary color and red secondary color.


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

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

This text has shadow with #46395C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46395C on black background.


Color preview on white background

This text has color #46395C on white background.



Black color preview on #46395C background

This text has black color on #46395C background.


White color preview on #46395C background

This text has white color on #46395C background.