COLOR #46527B

HEX: #46527B
RGB: (70,82,123)

Color info

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

RGB color model

#46527B color RGB value is (70,82,123).

  • red value is 70;
  • green value is 82;
  • blue value is 123.
RGB:
(70,82,123)
(27%,32%,48%)

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 123 of 255 = 48%

70
82
123

R + G + B ~ 36%. #46527B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 123 = 275 (100%)
R 70 of 275 ~ 25.45%
G 82 of 275 ~ 29.82%
B 123 of 275 ~ 44.73%

%25.45
%29.82
%44.73

CMYK color model

#46527B color CMYK value is (43,33,0,52).

  • cyan value is 43.09%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(43,33,0,52)
C43M33Y0K52 
(43%,33%,0%,52%)
(0.43/0.33/0.00/0.52)	

CMYK percentages

%43.09
%33.33
%0
%51.76

Codes

Color #46527B in popluar color models

46527B
RGB7082123
HSL226°27.46%37.84%
HSB/HSV226°43.09%48.24%
CMYK43.09%33.33%0.00%
51.76%

Color #46527B in popluar number systems.

HEX46527B
Decimal7082123
Binary100011010100101111011
Octal106122173

Shades and tints

Shades of #46527B

#46527B
(70,82,123)
#404B70
(64,75,112)
#3A4465
(58,68,101)
#343D5A
(52,61,90)
#2E364F
(46,54,79)
#282F44
(40,47,68)
#222839
(34,40,57)
#1C212E
(28,33,46)
#161A23
(22,26,35)
#101318
(16,19,24)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #46527B

#46527B
(70,82,123)
#566187
(86,97,135)
#667093
(102,112,147)
#767F9F
(118,127,159)
#868EAB
(134,142,171)
#969DB7
(150,157,183)
#A6ACC3
(166,172,195)
#B6BBCF
(182,187,207)
#C6CADB
(198,202,219)
#D6D9E7
(214,217,231)
#E6E8F3
(230,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46527B; }

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

This text font color is #46527B.


Background Color

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

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

This div background color is #46527B.


Border color

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

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

This div border color is #46527B.


Opacity

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

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

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

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

This text has shadow with #46527B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46527B on black background.


Color preview on white background

This text has color #46527B on white background.



Black color preview on #46527B background

This text has black color on #46527B background.


White color preview on #46527B background

This text has white color on #46527B background.