COLOR #46465C

HEX: #46465C
RGB: (70,70,92)

Color info

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

RGB color model

#46465C color RGB value is (70,70,92).

  • red value is 70;
  • green value is 70;
  • blue value is 92.
RGB:
(70,70,92)
(27%,27%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 92 of 255 = 36%

70
70
92

R + G + B ~ 30%. #46465C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 92 = 232 (100%)
R 70 of 232 ~ 30.17%
G 70 of 232 ~ 30.17%
B 92 of 232 ~ 39.66%

%30.17
%30.17
%39.66

CMYK color model

#46465C color CMYK value is (24,24,0,64).

  • cyan value is 23.91%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(24,24,0,64)
C24M24Y0K64 
(24%,24%,0%,64%)
(0.24/0.24/0.00/0.64)	

CMYK percentages

%23.91
%23.91
%0
%63.92

Codes

Color #46465C in popluar color models

46465C
RGB707092
HSL240°13.58%31.76%
HSB/HSV240°23.91%36.08%
CMYK23.91%23.91%0.00%
63.92%

Color #46465C in popluar number systems.

HEX46465C
Decimal707092
Binary100011010001101011100
Octal106106134

Shades and tints

Shades of #46465C

#46465C
(70,70,92)
#404054
(64,64,84)
#3A3A4C
(58,58,76)
#343444
(52,52,68)
#2E2E3C
(46,46,60)
#282834
(40,40,52)
#22222C
(34,34,44)
#1C1C24
(28,28,36)
#16161C
(22,22,28)
#101014
(16,16,20)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #46465C

#46465C
(70,70,92)
#56566A
(86,86,106)
#666678
(102,102,120)
#767686
(118,118,134)
#868694
(134,134,148)
#9696A2
(150,150,162)
#A6A6B0
(166,166,176)
#B6B6BE
(182,182,190)
#C6C6CC
(198,198,204)
#D6D6DA
(214,214,218)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46465C; }

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

This text font color is #46465C.


Background Color

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

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

This div background color is #46465C.


Border color

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

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

This div border color is #46465C.


Opacity

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

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

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

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

This text has shadow with #46465C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46465C on black background.


Color preview on white background

This text has color #46465C on white background.



Black color preview on #46465C background

This text has black color on #46465C background.


White color preview on #46465C background

This text has white color on #46465C background.