COLOR #461887

HEX: #461887
RGB: (70,24,135)

Color info

#461887 contains mainly blue color. Web safe color of #461887 is #330099 (or #309).

RGB color model

#461887 color RGB value is (70,24,135).

  • red value is 70;
  • green value is 24;
  • blue value is 135.
RGB:
(70,24,135)
(27%,9%,53%)

RGB channels and saturation

R 70 of 255 = 27%
G 24 of 255 = 9%
B 135 of 255 = 53%

70
24
135

R + G + B ~ 30%. #461887 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 24 + 135 = 229 (100%)
R 70 of 229 ~ 30.57%
G 24 of 229 ~ 10.48%
B 135 of 229 ~ 58.95%

%30.57
%10.48
%58.95

CMYK color model

#461887 color CMYK value is (48,82,0,47).

  • cyan value is 48.15%
  • magenta value is 82.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(48,82,0,47)
C48M82Y0K47 
(48%,82%,0%,47%)
(0.48/0.82/0.00/0.47)	

CMYK percentages

%48.15
%82.22
%0
%47.06

Codes

Color #461887 in popluar color models

461887
RGB7024135
HSL265°69.81%31.18%
HSB/HSV265°82.22%52.94%
CMYK48.15%82.22%0.00%
47.06%

Color #461887 in popluar number systems.

HEX461887
Decimal7024135
Binary10001101100010000111
Octal10630207

Shades and tints

Shades of #461887

#461887
(70,24,135)
#40167B
(64,22,123)
#3A146F
(58,20,111)
#341263
(52,18,99)
#2E1057
(46,16,87)
#280E4B
(40,14,75)
#220C3F
(34,12,63)
#1C0A33
(28,10,51)
#160827
(22,8,39)
#10061B
(16,6,27)
#0A040F
(10,4,15)
#000000
(0,0,0)

Tints of #461887

#461887
(70,24,135)
#562D91
(86,45,145)
#66429B
(102,66,155)
#7657A5
(118,87,165)
#866CAF
(134,108,175)
#9681B9
(150,129,185)
#A696C3
(166,150,195)
#B6ABCD
(182,171,205)
#C6C0D7
(198,192,215)
#D6D5E1
(214,213,225)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461887 color. Also use rgb(70,24,135) instead hex code.

Text Font Color

.myTextColor { color: #461887; }

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

This text font color is #461887.


Background Color

.myBgColor { background-color: #461887; }

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

This div background color is #461887.


Border color

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

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

This div border color is #461887.


Opacity

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

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

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

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

This text has shadow with #461887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461887 on black background.


Color preview on white background

This text has color #461887 on white background.



Black color preview on #461887 background

This text has black color on #461887 background.


White color preview on #461887 background

This text has white color on #461887 background.