COLOR #46387B

HEX: #46387B
RGB: (70,56,123)

Color info

#46387B contains mainly red and blue colors. Web safe color of #46387B is #333366 (or #336).

RGB color model

#46387B color RGB value is (70,56,123).

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

RGB channels and saturation

R 70 of 255 = 27%
G 56 of 255 = 22%
B 123 of 255 = 48%

70
56
123

R + G + B ~ 32%. #46387B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 56 + 123 = 249 (100%)
R 70 of 249 ~ 28.11%
G 56 of 249 ~ 22.49%
B 123 of 249 ~ 49.4%

%28.11
%22.49
%49.4

CMYK color model

#46387B color CMYK value is (43,54,0,52).

  • cyan value is 43.09%
  • magenta value is 54.47%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(43,54,0,52)
C43M54Y0K52 
(43%,54%,0%,52%)
(0.43/0.54/0.00/0.52)	

CMYK percentages

%43.09
%54.47
%0
%51.76

Codes

Color #46387B in popluar color models

46387B
RGB7056123
HSL253°37.43%35.10%
HSB/HSV253°54.47%48.24%
CMYK43.09%54.47%0.00%
51.76%

Color #46387B in popluar number systems.

HEX46387B
Decimal7056123
Binary10001101110001111011
Octal10670173

Shades and tints

Shades of #46387B

#46387B
(70,56,123)
#403370
(64,51,112)
#3A2E65
(58,46,101)
#34295A
(52,41,90)
#2E244F
(46,36,79)
#281F44
(40,31,68)
#221A39
(34,26,57)
#1C152E
(28,21,46)
#161023
(22,16,35)
#100B18
(16,11,24)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #46387B

#46387B
(70,56,123)
#564A87
(86,74,135)
#665C93
(102,92,147)
#766E9F
(118,110,159)
#8680AB
(134,128,171)
#9692B7
(150,146,183)
#A6A4C3
(166,164,195)
#B6B6CF
(182,182,207)
#C6C8DB
(198,200,219)
#D6DAE7
(214,218,231)
#E6ECF3
(230,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46387B; }

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

This text font color is #46387B.


Background Color

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

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

This div background color is #46387B.


Border color

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

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

This div border color is #46387B.


Opacity

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

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

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

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

This text has shadow with #46387B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46387B on black background.


Color preview on white background

This text has color #46387B on white background.



Black color preview on #46387B background

This text has black color on #46387B background.


White color preview on #46387B background

This text has white color on #46387B background.