COLOR #46466B

HEX: #46466B
RGB: (70,70,107)

Color info

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

RGB color model

#46466B color RGB value is (70,70,107).

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

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 107 of 255 = 42%

70
70
107

R + G + B ~ 32%. #46466B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 107 = 247 (100%)
R 70 of 247 ~ 28.34%
G 70 of 247 ~ 28.34%
B 107 of 247 ~ 43.32%

%28.34
%28.34
%43.32

CMYK color model

#46466B color CMYK value is (35,35,0,58).

  • cyan value is 34.58%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(35,35,0,58)
C35M35Y0K58 
(35%,35%,0%,58%)
(0.35/0.35/0.00/0.58)	

CMYK percentages

%34.58
%34.58
%0
%58.04

Codes

Color #46466B in popluar color models

46466B
RGB7070107
HSL240°20.90%34.71%
HSB/HSV240°34.58%41.96%
CMYK34.58%34.58%0.00%
58.04%

Color #46466B in popluar number systems.

HEX46466B
Decimal7070107
Binary100011010001101101011
Octal106106153

Shades and tints

Shades of #46466B

#46466B
(70,70,107)
#404062
(64,64,98)
#3A3A59
(58,58,89)
#343450
(52,52,80)
#2E2E47
(46,46,71)
#28283E
(40,40,62)
#222235
(34,34,53)
#1C1C2C
(28,28,44)
#161623
(22,22,35)
#10101A
(16,16,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #46466B

#46466B
(70,70,107)
#565678
(86,86,120)
#666685
(102,102,133)
#767692
(118,118,146)
#86869F
(134,134,159)
#9696AC
(150,150,172)
#A6A6B9
(166,166,185)
#B6B6C6
(182,182,198)
#C6C6D3
(198,198,211)
#D6D6E0
(214,214,224)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46466B color. Also use rgb(70,70,107) instead hex code.

Text Font Color

.myTextColor { color: #46466B; }

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

This text font color is #46466B.


Background Color

.myBgColor { background-color: #46466B; }

<div style="background-color:#46466B">Inner text</div>

This div background color is #46466B.


Border color

.myBorderColor { border: 1px solid #46466B; }

<div style="border:3px solid #46466B">Div</div>

This div border color is #46466B.


Opacity

.myOpacity80 { color: #46466B; opacity: 0.8; }

<p style="color:#46466B;opacity:0.8;">80%</p>

Text with #46466B 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 #46466B;}

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

This text has shadow with #46466B color.

.textShadow {text-shadow: 3px 3px 1px #46466B, 3px 3px 1px red;}

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

This text has shadow with #46466B primary color and red secondary color.


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

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

This text has shadow with #46466B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46466B on black background.


Color preview on white background

This text has color #46466B on white background.



Black color preview on #46466B background

This text has black color on #46466B background.


White color preview on #46466B background

This text has white color on #46466B background.