COLOR #46455B

HEX: #46455B
RGB: (70,69,91)

Color info

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

RGB color model

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

  • red value is 70;
  • green value is 69;
  • blue value is 91.
RGB:
(70,69,91)
(27%,27%,36%)

RGB channels and saturation

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

70
69
91

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

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 91 = 230 (100%)
R 70 of 230 ~ 30.43%
G 69 of 230 ~ 30%
B 91 of 230 ~ 39.57%

%30.43
%30
%39.57

CMYK color model

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

  • cyan value is 23.08%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(23,24,0,64)
C23M24Y0K64 
(23%,24%,0%,64%)
(0.23/0.24/0.00/0.64)	

CMYK percentages

%23.08
%24.18
%0
%64.31

Codes

Color #46455B in popluar color models

46455B
RGB706991
HSL243°13.75%31.37%
HSB/HSV243°24.18%35.69%
CMYK23.08%24.18%0.00%
64.31%

Color #46455B in popluar number systems.

HEX46455B
Decimal706991
Binary100011010001011011011
Octal106105133

Shades and tints

Shades of #46455B

#46455B
(70,69,91)
#403F53
(64,63,83)
#3A394B
(58,57,75)
#343343
(52,51,67)
#2E2D3B
(46,45,59)
#282733
(40,39,51)
#22212B
(34,33,43)
#1C1B23
(28,27,35)
#16151B
(22,21,27)
#100F13
(16,15,19)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #46455B

#46455B
(70,69,91)
#565569
(86,85,105)
#666577
(102,101,119)
#767585
(118,117,133)
#868593
(134,133,147)
#9695A1
(150,149,161)
#A6A5AF
(166,165,175)
#B6B5BD
(182,181,189)
#C6C5CB
(198,197,203)
#D6D5D9
(214,213,217)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46455B; }

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

This text font color is #46455B.


Background Color

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

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

This div background color is #46455B.


Border color

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

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

This div border color is #46455B.


Opacity

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

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

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

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

This text has shadow with #46455B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46455B on black background.


Color preview on white background

This text has color #46455B on white background.



Black color preview on #46455B background

This text has black color on #46455B background.


White color preview on #46455B background

This text has white color on #46455B background.