COLOR #470263

HEX: #470263
RGB: (71,2,99)

Color info

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

RGB color model

#470263 color RGB value is (71,2,99).

  • red value is 71;
  • green value is 2;
  • blue value is 99.
RGB:
(71,2,99)
(28%,1%,39%)

RGB channels and saturation

R 71 of 255 = 28%
G 2 of 255 = 1%
B 99 of 255 = 39%

71
2
99

R + G + B ~ 23%. #470263 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 2 + 99 = 172 (100%)
R 71 of 172 ~ 41.28%
G 2 of 172 ~ 1.16%
B 99 of 172 ~ 57.56%

%41.28
%57.56

CMYK color model

#470263 color CMYK value is (28,98,0,61).

  • cyan value is 28.28%
  • magenta value is 97.98%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(28,98,0,61)
C28M98Y0K61 
(28%,98%,0%,61%)
(0.28/0.98/0.00/0.61)	

CMYK percentages

%28.28
%97.98
%0
%61.18

Codes

Color #470263 in popluar color models

470263
RGB71299
HSL283°96.04%19.80%
HSB/HSV283°97.98%38.82%
CMYK28.28%97.98%0.00%
61.18%

Color #470263 in popluar number systems.

HEX470263
Decimal71299
Binary1000111101100011
Octal1072143

Shades and tints

Shades of #470263

#470263
(71,2,99)
#41025A
(65,2,90)
#3B0251
(59,2,81)
#350248
(53,2,72)
#2F023F
(47,2,63)
#290236
(41,2,54)
#23022D
(35,2,45)
#1D0224
(29,2,36)
#17021B
(23,2,27)
#110212
(17,2,18)
#0B0209
(11,2,9)
#000000
(0,0,0)

Tints of #470263

#470263
(71,2,99)
#571971
(87,25,113)
#67307F
(103,48,127)
#77478D
(119,71,141)
#875E9B
(135,94,155)
#9775A9
(151,117,169)
#A78CB7
(167,140,183)
#B7A3C5
(183,163,197)
#C7BAD3
(199,186,211)
#D7D1E1
(215,209,225)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470263 color. Also use rgb(71,2,99) instead hex code.

Text Font Color

.myTextColor { color: #470263; }

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

This text font color is #470263.


Background Color

.myBgColor { background-color: #470263; }

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

This div background color is #470263.


Border color

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

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

This div border color is #470263.


Opacity

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

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

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

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

This text has shadow with #470263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470263 on black background.


Color preview on white background

This text has color #470263 on white background.



Black color preview on #470263 background

This text has black color on #470263 background.


White color preview on #470263 background

This text has white color on #470263 background.