COLOR #46477A

HEX: #46477A
RGB: (70,71,122)

Color info

#46477A contains red, green and blue colors in about the same proportion. Web safe color of #46477A is #333366 (or #336).

RGB color model

#46477A color RGB value is (70,71,122).

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

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 122 of 255 = 48%

70
71
122

R + G + B ~ 34%. #46477A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 122 = 263 (100%)
R 70 of 263 ~ 26.62%
G 71 of 263 ~ 27%
B 122 of 263 ~ 46.39%

%26.62
%27
%46.39

CMYK color model

#46477A color CMYK value is (43,42,0,52).

  • cyan value is 42.62%
  • magenta value is 41.80%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(43,42,0,52)
C43M42Y0K52 
(43%,42%,0%,52%)
(0.43/0.42/0.00/0.52)	

CMYK percentages

%42.62
%41.8
%0
%52.16

Codes

Color #46477A in popluar color models

46477A
RGB7071122
HSL239°27.08%37.65%
HSB/HSV239°42.62%47.84%
CMYK42.62%41.80%0.00%
52.16%

Color #46477A in popluar number systems.

HEX46477A
Decimal7071122
Binary100011010001111111010
Octal106107172

Shades and tints

Shades of #46477A

#46477A
(70,71,122)
#40416F
(64,65,111)
#3A3B64
(58,59,100)
#343559
(52,53,89)
#2E2F4E
(46,47,78)
#282943
(40,41,67)
#222338
(34,35,56)
#1C1D2D
(28,29,45)
#161722
(22,23,34)
#101117
(16,17,23)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #46477A

#46477A
(70,71,122)
#565786
(86,87,134)
#666792
(102,103,146)
#76779E
(118,119,158)
#8687AA
(134,135,170)
#9697B6
(150,151,182)
#A6A7C2
(166,167,194)
#B6B7CE
(182,183,206)
#C6C7DA
(198,199,218)
#D6D7E6
(214,215,230)
#E6E7F2
(230,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46477A color. Also use rgb(70,71,122) instead hex code.

Text Font Color

.myTextColor { color: #46477A; }

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

This text font color is #46477A.


Background Color

.myBgColor { background-color: #46477A; }

<div style="background-color:#46477A">Inner text</div>

This div background color is #46477A.


Border color

.myBorderColor { border: 1px solid #46477A; }

<div style="border:3px solid #46477A">Div</div>

This div border color is #46477A.


Opacity

.myOpacity80 { color: #46477A; opacity: 0.8; }

<p style="color:#46477A;opacity:0.8;">80%</p>

Text with #46477A 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 #46477A;}

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

This text has shadow with #46477A color.

.textShadow {text-shadow: 3px 3px 1px #46477A, 3px 3px 1px red;}

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

This text has shadow with #46477A primary color and red secondary color.


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

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

This text has shadow with #46477A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46477A on black background.


Color preview on white background

This text has color #46477A on white background.



Black color preview on #46477A background

This text has black color on #46477A background.


White color preview on #46477A background

This text has white color on #46477A background.