COLOR #474878

HEX: #474878
RGB: (71,72,120)

Color info

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

RGB color model

#474878 color RGB value is (71,72,120).

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

RGB channels and saturation

R 71 of 255 = 28%
G 72 of 255 = 28%
B 120 of 255 = 47%

71
72
120

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

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 120 = 263 (100%)
R 71 of 263 ~ 27%
G 72 of 263 ~ 27.38%
B 120 of 263 ~ 45.63%

%27
%27.38
%45.63

CMYK color model

#474878 color CMYK value is (41,40,0,53).

  • cyan value is 40.83%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(41,40,0,53)
C41M40Y0K53 
(41%,40%,0%,53%)
(0.41/0.40/0.00/0.53)	

CMYK percentages

%40.83
%40
%0
%52.94

Codes

Color #474878 in popluar color models

474878
RGB7172120
HSL239°25.65%37.45%
HSB/HSV239°40.83%47.06%
CMYK40.83%40.00%0.00%
52.94%

Color #474878 in popluar number systems.

HEX474878
Decimal7172120
Binary100011110010001111000
Octal107110170

Shades and tints

Shades of #474878

#474878
(71,72,120)
#41426E
(65,66,110)
#3B3C64
(59,60,100)
#35365A
(53,54,90)
#2F3050
(47,48,80)
#292A46
(41,42,70)
#23243C
(35,36,60)
#1D1E32
(29,30,50)
#171828
(23,24,40)
#11121E
(17,18,30)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #474878

#474878
(71,72,120)
#575884
(87,88,132)
#676890
(103,104,144)
#77789C
(119,120,156)
#8788A8
(135,136,168)
#9798B4
(151,152,180)
#A7A8C0
(167,168,192)
#B7B8CC
(183,184,204)
#C7C8D8
(199,200,216)
#D7D8E4
(215,216,228)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474878; }

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

This text font color is #474878.


Background Color

.myBgColor { background-color: #474878; }

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

This div background color is #474878.


Border color

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

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

This div border color is #474878.


Opacity

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

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

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

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

This text has shadow with #474878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474878 on black background.


Color preview on white background

This text has color #474878 on white background.



Black color preview on #474878 background

This text has black color on #474878 background.


White color preview on #474878 background

This text has white color on #474878 background.