COLOR #474574

HEX: #474574
RGB: (71,69,116)

Color info

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

RGB color model

#474574 color RGB value is (71,69,116).

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

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 116 of 255 = 45%

71
69
116

R + G + B ~ 33%. #474574 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 116 = 256 (100%)
R 71 of 256 ~ 27.73%
G 69 of 256 ~ 26.95%
B 116 of 256 ~ 45.31%

%27.73
%26.95
%45.31

CMYK color model

#474574 color CMYK value is (39,41,0,55).

  • cyan value is 38.79%
  • magenta value is 40.52%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(39,41,0,55)
C39M41Y0K55 
(39%,41%,0%,55%)
(0.39/0.41/0.00/0.55)	

CMYK percentages

%38.79
%40.52
%0
%54.51

Codes

Color #474574 in popluar color models

474574
RGB7169116
HSL243°25.41%36.27%
HSB/HSV243°40.52%45.49%
CMYK38.79%40.52%0.00%
54.51%

Color #474574 in popluar number systems.

HEX474574
Decimal7169116
Binary100011110001011110100
Octal107105164

Shades and tints

Shades of #474574

#474574
(71,69,116)
#413F6A
(65,63,106)
#3B3960
(59,57,96)
#353356
(53,51,86)
#2F2D4C
(47,45,76)
#292742
(41,39,66)
#232138
(35,33,56)
#1D1B2E
(29,27,46)
#171524
(23,21,36)
#110F1A
(17,15,26)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #474574

#474574
(71,69,116)
#575580
(87,85,128)
#67658C
(103,101,140)
#777598
(119,117,152)
#8785A4
(135,133,164)
#9795B0
(151,149,176)
#A7A5BC
(167,165,188)
#B7B5C8
(183,181,200)
#C7C5D4
(199,197,212)
#D7D5E0
(215,213,224)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474574; }

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

This text font color is #474574.


Background Color

.myBgColor { background-color: #474574; }

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

This div background color is #474574.


Border color

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

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

This div border color is #474574.


Opacity

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

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

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

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

This text has shadow with #474574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474574 on black background.


Color preview on white background

This text has color #474574 on white background.



Black color preview on #474574 background

This text has black color on #474574 background.


White color preview on #474574 background

This text has white color on #474574 background.