COLOR #46466F

HEX: #46466F
RGB: (70,70,111)

Color info

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

RGB color model

#46466F color RGB value is (70,70,111).

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

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 111 of 255 = 44%

70
70
111

R + G + B ~ 33%. #46466F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 111 = 251 (100%)
R 70 of 251 ~ 27.89%
G 70 of 251 ~ 27.89%
B 111 of 251 ~ 44.22%

%27.89
%27.89
%44.22

CMYK color model

#46466F color CMYK value is (37,37,0,56).

  • cyan value is 36.94%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(37,37,0,56)
C37M37Y0K56 
(37%,37%,0%,56%)
(0.37/0.37/0.00/0.56)	

CMYK percentages

%36.94
%36.94
%0
%56.47

Codes

Color #46466F in popluar color models

46466F
RGB7070111
HSL240°22.65%35.49%
HSB/HSV240°36.94%43.53%
CMYK36.94%36.94%0.00%
56.47%

Color #46466F in popluar number systems.

HEX46466F
Decimal7070111
Binary100011010001101101111
Octal106106157

Shades and tints

Shades of #46466F

#46466F
(70,70,111)
#404065
(64,64,101)
#3A3A5B
(58,58,91)
#343451
(52,52,81)
#2E2E47
(46,46,71)
#28283D
(40,40,61)
#222233
(34,34,51)
#1C1C29
(28,28,41)
#16161F
(22,22,31)
#101015
(16,16,21)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #46466F

#46466F
(70,70,111)
#56567C
(86,86,124)
#666689
(102,102,137)
#767696
(118,118,150)
#8686A3
(134,134,163)
#9696B0
(150,150,176)
#A6A6BD
(166,166,189)
#B6B6CA
(182,182,202)
#C6C6D7
(198,198,215)
#D6D6E4
(214,214,228)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46466F color. Also use rgb(70,70,111) instead hex code.

Text Font Color

.myTextColor { color: #46466F; }

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

This text font color is #46466F.


Background Color

.myBgColor { background-color: #46466F; }

<div style="background-color:#46466F">Inner text</div>

This div background color is #46466F.


Border color

.myBorderColor { border: 1px solid #46466F; }

<div style="border:3px solid #46466F">Div</div>

This div border color is #46466F.


Opacity

.myOpacity80 { color: #46466F; opacity: 0.8; }

<p style="color:#46466F;opacity:0.8;">80%</p>

Text with #46466F 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 #46466F;}

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

This text has shadow with #46466F color.

.textShadow {text-shadow: 3px 3px 1px #46466F, 3px 3px 1px red;}

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

This text has shadow with #46466F primary color and red secondary color.


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

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

This text has shadow with #46466F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46466F on black background.


Color preview on white background

This text has color #46466F on white background.



Black color preview on #46466F background

This text has black color on #46466F background.


White color preview on #46466F background

This text has white color on #46466F background.