COLOR #46395A

HEX: #46395A
RGB: (70,57,90)

Color info

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

RGB color model

#46395A color RGB value is (70,57,90).

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

RGB channels and saturation

R 70 of 255 = 27%
G 57 of 255 = 22%
B 90 of 255 = 35%

70
57
90

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

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 90 = 217 (100%)
R 70 of 217 ~ 32.26%
G 57 of 217 ~ 26.27%
B 90 of 217 ~ 41.47%

%32.26
%26.27
%41.47

CMYK color model

#46395A color CMYK value is (22,37,0,65).

  • cyan value is 22.22%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(22,37,0,65)
C22M37Y0K65 
(22%,37%,0%,65%)
(0.22/0.37/0.00/0.65)	

CMYK percentages

%22.22
%36.67
%0
%64.71

Codes

Color #46395A in popluar color models

46395A
RGB705790
HSL264°22.45%28.82%
HSB/HSV264°36.67%35.29%
CMYK22.22%36.67%0.00%
64.71%

Color #46395A in popluar number systems.

HEX46395A
Decimal705790
Binary10001101110011011010
Octal10671132

Shades and tints

Shades of #46395A

#46395A
(70,57,90)
#403452
(64,52,82)
#3A2F4A
(58,47,74)
#342A42
(52,42,66)
#2E253A
(46,37,58)
#282032
(40,32,50)
#221B2A
(34,27,42)
#1C1622
(28,22,34)
#16111A
(22,17,26)
#100C12
(16,12,18)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #46395A

#46395A
(70,57,90)
#564B69
(86,75,105)
#665D78
(102,93,120)
#766F87
(118,111,135)
#868196
(134,129,150)
#9693A5
(150,147,165)
#A6A5B4
(166,165,180)
#B6B7C3
(182,183,195)
#C6C9D2
(198,201,210)
#D6DBE1
(214,219,225)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46395A; }

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

This text font color is #46395A.


Background Color

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

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

This div background color is #46395A.


Border color

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

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

This div border color is #46395A.


Opacity

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

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

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

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

This text has shadow with #46395A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46395A on black background.


Color preview on white background

This text has color #46395A on white background.



Black color preview on #46395A background

This text has black color on #46395A background.


White color preview on #46395A background

This text has white color on #46395A background.