COLOR #474B72

HEX: #474B72
RGB: (71,75,114)

Color info

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

RGB color model

#474B72 color RGB value is (71,75,114).

  • red value is 71;
  • green value is 75;
  • blue value is 114.
RGB:
(71,75,114)
(28%,29%,45%)

RGB channels and saturation

R 71 of 255 = 28%
G 75 of 255 = 29%
B 114 of 255 = 45%

71
75
114

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

Portions of RGB colors in percentages

R + G + B =
71 + 75 + 114 = 260 (100%)
R 71 of 260 ~ 27.31%
G 75 of 260 ~ 28.85%
B 114 of 260 ~ 43.85%

%27.31
%28.85
%43.85

CMYK color model

#474B72 color CMYK value is (38,34,0,55).

  • cyan value is 37.72%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(38,34,0,55)
C38M34Y0K55 
(38%,34%,0%,55%)
(0.38/0.34/0.00/0.55)	

CMYK percentages

%37.72
%34.21
%0
%55.29

Codes

Color #474B72 in popluar color models

474B72
RGB7175114
HSL234°23.24%36.27%
HSB/HSV234°37.72%44.71%
CMYK37.72%34.21%0.00%
55.29%

Color #474B72 in popluar number systems.

HEX474B72
Decimal7175114
Binary100011110010111110010
Octal107113162

Shades and tints

Shades of #474B72

#474B72
(71,75,114)
#414568
(65,69,104)
#3B3F5E
(59,63,94)
#353954
(53,57,84)
#2F334A
(47,51,74)
#292D40
(41,45,64)
#232736
(35,39,54)
#1D212C
(29,33,44)
#171B22
(23,27,34)
#111518
(17,21,24)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #474B72

#474B72
(71,75,114)
#575B7E
(87,91,126)
#676B8A
(103,107,138)
#777B96
(119,123,150)
#878BA2
(135,139,162)
#979BAE
(151,155,174)
#A7ABBA
(167,171,186)
#B7BBC6
(183,187,198)
#C7CBD2
(199,203,210)
#D7DBDE
(215,219,222)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474B72 color. Also use rgb(71,75,114) instead hex code.

Text Font Color

.myTextColor { color: #474B72; }

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

This text font color is #474B72.


Background Color

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

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

This div background color is #474B72.


Border color

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

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

This div border color is #474B72.


Opacity

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

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

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

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

This text has shadow with #474B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B72 on black background.


Color preview on white background

This text has color #474B72 on white background.



Black color preview on #474B72 background

This text has black color on #474B72 background.


White color preview on #474B72 background

This text has white color on #474B72 background.