COLOR #474A69

HEX: #474A69
RGB: (71,74,105)

Color info

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

RGB color model

#474A69 color RGB value is (71,74,105).

  • red value is 71;
  • green value is 74;
  • blue value is 105.
RGB:
(71,74,105)
(28%,29%,41%)

RGB channels and saturation

R 71 of 255 = 28%
G 74 of 255 = 29%
B 105 of 255 = 41%

71
74
105

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

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 105 = 250 (100%)
R 71 of 250 ~ 28.4%
G 74 of 250 ~ 29.6%
B 105 of 250 ~ 42%

%28.4
%29.6
%42

CMYK color model

#474A69 color CMYK value is (32,30,0,59).

  • cyan value is 32.38%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(32,30,0,59)
C32M30Y0K59 
(32%,30%,0%,59%)
(0.32/0.30/0.00/0.59)	

CMYK percentages

%32.38
%29.52
%0
%58.82

Codes

Color #474A69 in popluar color models

474A69
RGB7174105
HSL235°19.32%34.51%
HSB/HSV235°32.38%41.18%
CMYK32.38%29.52%0.00%
58.82%

Color #474A69 in popluar number systems.

HEX474A69
Decimal7174105
Binary100011110010101101001
Octal107112151

Shades and tints

Shades of #474A69

#474A69
(71,74,105)
#414460
(65,68,96)
#3B3E57
(59,62,87)
#35384E
(53,56,78)
#2F3245
(47,50,69)
#292C3C
(41,44,60)
#232633
(35,38,51)
#1D202A
(29,32,42)
#171A21
(23,26,33)
#111418
(17,20,24)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #474A69

#474A69
(71,74,105)
#575A76
(87,90,118)
#676A83
(103,106,131)
#777A90
(119,122,144)
#878A9D
(135,138,157)
#979AAA
(151,154,170)
#A7AAB7
(167,170,183)
#B7BAC4
(183,186,196)
#C7CAD1
(199,202,209)
#D7DADE
(215,218,222)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474A69 color. Also use rgb(71,74,105) instead hex code.

Text Font Color

.myTextColor { color: #474A69; }

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

This text font color is #474A69.


Background Color

.myBgColor { background-color: #474A69; }

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

This div background color is #474A69.


Border color

.myBorderColor { border: 1px solid #474A69; }

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

This div border color is #474A69.


Opacity

.myOpacity80 { color: #474A69; opacity: 0.8; }

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

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

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

This text has shadow with #474A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A69 on black background.


Color preview on white background

This text has color #474A69 on white background.



Black color preview on #474A69 background

This text has black color on #474A69 background.


White color preview on #474A69 background

This text has white color on #474A69 background.