COLOR #474778

HEX: #474778
RGB: (71,71,120)

Color info

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

RGB color model

#474778 color RGB value is (71,71,120).

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

RGB channels and saturation

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

71
71
120

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

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 120 = 262 (100%)
R 71 of 262 ~ 27.1%
G 71 of 262 ~ 27.1%
B 120 of 262 ~ 45.8%

%27.1
%27.1
%45.8

CMYK color model

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

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

CMYK percentages

%40.83
%40.83
%0
%52.94

Codes

Color #474778 in popluar color models

474778
RGB7171120
HSL240°25.65%37.45%
HSB/HSV240°40.83%47.06%
CMYK40.83%40.83%0.00%
52.94%

Color #474778 in popluar number systems.

HEX474778
Decimal7171120
Binary100011110001111111000
Octal107107170

Shades and tints

Shades of #474778

#474778
(71,71,120)
#41416E
(65,65,110)
#3B3B64
(59,59,100)
#35355A
(53,53,90)
#2F2F50
(47,47,80)
#292946
(41,41,70)
#23233C
(35,35,60)
#1D1D32
(29,29,50)
#171728
(23,23,40)
#11111E
(17,17,30)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #474778

#474778
(71,71,120)
#575784
(87,87,132)
#676790
(103,103,144)
#77779C
(119,119,156)
#8787A8
(135,135,168)
#9797B4
(151,151,180)
#A7A7C0
(167,167,192)
#B7B7CC
(183,183,204)
#C7C7D8
(199,199,216)
#D7D7E4
(215,215,228)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474778; }

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

This text font color is #474778.


Background Color

.myBgColor { background-color: #474778; }

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

This div background color is #474778.


Border color

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

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

This div border color is #474778.


Opacity

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

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

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

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

This text has shadow with #474778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474778 on black background.


Color preview on white background

This text has color #474778 on white background.



Black color preview on #474778 background

This text has black color on #474778 background.


White color preview on #474778 background

This text has white color on #474778 background.