COLOR #474199

HEX: #474199
RGB: (71,65,153)

Color info

#474199 contains mainly blue color. Web safe color of #474199 is #333399 (or #339).

RGB color model

#474199 color RGB value is (71,65,153).

  • red value is 71;
  • green value is 65;
  • blue value is 153.
RGB:
(71,65,153)
(28%,25%,60%)

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 153 of 255 = 60%

71
65
153

R + G + B ~ 38%. #474199 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 153 = 289 (100%)
R 71 of 289 ~ 24.57%
G 65 of 289 ~ 22.49%
B 153 of 289 ~ 52.94%

%24.57
%22.49
%52.94

CMYK color model

#474199 color CMYK value is (54,58,0,40).

  • cyan value is 53.59%
  • magenta value is 57.52%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(54,58,0,40)
C54M58Y0K40 
(54%,58%,0%,40%)
(0.54/0.58/0.00/0.40)	

CMYK percentages

%53.59
%57.52
%0
%40

Codes

Color #474199 in popluar color models

474199
RGB7165153
HSL244°40.37%42.75%
HSB/HSV244°57.52%60.00%
CMYK53.59%57.52%0.00%
40.00%

Color #474199 in popluar number systems.

HEX474199
Decimal7165153
Binary1000111100000110011001
Octal107101231

Shades and tints

Shades of #474199

#474199
(71,65,153)
#413C8C
(65,60,140)
#3B377F
(59,55,127)
#353272
(53,50,114)
#2F2D65
(47,45,101)
#292858
(41,40,88)
#23234B
(35,35,75)
#1D1E3E
(29,30,62)
#171931
(23,25,49)
#111424
(17,20,36)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #474199

#474199
(71,65,153)
#5752A2
(87,82,162)
#6763AB
(103,99,171)
#7774B4
(119,116,180)
#8785BD
(135,133,189)
#9796C6
(151,150,198)
#A7A7CF
(167,167,207)
#B7B8D8
(183,184,216)
#C7C9E1
(199,201,225)
#D7DAEA
(215,218,234)
#E7EBF3
(231,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474199 color. Also use rgb(71,65,153) instead hex code.

Text Font Color

.myTextColor { color: #474199; }

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

This text font color is #474199.


Background Color

.myBgColor { background-color: #474199; }

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

This div background color is #474199.


Border color

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

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

This div border color is #474199.


Opacity

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

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

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

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

This text has shadow with #474199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474199 on black background.


Color preview on white background

This text has color #474199 on white background.



Black color preview on #474199 background

This text has black color on #474199 background.


White color preview on #474199 background

This text has white color on #474199 background.