COLOR #46479B

HEX: #46479B
RGB: (70,71,155)

Color info

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

RGB color model

#46479B color RGB value is (70,71,155).

  • red value is 70;
  • green value is 71;
  • blue value is 155.
RGB:
(70,71,155)
(27%,28%,61%)

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 155 of 255 = 61%

70
71
155

R + G + B ~ 39%. #46479B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 155 = 296 (100%)
R 70 of 296 ~ 23.65%
G 71 of 296 ~ 23.99%
B 155 of 296 ~ 52.36%

%23.65
%23.99
%52.36

CMYK color model

#46479B color CMYK value is (55,54,0,39).

  • cyan value is 54.84%
  • magenta value is 54.19%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(55,54,0,39)
C55M54Y0K39 
(55%,54%,0%,39%)
(0.55/0.54/0.00/0.39)	

CMYK percentages

%54.84
%54.19
%0
%39.22

Codes

Color #46479B in popluar color models

46479B
RGB7071155
HSL239°37.78%44.12%
HSB/HSV239°54.84%60.78%
CMYK54.84%54.19%0.00%
39.22%

Color #46479B in popluar number systems.

HEX46479B
Decimal7071155
Binary1000110100011110011011
Octal106107233

Shades and tints

Shades of #46479B

#46479B
(70,71,155)
#40418D
(64,65,141)
#3A3B7F
(58,59,127)
#343571
(52,53,113)
#2E2F63
(46,47,99)
#282955
(40,41,85)
#222347
(34,35,71)
#1C1D39
(28,29,57)
#16172B
(22,23,43)
#10111D
(16,17,29)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #46479B

#46479B
(70,71,155)
#5657A4
(86,87,164)
#6667AD
(102,103,173)
#7677B6
(118,119,182)
#8687BF
(134,135,191)
#9697C8
(150,151,200)
#A6A7D1
(166,167,209)
#B6B7DA
(182,183,218)
#C6C7E3
(198,199,227)
#D6D7EC
(214,215,236)
#E6E7F5
(230,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46479B color. Also use rgb(70,71,155) instead hex code.

Text Font Color

.myTextColor { color: #46479B; }

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

This text font color is #46479B.


Background Color

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

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

This div background color is #46479B.


Border color

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

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

This div border color is #46479B.


Opacity

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

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

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

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

This text has shadow with #46479B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46479B on black background.


Color preview on white background

This text has color #46479B on white background.



Black color preview on #46479B background

This text has black color on #46479B background.


White color preview on #46479B background

This text has white color on #46479B background.