COLOR #462189

HEX: #462189
RGB: (70,33,137)

Color info

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

RGB color model

#462189 color RGB value is (70,33,137).

  • red value is 70;
  • green value is 33;
  • blue value is 137.
RGB:
(70,33,137)
(27%,13%,54%)

RGB channels and saturation

R 70 of 255 = 27%
G 33 of 255 = 13%
B 137 of 255 = 54%

70
33
137

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

Portions of RGB colors in percentages

R + G + B =
70 + 33 + 137 = 240 (100%)
R 70 of 240 ~ 29.17%
G 33 of 240 ~ 13.75%
B 137 of 240 ~ 57.08%

%29.17
%13.75
%57.08

CMYK color model

#462189 color CMYK value is (49,76,0,46).

  • cyan value is 48.91%
  • magenta value is 75.91%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(49,76,0,46)
C49M76Y0K46 
(49%,76%,0%,46%)
(0.49/0.76/0.00/0.46)	

CMYK percentages

%48.91
%75.91
%0
%46.27

Codes

Color #462189 in popluar color models

462189
RGB7033137
HSL261°61.18%33.33%
HSB/HSV261°75.91%53.73%
CMYK48.91%75.91%0.00%
46.27%

Color #462189 in popluar number systems.

HEX462189
Decimal7033137
Binary100011010000110001001
Octal10641211

Shades and tints

Shades of #462189

#462189
(70,33,137)
#401E7D
(64,30,125)
#3A1B71
(58,27,113)
#341865
(52,24,101)
#2E1559
(46,21,89)
#28124D
(40,18,77)
#220F41
(34,15,65)
#1C0C35
(28,12,53)
#160929
(22,9,41)
#10061D
(16,6,29)
#0A0311
(10,3,17)
#000000
(0,0,0)

Tints of #462189

#462189
(70,33,137)
#563593
(86,53,147)
#66499D
(102,73,157)
#765DA7
(118,93,167)
#8671B1
(134,113,177)
#9685BB
(150,133,187)
#A699C5
(166,153,197)
#B6ADCF
(182,173,207)
#C6C1D9
(198,193,217)
#D6D5E3
(214,213,227)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462189; }

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

This text font color is #462189.


Background Color

.myBgColor { background-color: #462189; }

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

This div background color is #462189.


Border color

.myBorderColor { border: 1px solid #462189; }

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

This div border color is #462189.


Opacity

.myOpacity80 { color: #462189; opacity: 0.8; }

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

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

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

This text has shadow with #462189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462189 on black background.


Color preview on white background

This text has color #462189 on white background.



Black color preview on #462189 background

This text has black color on #462189 background.


White color preview on #462189 background

This text has white color on #462189 background.