COLOR #474578

HEX: #474578
RGB: (71,69,120)

Color info

#474578 contains red, green and blue colors in about the same proportion. Web safe color of #474578 is #333366 (or #336).

RGB color model

#474578 color RGB value is (71,69,120).

  • red value is 71;
  • green value is 69;
  • blue value is 120.
RGB:
(71,69,120)
(28%,27%,47%)

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 120 of 255 = 47%

71
69
120

R + G + B ~ 34%. #474578 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 120 = 260 (100%)
R 71 of 260 ~ 27.31%
G 69 of 260 ~ 26.54%
B 120 of 260 ~ 46.15%

%27.31
%26.54
%46.15

CMYK color model

#474578 color CMYK value is (41,43,0,53).

  • cyan value is 40.83%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(41,43,0,53)
C41M43Y0K53 
(41%,43%,0%,53%)
(0.41/0.43/0.00/0.53)	

CMYK percentages

%40.83
%42.5
%0
%52.94

Codes

Color #474578 in popluar color models

474578
RGB7169120
HSL242°26.98%37.06%
HSB/HSV242°42.50%47.06%
CMYK40.83%42.50%0.00%
52.94%

Color #474578 in popluar number systems.

HEX474578
Decimal7169120
Binary100011110001011111000
Octal107105170

Shades and tints

Shades of #474578

#474578
(71,69,120)
#413F6E
(65,63,110)
#3B3964
(59,57,100)
#35335A
(53,51,90)
#2F2D50
(47,45,80)
#292746
(41,39,70)
#23213C
(35,33,60)
#1D1B32
(29,27,50)
#171528
(23,21,40)
#110F1E
(17,15,30)
#0B0914
(11,9,20)
#000000
(0,0,0)

Tints of #474578

#474578
(71,69,120)
#575584
(87,85,132)
#676590
(103,101,144)
#77759C
(119,117,156)
#8785A8
(135,133,168)
#9795B4
(151,149,180)
#A7A5C0
(167,165,192)
#B7B5CC
(183,181,204)
#C7C5D8
(199,197,216)
#D7D5E4
(215,213,228)
#E7E5F0
(231,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474578 color. Also use rgb(71,69,120) instead hex code.

Text Font Color

.myTextColor { color: #474578; }

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

This text font color is #474578.


Background Color

.myBgColor { background-color: #474578; }

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

This div background color is #474578.


Border color

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

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

This div border color is #474578.


Opacity

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

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

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

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

This text has shadow with #474578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474578 on black background.


Color preview on white background

This text has color #474578 on white background.



Black color preview on #474578 background

This text has black color on #474578 background.


White color preview on #474578 background

This text has white color on #474578 background.