COLOR #461E58

HEX: #461E58
RGB: (70,30,88)

Color info

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

RGB color model

#461E58 color RGB value is (70,30,88).

  • red value is 70;
  • green value is 30;
  • blue value is 88.
RGB:
(70,30,88)
(27%,12%,35%)

RGB channels and saturation

R 70 of 255 = 27%
G 30 of 255 = 12%
B 88 of 255 = 35%

70
30
88

R + G + B ~ 25%. #461E58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 30 + 88 = 188 (100%)
R 70 of 188 ~ 37.23%
G 30 of 188 ~ 15.96%
B 88 of 188 ~ 46.81%

%37.23
%15.96
%46.81

CMYK color model

#461E58 color CMYK value is (20,66,0,65).

  • cyan value is 20.45%
  • magenta value is 65.91%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(20,66,0,65)
C20M66Y0K65 
(20%,66%,0%,65%)
(0.20/0.66/0.00/0.65)	

CMYK percentages

%20.45
%65.91
%0
%65.49

Codes

Color #461E58 in popluar color models

461E58
RGB703088
HSL281°49.15%23.14%
HSB/HSV281°65.91%34.51%
CMYK20.45%65.91%0.00%
65.49%

Color #461E58 in popluar number systems.

HEX461E58
Decimal703088
Binary1000110111101011000
Octal10636130

Shades and tints

Shades of #461E58

#461E58
(70,30,88)
#401C50
(64,28,80)
#3A1A48
(58,26,72)
#341840
(52,24,64)
#2E1638
(46,22,56)
#281430
(40,20,48)
#221228
(34,18,40)
#1C1020
(28,16,32)
#160E18
(22,14,24)
#100C10
(16,12,16)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #461E58

#461E58
(70,30,88)
#563267
(86,50,103)
#664676
(102,70,118)
#765A85
(118,90,133)
#866E94
(134,110,148)
#9682A3
(150,130,163)
#A696B2
(166,150,178)
#B6AAC1
(182,170,193)
#C6BED0
(198,190,208)
#D6D2DF
(214,210,223)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461E58 color. Also use rgb(70,30,88) instead hex code.

Text Font Color

.myTextColor { color: #461E58; }

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

This text font color is #461E58.


Background Color

.myBgColor { background-color: #461E58; }

<div style="background-color:#461E58">Inner text</div>

This div background color is #461E58.


Border color

.myBorderColor { border: 1px solid #461E58; }

<div style="border:3px solid #461E58">Div</div>

This div border color is #461E58.


Opacity

.myOpacity80 { color: #461E58; opacity: 0.8; }

<p style="color:#461E58;opacity:0.8;">80%</p>

Text with #461E58 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 #461E58;}

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

This text has shadow with #461E58 color.

.textShadow {text-shadow: 3px 3px 1px #461E58, 3px 3px 1px red;}

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

This text has shadow with #461E58 primary color and red secondary color.


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

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

This text has shadow with #461E58 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461E58 on black background.


Color preview on white background

This text has color #461E58 on white background.



Black color preview on #461E58 background

This text has black color on #461E58 background.


White color preview on #461E58 background

This text has white color on #461E58 background.