COLOR #46546B

HEX: #46546B
RGB: (70,84,107)

Color info

#46546B contains red, green and blue colors in about the same proportion. Web safe color of #46546B is #336666 (or #366).

RGB color model

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

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

RGB channels and saturation

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

70
84
107

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

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 107 = 261 (100%)
R 70 of 261 ~ 26.82%
G 84 of 261 ~ 32.18%
B 107 of 261 ~ 41%

%26.82
%32.18
%41

CMYK color model

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

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

CMYK percentages

%34.58
%21.5
%0
%58.04

Codes

Color #46546B in popluar color models

46546B
RGB7084107
HSL217°20.90%34.71%
HSB/HSV217°34.58%41.96%
CMYK34.58%21.50%0.00%
58.04%

Color #46546B in popluar number systems.

HEX46546B
Decimal7084107
Binary100011010101001101011
Octal106124153

Shades and tints

Shades of #46546B

#46546B
(70,84,107)
#404D62
(64,77,98)
#3A4659
(58,70,89)
#343F50
(52,63,80)
#2E3847
(46,56,71)
#28313E
(40,49,62)
#222A35
(34,42,53)
#1C232C
(28,35,44)
#161C23
(22,28,35)
#10151A
(16,21,26)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #46546B

#46546B
(70,84,107)
#566378
(86,99,120)
#667285
(102,114,133)
#768192
(118,129,146)
#86909F
(134,144,159)
#969FAC
(150,159,172)
#A6AEB9
(166,174,185)
#B6BDC6
(182,189,198)
#C6CCD3
(198,204,211)
#D6DBE0
(214,219,224)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46546B; }

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

This text font color is #46546B.


Background Color

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

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

This div background color is #46546B.


Border color

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

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

This div border color is #46546B.


Opacity

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

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

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

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

This text has shadow with #46546B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #46546B on black background.


Color preview on white background

This text has color #46546B on white background.



Black color preview on #46546B background

This text has black color on #46546B background.


White color preview on #46546B background

This text has white color on #46546B background.