COLOR #461E89

HEX: #461E89 RGB: (70,30,137)

Color info

#461E89 contains mainly blue color. Web safe color of #461E89 is #333399 (or #339).

RGB color model

#461E89 color RGB value is (70,30,137).

RGB: (70,30,137) (27%, 12%, 54%)

RGB channels and saturation

R 70 of 255 = 27%
G 30 of 255 = 12%
B 137 of 255 = 54%

70
30
137

R + G + B ~ 31%. #461E89 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 30 + 137 = 237 (100%)
R 70 of 237 ~ 29.54%
G 30 of 237 ~ 12.66%
B 137 of 237 ~ 57.81'%

%29.54
%12.66
%57.81

CMYK color model

#461E89 color CMYK value is (49,78,0,46).

  • cyan value is 48.91%
  • magenta value is 78.10%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (49,78,0,46)
C49M78Y0K46 (49%, 78%, 0%, 46%)
(0.49 / 0.78 / 0.00 / 0.46)

CMYK percentages

%48.91
%78.1
%0
%46.27

Codes

Color #461E89 in popluar color models

46 1E 89
RGB 70 30 137
HSL 262° 64.07% 32.75%
HSB/HSV 262° 78.10% 53.73%
CMYK 48.91% 78.10% 0.00%
46.27%

Color #461E89 in popluar number systems.

HEX 46 1E 89
Decimal 70 30 137
Binary 1000110 11110 10001001
Octal 106 36 211

Shades and tints

Shades of #461E89

#461E89
(70,30,137)
#401C7D
(64,28,125)
#3A1A71
(58,26,113)
#341865
(52,24,101)
#2E1659
(46,22,89)
#28144D
(40,20,77)
#221241
(34,18,65)
#1C1035
(28,16,53)
#160E29
(22,14,41)
#100C1D
(16,12,29)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #461E89

#461E89
(70,30,137)
#563293
(86,50,147)
#66469D
(102,70,157)
#765AA7
(118,90,167)
#866EB1
(134,110,177)
#9682BB
(150,130,187)
#A696C5
(166,150,197)
#B6AACF
(182,170,207)
#C6BED9
(198,190,217)
#D6D2E3
(214,210,227)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461E89; }

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

This text font color is #461E89.

Background Color

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

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

This div background color is #461E89.

Border color

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

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

This div border color is #461E89.

Opacity

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

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

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

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

This text has shadow with #461E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #461E89.

Preview

Color preview on black background

This text has color #461E89 on black background.


Color preview on white background

This text has color #461E89 on white background.


Black color preview on #461E89 background

This text has black color on #461E89 background.


White color preview on #461E89 background

This text has white color on #461E89 background.


Related colors

Complementary color

Complementary color for #hex is #B9E176.


I love getcolorcode.com

Triadic colors

1 #89461E and #1E8946 with #461E89 are triadic colors.

2 #891E46 and #1E4689 with #461E89 are triadic colors.