COLOR #46496A

HEX: #46496A
RGB: (70,73,106)

Color info

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

RGB color model

#46496A color RGB value is (70,73,106).

  • red value is 70;
  • green value is 73;
  • blue value is 106.
RGB:
(70,73,106)
(27%,29%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 106 of 255 = 42%

70
73
106

R + G + B ~ 33%. #46496A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 106 = 249 (100%)
R 70 of 249 ~ 28.11%
G 73 of 249 ~ 29.32%
B 106 of 249 ~ 42.57%

%28.11
%29.32
%42.57

CMYK color model

#46496A color CMYK value is (34,31,0,58).

  • cyan value is 33.96%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(34,31,0,58)
C34M31Y0K58 
(34%,31%,0%,58%)
(0.34/0.31/0.00/0.58)	

CMYK percentages

%33.96
%31.13
%0
%58.43

Codes

Color #46496A in popluar color models

46496A
RGB7073106
HSL235°20.45%34.51%
HSB/HSV235°33.96%41.57%
CMYK33.96%31.13%0.00%
58.43%

Color #46496A in popluar number systems.

HEX46496A
Decimal7073106
Binary100011010010011101010
Octal106111152

Shades and tints

Shades of #46496A

#46496A
(70,73,106)
#404361
(64,67,97)
#3A3D58
(58,61,88)
#34374F
(52,55,79)
#2E3146
(46,49,70)
#282B3D
(40,43,61)
#222534
(34,37,52)
#1C1F2B
(28,31,43)
#161922
(22,25,34)
#101319
(16,19,25)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #46496A

#46496A
(70,73,106)
#565977
(86,89,119)
#666984
(102,105,132)
#767991
(118,121,145)
#86899E
(134,137,158)
#9699AB
(150,153,171)
#A6A9B8
(166,169,184)
#B6B9C5
(182,185,197)
#C6C9D2
(198,201,210)
#D6D9DF
(214,217,223)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46496A color. Also use rgb(70,73,106) instead hex code.

Text Font Color

.myTextColor { color: #46496A; }

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

This text font color is #46496A.


Background Color

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

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

This div background color is #46496A.


Border color

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

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

This div border color is #46496A.


Opacity

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

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

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

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

This text has shadow with #46496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46496A on black background.


Color preview on white background

This text has color #46496A on white background.



Black color preview on #46496A background

This text has black color on #46496A background.


White color preview on #46496A background

This text has white color on #46496A background.