COLOR #46465B

HEX: #46465B RGB: (70,70,91)

Color info

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

RGB color model

#46465B color RGB value is (70,70,91).

RGB: (70,70,91) (27%, 27%, 36%)

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 91 of 255 = 36%

70
70
91

R + G + B ~ 30%. #46465B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 70 + 91 = 231 (100%)
R 70 of 231 ~ 30.3%
G 70 of 231 ~ 30.3%
B 91 of 231 ~ 39.39'%

%30.3
%30.3
%39.39

CMYK color model

#46465B color CMYK value is (23,23,0,64).

  • cyan value is 23.08%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (23,23,0,64)
C23M23Y0K64 (23%, 23%, 0%, 64%)
(0.23 / 0.23 / 0.00 / 0.64)

CMYK percentages

%23.08
%23.08
%0
%64.31

Codes

Color #46465B in popluar color models

46 46 5B
RGB 70 70 91
HSL 240° 13.04% 31.57%
HSB/HSV 240° 23.08% 35.69%
CMYK 23.08% 23.08% 0.00%
64.31%

Color #46465B in popluar number systems.

HEX 46 46 5B
Decimal 70 70 91
Binary 1000110 1000110 1011011
Octal 106 106 133

Shades and tints

Shades of #46465B

#46465B
(70,70,91)
#404053
(64,64,83)
#3A3A4B
(58,58,75)
#343443
(52,52,67)
#2E2E3B
(46,46,59)
#282833
(40,40,51)
#22222B
(34,34,43)
#1C1C23
(28,28,35)
#16161B
(22,22,27)
#101013
(16,16,19)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #46465B

#46465B
(70,70,91)
#565669
(86,86,105)
#666677
(102,102,119)
#767685
(118,118,133)
#868693
(134,134,147)
#9696A1
(150,150,161)
#A6A6AF
(166,166,175)
#B6B6BD
(182,182,189)
#C6C6CB
(198,198,203)
#D6D6D9
(214,214,217)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46465B; }

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

This text font color is #46465B.

Background Color

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

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

This div background color is #46465B.

Border color

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

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

This div border color is #46465B.

Opacity

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

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

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

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

This text has shadow with #46465B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46465B.

Preview

Color preview on black background

This text has color #46465B on black background.


Color preview on white background

This text has color #46465B on white background.


Black color preview on #46465B background

This text has black color on #46465B background.


White color preview on #46465B background

This text has white color on #46465B background.


Related colors

Complementary color

Complementary color for #hex is #B9B9A4.


I love getcolorcode.com