COLOR #46467E

HEX: #46467E
RGB: (70,70,126)

Color info

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

RGB color model

#46467E color RGB value is (70,70,126).

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

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 126 of 255 = 49%

70
70
126

R + G + B ~ 34%. #46467E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 126 = 266 (100%)
R 70 of 266 ~ 26.32%
G 70 of 266 ~ 26.32%
B 126 of 266 ~ 47.37%

%26.32
%26.32
%47.37

CMYK color model

#46467E color CMYK value is (44,44,0,51).

  • cyan value is 44.44%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(44,44,0,51)
C44M44Y0K51 
(44%,44%,0%,51%)
(0.44/0.44/0.00/0.51)	

CMYK percentages

%44.44
%44.44
%0
%50.59

Codes

Color #46467E in popluar color models

46467E
RGB7070126
HSL240°28.57%38.43%
HSB/HSV240°44.44%49.41%
CMYK44.44%44.44%0.00%
50.59%

Color #46467E in popluar number systems.

HEX46467E
Decimal7070126
Binary100011010001101111110
Octal106106176

Shades and tints

Shades of #46467E

#46467E
(70,70,126)
#404073
(64,64,115)
#3A3A68
(58,58,104)
#34345D
(52,52,93)
#2E2E52
(46,46,82)
#282847
(40,40,71)
#22223C
(34,34,60)
#1C1C31
(28,28,49)
#161626
(22,22,38)
#10101B
(16,16,27)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #46467E

#46467E
(70,70,126)
#565689
(86,86,137)
#666694
(102,102,148)
#76769F
(118,118,159)
#8686AA
(134,134,170)
#9696B5
(150,150,181)
#A6A6C0
(166,166,192)
#B6B6CB
(182,182,203)
#C6C6D6
(198,198,214)
#D6D6E1
(214,214,225)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46467E; }

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

This text font color is #46467E.


Background Color

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

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

This div background color is #46467E.


Border color

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

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

This div border color is #46467E.


Opacity

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

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

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

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

This text has shadow with #46467E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46467E on black background.


Color preview on white background

This text has color #46467E on white background.



Black color preview on #46467E background

This text has black color on #46467E background.


White color preview on #46467E background

This text has white color on #46467E background.