COLOR #46556B

HEX: #46556B
RGB: (70,85,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
85
107

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

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 107 = 262 (100%)
R 70 of 262 ~ 26.72%
G 85 of 262 ~ 32.44%
B 107 of 262 ~ 40.84%

%26.72
%32.44
%40.84

CMYK color model

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

  • cyan value is 34.58%
  • magenta value is 20.56%
  • 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
%20.56
%0
%58.04

Codes

Color #46556B in popluar color models

46556B
RGB7085107
HSL216°20.90%34.71%
HSB/HSV216°34.58%41.96%
CMYK34.58%20.56%0.00%
58.04%

Color #46556B in popluar number systems.

HEX46556B
Decimal7085107
Binary100011010101011101011
Octal106125153

Shades and tints

Shades of #46556B

#46556B
(70,85,107)
#404E62
(64,78,98)
#3A4759
(58,71,89)
#344050
(52,64,80)
#2E3947
(46,57,71)
#28323E
(40,50,62)
#222B35
(34,43,53)
#1C242C
(28,36,44)
#161D23
(22,29,35)
#10161A
(16,22,26)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #46556B

#46556B
(70,85,107)
#566478
(86,100,120)
#667385
(102,115,133)
#768292
(118,130,146)
#86919F
(134,145,159)
#96A0AC
(150,160,172)
#A6AFB9
(166,175,185)
#B6BEC6
(182,190,198)
#C6CDD3
(198,205,211)
#D6DCE0
(214,220,224)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46556B; }

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

This text font color is #46556B.


Background Color

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

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

This div background color is #46556B.


Border color

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

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

This div border color is #46556B.


Opacity

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

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

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

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

This text has shadow with #46556B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46556B on black background.


Color preview on white background

This text has color #46556B on white background.



Black color preview on #46556B background

This text has black color on #46556B background.


White color preview on #46556B background

This text has white color on #46556B background.