COLOR #470F74

HEX: #470F74
RGB: (71,15,116)

Color info

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

RGB color model

#470F74 color RGB value is (71,15,116).

  • red value is 71;
  • green value is 15;
  • blue value is 116.
RGB:
(71,15,116)
(28%,6%,45%)

RGB channels and saturation

R 71 of 255 = 28%
G 15 of 255 = 6%
B 116 of 255 = 45%

71
15
116

R + G + B ~ 26%. #470F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 15 + 116 = 202 (100%)
R 71 of 202 ~ 35.15%
G 15 of 202 ~ 7.43%
B 116 of 202 ~ 57.43%

%35.15
%57.43

CMYK color model

#470F74 color CMYK value is (39,87,0,55).

  • cyan value is 38.79%
  • magenta value is 87.07%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(39,87,0,55)
C39M87Y0K55 
(39%,87%,0%,55%)
(0.39/0.87/0.00/0.55)	

CMYK percentages

%38.79
%87.07
%0
%54.51

Codes

Color #470F74 in popluar color models

470F74
RGB7115116
HSL273°77.10%25.69%
HSB/HSV273°87.07%45.49%
CMYK38.79%87.07%0.00%
54.51%

Color #470F74 in popluar number systems.

HEX470F74
Decimal7115116
Binary100011111111110100
Octal10717164

Shades and tints

Shades of #470F74

#470F74
(71,15,116)
#410E6A
(65,14,106)
#3B0D60
(59,13,96)
#350C56
(53,12,86)
#2F0B4C
(47,11,76)
#290A42
(41,10,66)
#230938
(35,9,56)
#1D082E
(29,8,46)
#170724
(23,7,36)
#11061A
(17,6,26)
#0B0510
(11,5,16)
#000000
(0,0,0)

Tints of #470F74

#470F74
(71,15,116)
#572480
(87,36,128)
#67398C
(103,57,140)
#774E98
(119,78,152)
#8763A4
(135,99,164)
#9778B0
(151,120,176)
#A78DBC
(167,141,188)
#B7A2C8
(183,162,200)
#C7B7D4
(199,183,212)
#D7CCE0
(215,204,224)
#E7E1EC
(231,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470F74 color. Also use rgb(71,15,116) instead hex code.

Text Font Color

.myTextColor { color: #470F74; }

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

This text font color is #470F74.


Background Color

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

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

This div background color is #470F74.


Border color

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

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

This div border color is #470F74.


Opacity

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

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

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

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

This text has shadow with #470F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470F74 on black background.


Color preview on white background

This text has color #470F74 on white background.



Black color preview on #470F74 background

This text has black color on #470F74 background.


White color preview on #470F74 background

This text has white color on #470F74 background.