COLOR #46537C

HEX: #46537C
RGB: (70,83,124)

Color info

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

RGB color model

#46537C color RGB value is (70,83,124).

  • red value is 70;
  • green value is 83;
  • blue value is 124.
RGB:
(70,83,124)
(27%,33%,49%)

RGB channels and saturation

R 70 of 255 = 27%
G 83 of 255 = 33%
B 124 of 255 = 49%

70
83
124

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

Portions of RGB colors in percentages

R + G + B =
70 + 83 + 124 = 277 (100%)
R 70 of 277 ~ 25.27%
G 83 of 277 ~ 29.96%
B 124 of 277 ~ 44.77%

%25.27
%29.96
%44.77

CMYK color model

#46537C color CMYK value is (44,33,0,51).

  • cyan value is 43.55%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(44,33,0,51)
C44M33Y0K51 
(44%,33%,0%,51%)
(0.44/0.33/0.00/0.51)	

CMYK percentages

%43.55
%33.06
%0
%51.37

Codes

Color #46537C in popluar color models

46537C
RGB7083124
HSL226°27.84%38.04%
HSB/HSV226°43.55%48.63%
CMYK43.55%33.06%0.00%
51.37%

Color #46537C in popluar number systems.

HEX46537C
Decimal7083124
Binary100011010100111111100
Octal106123174

Shades and tints

Shades of #46537C

#46537C
(70,83,124)
#404C71
(64,76,113)
#3A4566
(58,69,102)
#343E5B
(52,62,91)
#2E3750
(46,55,80)
#283045
(40,48,69)
#22293A
(34,41,58)
#1C222F
(28,34,47)
#161B24
(22,27,36)
#101419
(16,20,25)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #46537C

#46537C
(70,83,124)
#566287
(86,98,135)
#667192
(102,113,146)
#76809D
(118,128,157)
#868FA8
(134,143,168)
#969EB3
(150,158,179)
#A6ADBE
(166,173,190)
#B6BCC9
(182,188,201)
#C6CBD4
(198,203,212)
#D6DADF
(214,218,223)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46537C color. Also use rgb(70,83,124) instead hex code.

Text Font Color

.myTextColor { color: #46537C; }

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

This text font color is #46537C.


Background Color

.myBgColor { background-color: #46537C; }

<div style="background-color:#46537C">Inner text</div>

This div background color is #46537C.


Border color

.myBorderColor { border: 1px solid #46537C; }

<div style="border:3px solid #46537C">Div</div>

This div border color is #46537C.


Opacity

.myOpacity80 { color: #46537C; opacity: 0.8; }

<p style="color:#46537C;opacity:0.8;">80%</p>

Text with #46537C 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 #46537C;}

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

This text has shadow with #46537C color.

.textShadow {text-shadow: 3px 3px 1px #46537C, 3px 3px 1px red;}

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

This text has shadow with #46537C primary color and red secondary color.


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

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

This text has shadow with #46537C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46537C on black background.


Color preview on white background

This text has color #46537C on white background.



Black color preview on #46537C background

This text has black color on #46537C background.


White color preview on #46537C background

This text has white color on #46537C background.