COLOR #474A68

HEX: #474A68
RGB: (71,74,104)

Color info

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

RGB color model

#474A68 color RGB value is (71,74,104).

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

RGB channels and saturation

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

71
74
104

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

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 104 = 249 (100%)
R 71 of 249 ~ 28.51%
G 74 of 249 ~ 29.72%
B 104 of 249 ~ 41.77%

%28.51
%29.72
%41.77

CMYK color model

#474A68 color CMYK value is (32,29,0,59).

  • cyan value is 31.73%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(32,29,0,59)
C32M29Y0K59 
(32%,29%,0%,59%)
(0.32/0.29/0.00/0.59)	

CMYK percentages

%31.73
%28.85
%0
%59.22

Codes

Color #474A68 in popluar color models

474A68
RGB7174104
HSL235°18.86%34.31%
HSB/HSV235°31.73%40.78%
CMYK31.73%28.85%0.00%
59.22%

Color #474A68 in popluar number systems.

HEX474A68
Decimal7174104
Binary100011110010101101000
Octal107112150

Shades and tints

Shades of #474A68

#474A68
(71,74,104)
#41445F
(65,68,95)
#3B3E56
(59,62,86)
#35384D
(53,56,77)
#2F3244
(47,50,68)
#292C3B
(41,44,59)
#232632
(35,38,50)
#1D2029
(29,32,41)
#171A20
(23,26,32)
#111417
(17,20,23)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #474A68

#474A68
(71,74,104)
#575A75
(87,90,117)
#676A82
(103,106,130)
#777A8F
(119,122,143)
#878A9C
(135,138,156)
#979AA9
(151,154,169)
#A7AAB6
(167,170,182)
#B7BAC3
(183,186,195)
#C7CAD0
(199,202,208)
#D7DADD
(215,218,221)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A68; }

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

This text font color is #474A68.


Background Color

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

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

This div background color is #474A68.


Border color

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

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

This div border color is #474A68.


Opacity

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

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

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

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

This text has shadow with #474A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A68 on black background.


Color preview on white background

This text has color #474A68 on white background.



Black color preview on #474A68 background

This text has black color on #474A68 background.


White color preview on #474A68 background

This text has white color on #474A68 background.