COLOR #46376E

HEX: #46376E
RGB: (70,55,110)

Color info

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

RGB color model

#46376E color RGB value is (70,55,110).

  • red value is 70;
  • green value is 55;
  • blue value is 110.
RGB:
(70,55,110)
(27%,22%,43%)

RGB channels and saturation

R 70 of 255 = 27%
G 55 of 255 = 22%
B 110 of 255 = 43%

70
55
110

R + G + B ~ 31%. #46376E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 55 + 110 = 235 (100%)
R 70 of 235 ~ 29.79%
G 55 of 235 ~ 23.4%
B 110 of 235 ~ 46.81%

%29.79
%23.4
%46.81

CMYK color model

#46376E color CMYK value is (36,50,0,57).

  • cyan value is 36.36%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(36,50,0,57)
C36M50Y0K57 
(36%,50%,0%,57%)
(0.36/0.50/0.00/0.57)	

CMYK percentages

%36.36
%50
%0
%56.86

Codes

Color #46376E in popluar color models

46376E
RGB7055110
HSL256°33.33%32.35%
HSB/HSV256°50.00%43.14%
CMYK36.36%50.00%0.00%
56.86%

Color #46376E in popluar number systems.

HEX46376E
Decimal7055110
Binary10001101101111101110
Octal10667156

Shades and tints

Shades of #46376E

#46376E
(70,55,110)
#403264
(64,50,100)
#3A2D5A
(58,45,90)
#342850
(52,40,80)
#2E2346
(46,35,70)
#281E3C
(40,30,60)
#221932
(34,25,50)
#1C1428
(28,20,40)
#160F1E
(22,15,30)
#100A14
(16,10,20)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #46376E

#46376E
(70,55,110)
#56497B
(86,73,123)
#665B88
(102,91,136)
#766D95
(118,109,149)
#867FA2
(134,127,162)
#9691AF
(150,145,175)
#A6A3BC
(166,163,188)
#B6B5C9
(182,181,201)
#C6C7D6
(198,199,214)
#D6D9E3
(214,217,227)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46376E color. Also use rgb(70,55,110) instead hex code.

Text Font Color

.myTextColor { color: #46376E; }

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

This text font color is #46376E.


Background Color

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

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

This div background color is #46376E.


Border color

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

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

This div border color is #46376E.


Opacity

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

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

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

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

This text has shadow with #46376E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46376E on black background.


Color preview on white background

This text has color #46376E on white background.



Black color preview on #46376E background

This text has black color on #46376E background.


White color preview on #46376E background

This text has white color on #46376E background.