COLOR #46456C

HEX: #46456C
RGB: (70,69,108)

Color info

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

RGB color model

#46456C color RGB value is (70,69,108).

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

RGB channels and saturation

R 70 of 255 = 27%
G 69 of 255 = 27%
B 108 of 255 = 42%

70
69
108

R + G + B ~ 32%. #46456C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 108 = 247 (100%)
R 70 of 247 ~ 28.34%
G 69 of 247 ~ 27.94%
B 108 of 247 ~ 43.72%

%28.34
%27.94
%43.72

CMYK color model

#46456C color CMYK value is (35,36,0,58).

  • cyan value is 35.19%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(35,36,0,58)
C35M36Y0K58 
(35%,36%,0%,58%)
(0.35/0.36/0.00/0.58)	

CMYK percentages

%35.19
%36.11
%0
%57.65

Codes

Color #46456C in popluar color models

46456C
RGB7069108
HSL242°22.03%34.71%
HSB/HSV242°36.11%42.35%
CMYK35.19%36.11%0.00%
57.65%

Color #46456C in popluar number systems.

HEX46456C
Decimal7069108
Binary100011010001011101100
Octal106105154

Shades and tints

Shades of #46456C

#46456C
(70,69,108)
#403F63
(64,63,99)
#3A395A
(58,57,90)
#343351
(52,51,81)
#2E2D48
(46,45,72)
#28273F
(40,39,63)
#222136
(34,33,54)
#1C1B2D
(28,27,45)
#161524
(22,21,36)
#100F1B
(16,15,27)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #46456C

#46456C
(70,69,108)
#565579
(86,85,121)
#666586
(102,101,134)
#767593
(118,117,147)
#8685A0
(134,133,160)
#9695AD
(150,149,173)
#A6A5BA
(166,165,186)
#B6B5C7
(182,181,199)
#C6C5D4
(198,197,212)
#D6D5E1
(214,213,225)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46456C; }

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

This text font color is #46456C.


Background Color

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

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

This div background color is #46456C.


Border color

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

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

This div border color is #46456C.


Opacity

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

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

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

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

This text has shadow with #46456C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46456C on black background.


Color preview on white background

This text has color #46456C on white background.



Black color preview on #46456C background

This text has black color on #46456C background.


White color preview on #46456C background

This text has white color on #46456C background.