COLOR #46386E

HEX: #46386E
RGB: (70,56,110)

Color info

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

RGB color model

#46386E color RGB value is (70,56,110).

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

RGB channels and saturation

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

70
56
110

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

Portions of RGB colors in percentages

R + G + B =
70 + 56 + 110 = 236 (100%)
R 70 of 236 ~ 29.66%
G 56 of 236 ~ 23.73%
B 110 of 236 ~ 46.61%

%29.66
%23.73
%46.61

CMYK color model

#46386E color CMYK value is (36,49,0,57).

  • cyan value is 36.36%
  • magenta value is 49.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(36,49,0,57)
C36M49Y0K57 
(36%,49%,0%,57%)
(0.36/0.49/0.00/0.57)	

CMYK percentages

%36.36
%49.09
%0
%56.86

Codes

Color #46386E in popluar color models

46386E
RGB7056110
HSL256°32.53%32.55%
HSB/HSV256°49.09%43.14%
CMYK36.36%49.09%0.00%
56.86%

Color #46386E in popluar number systems.

HEX46386E
Decimal7056110
Binary10001101110001101110
Octal10670156

Shades and tints

Shades of #46386E

#46386E
(70,56,110)
#403364
(64,51,100)
#3A2E5A
(58,46,90)
#342950
(52,41,80)
#2E2446
(46,36,70)
#281F3C
(40,31,60)
#221A32
(34,26,50)
#1C1528
(28,21,40)
#16101E
(22,16,30)
#100B14
(16,11,20)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #46386E

#46386E
(70,56,110)
#564A7B
(86,74,123)
#665C88
(102,92,136)
#766E95
(118,110,149)
#8680A2
(134,128,162)
#9692AF
(150,146,175)
#A6A4BC
(166,164,188)
#B6B6C9
(182,182,201)
#C6C8D6
(198,200,214)
#D6DAE3
(214,218,227)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46386E; }

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

This text font color is #46386E.


Background Color

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

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

This div background color is #46386E.


Border color

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

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

This div border color is #46386E.


Opacity

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

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

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

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

This text has shadow with #46386E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46386E on black background.


Color preview on white background

This text has color #46386E on white background.



Black color preview on #46386E background

This text has black color on #46386E background.


White color preview on #46386E background

This text has white color on #46386E background.