COLOR #46255E

HEX: #46255E
RGB: (70,37,94)

Color info

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

RGB color model

#46255E color RGB value is (70,37,94).

  • red value is 70;
  • green value is 37;
  • blue value is 94.
RGB:
(70,37,94)
(27%,15%,37%)

RGB channels and saturation

R 70 of 255 = 27%
G 37 of 255 = 15%
B 94 of 255 = 37%

70
37
94

R + G + B ~ 26%. #46255E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 37 + 94 = 201 (100%)
R 70 of 201 ~ 34.83%
G 37 of 201 ~ 18.41%
B 94 of 201 ~ 46.77%

%34.83
%18.41
%46.77

CMYK color model

#46255E color CMYK value is (26,61,0,63).

  • cyan value is 25.53%
  • magenta value is 60.64%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(26,61,0,63)
C26M61Y0K63 
(26%,61%,0%,63%)
(0.26/0.61/0.00/0.63)	

CMYK percentages

%25.53
%60.64
%0
%63.14

Codes

Color #46255E in popluar color models

46255E
RGB703794
HSL275°43.51%25.69%
HSB/HSV275°60.64%36.86%
CMYK25.53%60.64%0.00%
63.14%

Color #46255E in popluar number systems.

HEX46255E
Decimal703794
Binary10001101001011011110
Octal10645136

Shades and tints

Shades of #46255E

#46255E
(70,37,94)
#402256
(64,34,86)
#3A1F4E
(58,31,78)
#341C46
(52,28,70)
#2E193E
(46,25,62)
#281636
(40,22,54)
#22132E
(34,19,46)
#1C1026
(28,16,38)
#160D1E
(22,13,30)
#100A16
(16,10,22)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #46255E

#46255E
(70,37,94)
#56386C
(86,56,108)
#664B7A
(102,75,122)
#765E88
(118,94,136)
#867196
(134,113,150)
#9684A4
(150,132,164)
#A697B2
(166,151,178)
#B6AAC0
(182,170,192)
#C6BDCE
(198,189,206)
#D6D0DC
(214,208,220)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46255E color. Also use rgb(70,37,94) instead hex code.

Text Font Color

.myTextColor { color: #46255E; }

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

This text font color is #46255E.


Background Color

.myBgColor { background-color: #46255E; }

<div style="background-color:#46255E">Inner text</div>

This div background color is #46255E.


Border color

.myBorderColor { border: 1px solid #46255E; }

<div style="border:3px solid #46255E">Div</div>

This div border color is #46255E.


Opacity

.myOpacity80 { color: #46255E; opacity: 0.8; }

<p style="color:#46255E;opacity:0.8;">80%</p>

Text with #46255E 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 #46255E;}

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

This text has shadow with #46255E color.

.textShadow {text-shadow: 3px 3px 1px #46255E, 3px 3px 1px red;}

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

This text has shadow with #46255E primary color and red secondary color.


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

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

This text has shadow with #46255E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46255E on black background.


Color preview on white background

This text has color #46255E on white background.



Black color preview on #46255E background

This text has black color on #46255E background.


White color preview on #46255E background

This text has white color on #46255E background.