COLOR #46135A

HEX: #46135A
RGB: (70,19,90)

Color info

#46135A contains mainly red and blue colors. Web safe color of #46135A is #330066 (or #306).

RGB color model

#46135A color RGB value is (70,19,90).

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

RGB channels and saturation

R 70 of 255 = 27%
G 19 of 255 = 7%
B 90 of 255 = 35%

70
19
90

R + G + B ~ 23%. #46135A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 19 + 90 = 179 (100%)
R 70 of 179 ~ 39.11%
G 19 of 179 ~ 10.61%
B 90 of 179 ~ 50.28%

%39.11
%10.61
%50.28

CMYK color model

#46135A color CMYK value is (22,79,0,65).

  • cyan value is 22.22%
  • magenta value is 78.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(22,79,0,65)
C22M79Y0K65 
(22%,79%,0%,65%)
(0.22/0.79/0.00/0.65)	

CMYK percentages

%22.22
%78.89
%0
%64.71

Codes

Color #46135A in popluar color models

46135A
RGB701990
HSL283°65.14%21.37%
HSB/HSV283°78.89%35.29%
CMYK22.22%78.89%0.00%
64.71%

Color #46135A in popluar number systems.

HEX46135A
Decimal701990
Binary1000110100111011010
Octal10623132

Shades and tints

Shades of #46135A

#46135A
(70,19,90)
#401252
(64,18,82)
#3A114A
(58,17,74)
#341042
(52,16,66)
#2E0F3A
(46,15,58)
#280E32
(40,14,50)
#220D2A
(34,13,42)
#1C0C22
(28,12,34)
#160B1A
(22,11,26)
#100A12
(16,10,18)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #46135A

#46135A
(70,19,90)
#562869
(86,40,105)
#663D78
(102,61,120)
#765287
(118,82,135)
#866796
(134,103,150)
#967CA5
(150,124,165)
#A691B4
(166,145,180)
#B6A6C3
(182,166,195)
#C6BBD2
(198,187,210)
#D6D0E1
(214,208,225)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46135A; }

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

This text font color is #46135A.


Background Color

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

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

This div background color is #46135A.


Border color

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

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

This div border color is #46135A.


Opacity

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

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

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

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

This text has shadow with #46135A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46135A on black background.


Color preview on white background

This text has color #46135A on white background.



Black color preview on #46135A background

This text has black color on #46135A background.


White color preview on #46135A background

This text has white color on #46135A background.