COLOR #470097

HEX: #470097
RGB: (71,0,151)

Color info

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

RGB color model

#470097 color RGB value is (71,0,151).

  • red value is 71;
  • green value is 0;
  • blue value is 151.
RGB:
(71,0,151)
(28%,0%,59%)

RGB channels and saturation

R 71 of 255 = 28%
G 0 of 255 = 0%
B 151 of 255 = 59%

71
0
151

R + G + B ~ 29%. #470097 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 0 + 151 = 222 (100%)
R 71 of 222 ~ 31.98%
G 0 of 222 ~ 0%
B 151 of 222 ~ 68.02%

%31.98
%68.02

CMYK color model

#470097 color CMYK value is (53,100,0,41).

  • cyan value is 52.98%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(53,100,0,41)
C53M100Y0K41 
(53%,100%,0%,41%)
(0.53/1.00/0.00/0.41)	

CMYK percentages

%52.98
%100
%0
%40.78

Codes

Color #470097 in popluar color models

470097
RGB710151
HSL268°100.00%29.61%
HSB/HSV268°100.00%59.22%
CMYK52.98%100.00%0.00%
40.78%

Color #470097 in popluar number systems.

HEX470097
Decimal710151
Binary1000111010010111
Octal1070227

Shades and tints

Shades of #470097

#470097
(71,0,151)
#41008A
(65,0,138)
#3B007D
(59,0,125)
#350070
(53,0,112)
#2F0063
(47,0,99)
#290056
(41,0,86)
#230049
(35,0,73)
#1D003C
(29,0,60)
#17002F
(23,0,47)
#110022
(17,0,34)
#0B0015
(11,0,21)
#000000
(0,0,0)

Tints of #470097

#470097
(71,0,151)
#5717A0
(87,23,160)
#672EA9
(103,46,169)
#7745B2
(119,69,178)
#875CBB
(135,92,187)
#9773C4
(151,115,196)
#A78ACD
(167,138,205)
#B7A1D6
(183,161,214)
#C7B8DF
(199,184,223)
#D7CFE8
(215,207,232)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470097 color. Also use rgb(71,0,151) instead hex code.

Text Font Color

.myTextColor { color: #470097; }

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

This text font color is #470097.


Background Color

.myBgColor { background-color: #470097; }

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

This div background color is #470097.


Border color

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

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

This div border color is #470097.


Opacity

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

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

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

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

This text has shadow with #470097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470097 on black background.


Color preview on white background

This text has color #470097 on white background.



Black color preview on #470097 background

This text has black color on #470097 background.


White color preview on #470097 background

This text has white color on #470097 background.