COLOR #470E69

HEX: #470E69
RGB: (71,14,105)

Color info

#470E69 contains mainly red and blue colors. Web safe color of #470E69 is #330066 (or #306).

RGB color model

#470E69 color RGB value is (71,14,105).

  • red value is 71;
  • green value is 14;
  • blue value is 105.
RGB:
(71,14,105)
(28%,5%,41%)

RGB channels and saturation

R 71 of 255 = 28%
G 14 of 255 = 5%
B 105 of 255 = 41%

71
14
105

R + G + B ~ 25%. #470E69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 14 + 105 = 190 (100%)
R 71 of 190 ~ 37.37%
G 14 of 190 ~ 7.37%
B 105 of 190 ~ 55.26%

%37.37
%55.26

CMYK color model

#470E69 color CMYK value is (32,87,0,59).

  • cyan value is 32.38%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(32,87,0,59)
C32M87Y0K59 
(32%,87%,0%,59%)
(0.32/0.87/0.00/0.59)	

CMYK percentages

%32.38
%86.67
%0
%58.82

Codes

Color #470E69 in popluar color models

470E69
RGB7114105
HSL278°76.47%23.33%
HSB/HSV278°86.67%41.18%
CMYK32.38%86.67%0.00%
58.82%

Color #470E69 in popluar number systems.

HEX470E69
Decimal7114105
Binary100011111101101001
Octal10716151

Shades and tints

Shades of #470E69

#470E69
(71,14,105)
#410D60
(65,13,96)
#3B0C57
(59,12,87)
#350B4E
(53,11,78)
#2F0A45
(47,10,69)
#29093C
(41,9,60)
#230833
(35,8,51)
#1D072A
(29,7,42)
#170621
(23,6,33)
#110518
(17,5,24)
#0B040F
(11,4,15)
#000000
(0,0,0)

Tints of #470E69

#470E69
(71,14,105)
#572376
(87,35,118)
#673883
(103,56,131)
#774D90
(119,77,144)
#87629D
(135,98,157)
#9777AA
(151,119,170)
#A78CB7
(167,140,183)
#B7A1C4
(183,161,196)
#C7B6D1
(199,182,209)
#D7CBDE
(215,203,222)
#E7E0EB
(231,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470E69 color. Also use rgb(71,14,105) instead hex code.

Text Font Color

.myTextColor { color: #470E69; }

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

This text font color is #470E69.


Background Color

.myBgColor { background-color: #470E69; }

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

This div background color is #470E69.


Border color

.myBorderColor { border: 1px solid #470E69; }

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

This div border color is #470E69.


Opacity

.myOpacity80 { color: #470E69; opacity: 0.8; }

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

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

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

This text has shadow with #470E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470E69 on black background.


Color preview on white background

This text has color #470E69 on white background.



Black color preview on #470E69 background

This text has black color on #470E69 background.


White color preview on #470E69 background

This text has white color on #470E69 background.