COLOR #46496C

HEX: #46496C
RGB: (70,73,108)

Color info

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

RGB color model

#46496C color RGB value is (70,73,108).

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

RGB channels and saturation

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

70
73
108

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

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 108 = 251 (100%)
R 70 of 251 ~ 27.89%
G 73 of 251 ~ 29.08%
B 108 of 251 ~ 43.03%

%27.89
%29.08
%43.03

CMYK color model

#46496C color CMYK value is (35,32,0,58).

  • cyan value is 35.19%
  • magenta value is 32.41%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(35,32,0,58)
C35M32Y0K58 
(35%,32%,0%,58%)
(0.35/0.32/0.00/0.58)	

CMYK percentages

%35.19
%32.41
%0
%57.65

Codes

Color #46496C in popluar color models

46496C
RGB7073108
HSL235°21.35%34.90%
HSB/HSV235°35.19%42.35%
CMYK35.19%32.41%0.00%
57.65%

Color #46496C in popluar number systems.

HEX46496C
Decimal7073108
Binary100011010010011101100
Octal106111154

Shades and tints

Shades of #46496C

#46496C
(70,73,108)
#404363
(64,67,99)
#3A3D5A
(58,61,90)
#343751
(52,55,81)
#2E3148
(46,49,72)
#282B3F
(40,43,63)
#222536
(34,37,54)
#1C1F2D
(28,31,45)
#161924
(22,25,36)
#10131B
(16,19,27)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #46496C

#46496C
(70,73,108)
#565979
(86,89,121)
#666986
(102,105,134)
#767993
(118,121,147)
#8689A0
(134,137,160)
#9699AD
(150,153,173)
#A6A9BA
(166,169,186)
#B6B9C7
(182,185,199)
#C6C9D4
(198,201,212)
#D6D9E1
(214,217,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46496C; }

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

This text font color is #46496C.


Background Color

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

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

This div background color is #46496C.


Border color

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

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

This div border color is #46496C.


Opacity

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

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

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

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

This text has shadow with #46496C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46496C on black background.


Color preview on white background

This text has color #46496C on white background.



Black color preview on #46496C background

This text has black color on #46496C background.


White color preview on #46496C background

This text has white color on #46496C background.