COLOR #474773

HEX: #474773 RGB: (71,71,115)

Color info

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

RGB color model

#474773 color RGB value is (71,71,115).

RGB: (71,71,115) (28%, 28%, 45%)

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 115 of 255 = 45%

71
71
115

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

Portions of RGB colors in percentages

R + G + B = 71 + 71 + 115 = 257 (100%)
R 71 of 257 ~ 27.63%
G 71 of 257 ~ 27.63%
B 115 of 257 ~ 44.75'%

%27.63
%27.63
%44.75

CMYK color model

#474773 color CMYK value is (38,38,0,55).

  • cyan value is 38.26%
  • magenta value is 38.26%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (38,38,0,55)
C38M38Y0K55 (38%, 38%, 0%, 55%)
(0.38 / 0.38 / 0.00 / 0.55)

CMYK percentages

%38.26
%38.26
%0
%54.9

Codes

Color #474773 in popluar color models

47 47 73
RGB 71 71 115
HSL 240° 23.66% 36.47%
HSB/HSV 240° 38.26% 45.10%
CMYK 38.26% 38.26% 0.00%
54.90%

Color #474773 in popluar number systems.

HEX 47 47 73
Decimal 71 71 115
Binary 1000111 1000111 1110011
Octal 107 107 163

Shades and tints

Shades of #474773

#474773
(71,71,115)
#414169
(65,65,105)
#3B3B5F
(59,59,95)
#353555
(53,53,85)
#2F2F4B
(47,47,75)
#292941
(41,41,65)
#232337
(35,35,55)
#1D1D2D
(29,29,45)
#171723
(23,23,35)
#111119
(17,17,25)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #474773

#474773
(71,71,115)
#57577F
(87,87,127)
#67678B
(103,103,139)
#777797
(119,119,151)
#8787A3
(135,135,163)
#9797AF
(151,151,175)
#A7A7BB
(167,167,187)
#B7B7C7
(183,183,199)
#C7C7D3
(199,199,211)
#D7D7DF
(215,215,223)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474773; }

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

This text font color is #474773.

Background Color

.myBgColor { background-color: #474773; }

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

This div background color is #474773.

Border color

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

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

This div border color is #474773.

Opacity

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

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

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

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

This text has shadow with #474773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474773.

Preview

Color preview on black background

This text has color #474773 on black background.


Color preview on white background

This text has color #474773 on white background.


Black color preview on #474773 background

This text has black color on #474773 background.


White color preview on #474773 background

This text has white color on #474773 background.


Related colors

Complementary color

Complementary color for #hex is #B8B88C.


I love getcolorcode.com