COLOR #46498B

HEX: #46498B RGB: (70,73,139)

Color info

#46498B contains mainly blue color. Web safe color of #46498B is #333399 (or #339).

RGB color model

#46498B color RGB value is (70,73,139).

RGB: (70,73,139) (27%, 29%, 55%)

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 139 of 255 = 55%

70
73
139

R + G + B ~ 37%. #46498B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 73 + 139 = 282 (100%)
R 70 of 282 ~ 24.82%
G 73 of 282 ~ 25.89%
B 139 of 282 ~ 49.29'%

%24.82
%25.89
%49.29

CMYK color model

#46498B color CMYK value is (50,47,0,45).

  • cyan value is 49.64%
  • magenta value is 47.48%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (50,47,0,45) C50M47Y0K45 (50%,47%,0%,45%) (0.50/0.47/0.00/0.45) 

CMYK percentages

%49.64
%47.48
%0
%45.49

Codes

Color #46498B in popluar color models

46 49 8B
RGB 70 73 139
HSL 237° 33.01% 40.98%
HSB/HSV 237° 49.64% 54.51%
CMYK 49.64% 47.48% 0.00%
45.49%

Color #46498B in popluar number systems.

HEX 46 49 8B
Decimal 70 73 139
Binary 1000110 1001001 10001011
Octal 106 111 213

Shades and tints

Shades of #46498B

#46498B
(70,73,139)
#40437F
(64,67,127)
#3A3D73
(58,61,115)
#343767
(52,55,103)
#2E315B
(46,49,91)
#282B4F
(40,43,79)
#222543
(34,37,67)
#1C1F37
(28,31,55)
#16192B
(22,25,43)
#10131F
(16,19,31)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #46498B

#46498B
(70,73,139)
#565995
(86,89,149)
#66699F
(102,105,159)
#7679A9
(118,121,169)
#8689B3
(134,137,179)
#9699BD
(150,153,189)
#A6A9C7
(166,169,199)
#B6B9D1
(182,185,209)
#C6C9DB
(198,201,219)
#D6D9E5
(214,217,229)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46498B color. Also use rgb(70,73,139) instead hex code.

Text Font Color

.myTextColor { color: #46498B; }

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

This text font color is #46498B.

Background Color

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

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

This div background color is #46498B.

Border color

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

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

This div border color is #46498B.

Opacity

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

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

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

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

This text has shadow with #46498B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46498B.

Preview

Color preview on black background

This text has color #46498B on black background.


Color preview on white background

This text has color #46498B on white background.


Black color preview on #46498B background

This text has black color on #46498B background.


White color preview on #46498B background

This text has white color on #46498B background.


Related colors

Complementary color

Complementary color for #hex is #B9B674.


I love getcolorcode.com

Triadic colors

1 #8B4649 and #498B46 with #46498B are triadic colors.

2 #8B4946 and #49468B with #46498B are triadic colors.