COLOR #46385A

HEX: #46385A
RGB: (70,56,90)

Color info

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

RGB color model

#46385A color RGB value is (70,56,90).

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

RGB channels and saturation

R 70 of 255 = 27%
G 56 of 255 = 22%
B 90 of 255 = 35%

70
56
90

R + G + B ~ 28%. #46385A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 56 + 90 = 216 (100%)
R 70 of 216 ~ 32.41%
G 56 of 216 ~ 25.93%
B 90 of 216 ~ 41.67%

%32.41
%25.93
%41.67

CMYK color model

#46385A color CMYK value is (22,38,0,65).

  • cyan value is 22.22%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(22,38,0,65)
C22M38Y0K65 
(22%,38%,0%,65%)
(0.22/0.38/0.00/0.65)	

CMYK percentages

%22.22
%37.78
%0
%64.71

Codes

Color #46385A in popluar color models

46385A
RGB705690
HSL265°23.29%28.63%
HSB/HSV265°37.78%35.29%
CMYK22.22%37.78%0.00%
64.71%

Color #46385A in popluar number systems.

HEX46385A
Decimal705690
Binary10001101110001011010
Octal10670132

Shades and tints

Shades of #46385A

#46385A
(70,56,90)
#403352
(64,51,82)
#3A2E4A
(58,46,74)
#342942
(52,41,66)
#2E243A
(46,36,58)
#281F32
(40,31,50)
#221A2A
(34,26,42)
#1C1522
(28,21,34)
#16101A
(22,16,26)
#100B12
(16,11,18)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #46385A

#46385A
(70,56,90)
#564A69
(86,74,105)
#665C78
(102,92,120)
#766E87
(118,110,135)
#868096
(134,128,150)
#9692A5
(150,146,165)
#A6A4B4
(166,164,180)
#B6B6C3
(182,182,195)
#C6C8D2
(198,200,210)
#D6DAE1
(214,218,225)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46385A; }

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

This text font color is #46385A.


Background Color

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

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

This div background color is #46385A.


Border color

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

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

This div border color is #46385A.


Opacity

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

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

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

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

This text has shadow with #46385A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46385A on black background.


Color preview on white background

This text has color #46385A on white background.



Black color preview on #46385A background

This text has black color on #46385A background.


White color preview on #46385A background

This text has white color on #46385A background.