COLOR #46467F

HEX: #46467F
RGB: (70,70,127)

Color info

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

RGB color model

#46467F color RGB value is (70,70,127).

  • red value is 70;
  • green value is 70;
  • blue value is 127.
RGB:
(70,70,127)
(27%,27%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 127 of 255 = 50%

70
70
127

R + G + B ~ 35%. #46467F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 127 = 267 (100%)
R 70 of 267 ~ 26.22%
G 70 of 267 ~ 26.22%
B 127 of 267 ~ 47.57%

%26.22
%26.22
%47.57

CMYK color model

#46467F color CMYK value is (45,45,0,50).

  • cyan value is 44.88%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(45,45,0,50)
C45M45Y0K50 
(45%,45%,0%,50%)
(0.45/0.45/0.00/0.50)	

CMYK percentages

%44.88
%44.88
%0
%50.2

Codes

Color #46467F in popluar color models

46467F
RGB7070127
HSL240°28.93%38.63%
HSB/HSV240°44.88%49.80%
CMYK44.88%44.88%0.00%
50.20%

Color #46467F in popluar number systems.

HEX46467F
Decimal7070127
Binary100011010001101111111
Octal106106177

Shades and tints

Shades of #46467F

#46467F
(70,70,127)
#404074
(64,64,116)
#3A3A69
(58,58,105)
#34345E
(52,52,94)
#2E2E53
(46,46,83)
#282848
(40,40,72)
#22223D
(34,34,61)
#1C1C32
(28,28,50)
#161627
(22,22,39)
#10101C
(16,16,28)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #46467F

#46467F
(70,70,127)
#56568A
(86,86,138)
#666695
(102,102,149)
#7676A0
(118,118,160)
#8686AB
(134,134,171)
#9696B6
(150,150,182)
#A6A6C1
(166,166,193)
#B6B6CC
(182,182,204)
#C6C6D7
(198,198,215)
#D6D6E2
(214,214,226)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46467F color. Also use rgb(70,70,127) instead hex code.

Text Font Color

.myTextColor { color: #46467F; }

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

This text font color is #46467F.


Background Color

.myBgColor { background-color: #46467F; }

<div style="background-color:#46467F">Inner text</div>

This div background color is #46467F.


Border color

.myBorderColor { border: 1px solid #46467F; }

<div style="border:3px solid #46467F">Div</div>

This div border color is #46467F.


Opacity

.myOpacity80 { color: #46467F; opacity: 0.8; }

<p style="color:#46467F;opacity:0.8;">80%</p>

Text with #46467F 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 #46467F;}

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

This text has shadow with #46467F color.

.textShadow {text-shadow: 3px 3px 1px #46467F, 3px 3px 1px red;}

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

This text has shadow with #46467F primary color and red secondary color.


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

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

This text has shadow with #46467F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46467F on black background.


Color preview on white background

This text has color #46467F on white background.



Black color preview on #46467F background

This text has black color on #46467F background.


White color preview on #46467F background

This text has white color on #46467F background.