COLOR #462E85

HEX: #462E85 RGB: (70,46,133)

Color info

#462E85 contains mainly blue color. Web safe color of #462E85 is #333399 (or #339).

RGB color model

#462E85 color RGB value is (70,46,133).

RGB: (70,46,133) (27%, 18%, 52%)

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 133 of 255 = 52%

70
46
133

R + G + B ~ 32%. #462E85 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 46 + 133 = 249 (100%)
R 70 of 249 ~ 28.11%
G 46 of 249 ~ 18.47%
B 133 of 249 ~ 53.41'%

%28.11
%18.47
%53.41

CMYK color model

#462E85 color CMYK value is (47,65,0,48).

  • cyan value is 47.37%
  • magenta value is 65.41%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (47,65,0,48)
C47M65Y0K48 (47%, 65%, 0%, 48%)
(0.47 / 0.65 / 0.00 / 0.48)

CMYK percentages

%47.37
%65.41
%0
%47.84

Codes

Color #462E85 in popluar color models

46 2E 85
RGB 70 46 133
HSL 257° 48.60% 35.10%
HSB/HSV 257° 65.41% 52.16%
CMYK 47.37% 65.41% 0.00%
47.84%

Color #462E85 in popluar number systems.

HEX 46 2E 85
Decimal 70 46 133
Binary 1000110 101110 10000101
Octal 106 56 205

Shades and tints

Shades of #462E85

#462E85
(70,46,133)
#402A79
(64,42,121)
#3A266D
(58,38,109)
#342261
(52,34,97)
#2E1E55
(46,30,85)
#281A49
(40,26,73)
#22163D
(34,22,61)
#1C1231
(28,18,49)
#160E25
(22,14,37)
#100A19
(16,10,25)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #462E85

#462E85
(70,46,133)
#564190
(86,65,144)
#66549B
(102,84,155)
#7667A6
(118,103,166)
#867AB1
(134,122,177)
#968DBC
(150,141,188)
#A6A0C7
(166,160,199)
#B6B3D2
(182,179,210)
#C6C6DD
(198,198,221)
#D6D9E8
(214,217,232)
#E6ECF3
(230,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462E85 color. Also use rgb(70,46,133) instead hex code.

Text Font Color

.myTextColor { color: #462E85; }

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

This text font color is #462E85.

Background Color

.myBgColor { background-color: #462E85; }

<div style="background-color:#462E85">Inner text</div>

This div background color is #462E85.

Border color

.myBorderColor { border: 1px solid #462E85; }

<div style="border:3px solid #462E85">Div</div>

This div border color is #462E85.

Opacity

.myOpacity80 { color: #462E85; opacity: 0.8; }

<p style="color:#462E85;opacity:0.8;">80%</p>

Text with #462E85 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 #462E85;}

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

This text has shadow with #462E85 color.


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

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

This text has shadow with #462E85 primary color and red secondary color.


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

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

This text has shadow with #462E85 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #462E85.

Preview

Color preview on black background

This text has color #462E85 on black background.


Color preview on white background

This text has color #462E85 on white background.


Black color preview on #462E85 background

This text has black color on #462E85 background.


White color preview on #462E85 background

This text has white color on #462E85 background.


Related colors

Complementary color

Complementary color for #hex is #B9D17A.


I love getcolorcode.com

Triadic colors

1 #85462E and #2E8546 with #462E85 are triadic colors.

2 #852E46 and #2E4685 with #462E85 are triadic colors.