COLOR #46405A

HEX: #46405A
RGB: (70,64,90)

Color info

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

RGB color model

#46405A color RGB value is (70,64,90).

  • red value is 70;
  • green value is 64;
  • blue value is 90.
RGB:
(70,64,90)
(27%,25%,35%)

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 90 of 255 = 35%

70
64
90

R + G + B ~ 29%. #46405A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 90 = 224 (100%)
R 70 of 224 ~ 31.25%
G 64 of 224 ~ 28.57%
B 90 of 224 ~ 40.18%

%31.25
%28.57
%40.18

CMYK color model

#46405A color CMYK value is (22,29,0,65).

  • cyan value is 22.22%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(22,29,0,65)
C22M29Y0K65 
(22%,29%,0%,65%)
(0.22/0.29/0.00/0.65)	

CMYK percentages

%22.22
%28.89
%0
%64.71

Codes

Color #46405A in popluar color models

46405A
RGB706490
HSL254°16.88%30.20%
HSB/HSV254°28.89%35.29%
CMYK22.22%28.89%0.00%
64.71%

Color #46405A in popluar number systems.

HEX46405A
Decimal706490
Binary100011010000001011010
Octal106100132

Shades and tints

Shades of #46405A

#46405A
(70,64,90)
#403B52
(64,59,82)
#3A364A
(58,54,74)
#343142
(52,49,66)
#2E2C3A
(46,44,58)
#282732
(40,39,50)
#22222A
(34,34,42)
#1C1D22
(28,29,34)
#16181A
(22,24,26)
#101312
(16,19,18)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #46405A

#46405A
(70,64,90)
#565169
(86,81,105)
#666278
(102,98,120)
#767387
(118,115,135)
#868496
(134,132,150)
#9695A5
(150,149,165)
#A6A6B4
(166,166,180)
#B6B7C3
(182,183,195)
#C6C8D2
(198,200,210)
#D6D9E1
(214,217,225)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46405A color. Also use rgb(70,64,90) instead hex code.

Text Font Color

.myTextColor { color: #46405A; }

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

This text font color is #46405A.


Background Color

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

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

This div background color is #46405A.


Border color

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

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

This div border color is #46405A.


Opacity

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

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

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

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

This text has shadow with #46405A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46405A on black background.


Color preview on white background

This text has color #46405A on white background.



Black color preview on #46405A background

This text has black color on #46405A background.


White color preview on #46405A background

This text has white color on #46405A background.