COLOR #46365F

HEX: #46365F
RGB: (70,54,95)

Color info

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

RGB color model

#46365F color RGB value is (70,54,95).

  • red value is 70;
  • green value is 54;
  • blue value is 95.
RGB:
(70,54,95)
(27%,21%,37%)

RGB channels and saturation

R 70 of 255 = 27%
G 54 of 255 = 21%
B 95 of 255 = 37%

70
54
95

R + G + B ~ 28%. #46365F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 54 + 95 = 219 (100%)
R 70 of 219 ~ 31.96%
G 54 of 219 ~ 24.66%
B 95 of 219 ~ 43.38%

%31.96
%24.66
%43.38

CMYK color model

#46365F color CMYK value is (26,43,0,63).

  • cyan value is 26.32%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(26,43,0,63)
C26M43Y0K63 
(26%,43%,0%,63%)
(0.26/0.43/0.00/0.63)	

CMYK percentages

%26.32
%43.16
%0
%62.75

Codes

Color #46365F in popluar color models

46365F
RGB705495
HSL263°27.52%29.22%
HSB/HSV263°43.16%37.25%
CMYK26.32%43.16%0.00%
62.75%

Color #46365F in popluar number systems.

HEX46365F
Decimal705495
Binary10001101101101011111
Octal10666137

Shades and tints

Shades of #46365F

#46365F
(70,54,95)
#403257
(64,50,87)
#3A2E4F
(58,46,79)
#342A47
(52,42,71)
#2E263F
(46,38,63)
#282237
(40,34,55)
#221E2F
(34,30,47)
#1C1A27
(28,26,39)
#16161F
(22,22,31)
#101217
(16,18,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #46365F

#46365F
(70,54,95)
#56486D
(86,72,109)
#665A7B
(102,90,123)
#766C89
(118,108,137)
#867E97
(134,126,151)
#9690A5
(150,144,165)
#A6A2B3
(166,162,179)
#B6B4C1
(182,180,193)
#C6C6CF
(198,198,207)
#D6D8DD
(214,216,221)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46365F; }

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

This text font color is #46365F.


Background Color

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

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

This div background color is #46365F.


Border color

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

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

This div border color is #46365F.


Opacity

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

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

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

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

This text has shadow with #46365F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46365F on black background.


Color preview on white background

This text has color #46365F on white background.



Black color preview on #46365F background

This text has black color on #46365F background.


White color preview on #46365F background

This text has white color on #46365F background.