COLOR #460D4B

HEX: #460D4B
RGB: (70,13,75)

Color info

#460D4B contains mainly red and blue colors. Web safe color of #460D4B is #330033 (or #303).

RGB color model

#460D4B color RGB value is (70,13,75).

  • red value is 70;
  • green value is 13;
  • blue value is 75.
RGB:
(70,13,75)
(27%,5%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 13 of 255 = 5%
B 75 of 255 = 29%

70
13
75

R + G + B ~ 20%. #460D4B is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 13 + 75 = 158 (100%)
R 70 of 158 ~ 44.3%
G 13 of 158 ~ 8.23%
B 75 of 158 ~ 47.47%

%44.3
%47.47

CMYK color model

#460D4B color CMYK value is (7,83,0,71).

  • cyan value is 6.67%
  • magenta value is 82.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(7,83,0,71)
C7M83Y0K71 
(7%,83%,0%,71%)
(0.07/0.83/0.00/0.71)	

CMYK percentages

%6.67
%82.67
%0
%70.59

Codes

Color #460D4B in popluar color models

460D4B
RGB701375
HSL295°70.45%17.25%
HSB/HSV295°82.67%29.41%
CMYK6.67%82.67%0.00%
70.59%

Color #460D4B in popluar number systems.

HEX460D4B
Decimal701375
Binary100011011011001011
Octal10615113

Shades and tints

Shades of #460D4B

#460D4B
(70,13,75)
#400C45
(64,12,69)
#3A0B3F
(58,11,63)
#340A39
(52,10,57)
#2E0933
(46,9,51)
#28082D
(40,8,45)
#220727
(34,7,39)
#1C0621
(28,6,33)
#16051B
(22,5,27)
#100415
(16,4,21)
#0A030F
(10,3,15)
#000000
(0,0,0)

Tints of #460D4B

#460D4B
(70,13,75)
#56235B
(86,35,91)
#66396B
(102,57,107)
#764F7B
(118,79,123)
#86658B
(134,101,139)
#967B9B
(150,123,155)
#A691AB
(166,145,171)
#B6A7BB
(182,167,187)
#C6BDCB
(198,189,203)
#D6D3DB
(214,211,219)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460D4B color. Also use rgb(70,13,75) instead hex code.

Text Font Color

.myTextColor { color: #460D4B; }

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

This text font color is #460D4B.


Background Color

.myBgColor { background-color: #460D4B; }

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

This div background color is #460D4B.


Border color

.myBorderColor { border: 1px solid #460D4B; }

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

This div border color is #460D4B.


Opacity

.myOpacity80 { color: #460D4B; opacity: 0.8; }

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

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

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

This text has shadow with #460D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460D4B on black background.


Color preview on white background

This text has color #460D4B on white background.



Black color preview on #460D4B background

This text has black color on #460D4B background.


White color preview on #460D4B background

This text has white color on #460D4B background.