COLOR #46377B

HEX: #46377B RGB: (70,55,123)

Color info

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

RGB color model

#46377B color RGB value is (70,55,123).

RGB: (70,55,123) (27%, 22%, 48%)

RGB channels and saturation

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

70
55
123

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

Portions of RGB colors in percentages

R + G + B = 70 + 55 + 123 = 248 (100%)
R 70 of 248 ~ 28.23%
G 55 of 248 ~ 22.18%
B 123 of 248 ~ 49.6'%

%28.23
%22.18
%49.6

CMYK color model

#46377B color CMYK value is (43,55,0,52).

  • cyan value is 43.09%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (43,55,0,52) C43M55Y0K52 (43%,55%,0%,52%) (0.43/0.55/0.00/0.52) 

CMYK percentages

%43.09
%55.28
%0
%51.76

Codes

Color #46377B in popluar color models

46 37 7B
RGB 70 55 123
HSL 253° 38.20% 34.90%
HSB/HSV 253° 55.28% 48.24%
CMYK 43.09% 55.28% 0.00%
51.76%

Color #46377B in popluar number systems.

HEX 46 37 7B
Decimal 70 55 123
Binary 1000110 110111 1111011
Octal 106 67 173

Shades and tints

Shades of #46377B

#46377B
(70,55,123)
#403270
(64,50,112)
#3A2D65
(58,45,101)
#34285A
(52,40,90)
#2E234F
(46,35,79)
#281E44
(40,30,68)
#221939
(34,25,57)
#1C142E
(28,20,46)
#160F23
(22,15,35)
#100A18
(16,10,24)
#0A050D
(10,5,13)
#000000
(0,0,0)

Tints of #46377B

#46377B
(70,55,123)
#564987
(86,73,135)
#665B93
(102,91,147)
#766D9F
(118,109,159)
#867FAB
(134,127,171)
#9691B7
(150,145,183)
#A6A3C3
(166,163,195)
#B6B5CF
(182,181,207)
#C6C7DB
(198,199,219)
#D6D9E7
(214,217,231)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46377B; }

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

This text font color is #46377B.

Background Color

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

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

This div background color is #46377B.

Border color

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

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

This div border color is #46377B.

Opacity

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

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

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

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

This text has shadow with #46377B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46377B.

Preview

Color preview on black background

This text has color #46377B on black background.


Color preview on white background

This text has color #46377B on white background.


Black color preview on #46377B background

This text has black color on #46377B background.


White color preview on #46377B background

This text has white color on #46377B background.


Related colors

Complementary color

Complementary color for #hex is #B9C884.


I love getcolorcode.com

Triadic colors

1 #7B4637 and #377B46 with #46377B are triadic colors.

2 #7B3746 and #37467B with #46377B are triadic colors.