COLOR #474B7E

HEX: #474B7E
RGB: (71,75,126)

Color info

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

RGB color model

#474B7E color RGB value is (71,75,126).

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

RGB channels and saturation

R 71 of 255 = 28%
G 75 of 255 = 29%
B 126 of 255 = 49%

71
75
126

R + G + B ~ 35%. #474B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 75 + 126 = 272 (100%)
R 71 of 272 ~ 26.1%
G 75 of 272 ~ 27.57%
B 126 of 272 ~ 46.32%

%26.1
%27.57
%46.32

CMYK color model

#474B7E color CMYK value is (44,40,0,51).

  • cyan value is 43.65%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(44,40,0,51)
C44M40Y0K51 
(44%,40%,0%,51%)
(0.44/0.40/0.00/0.51)	

CMYK percentages

%43.65
%40.48
%0
%50.59

Codes

Color #474B7E in popluar color models

474B7E
RGB7175126
HSL236°27.92%38.63%
HSB/HSV236°43.65%49.41%
CMYK43.65%40.48%0.00%
50.59%

Color #474B7E in popluar number systems.

HEX474B7E
Decimal7175126
Binary100011110010111111110
Octal107113176

Shades and tints

Shades of #474B7E

#474B7E
(71,75,126)
#414573
(65,69,115)
#3B3F68
(59,63,104)
#35395D
(53,57,93)
#2F3352
(47,51,82)
#292D47
(41,45,71)
#23273C
(35,39,60)
#1D2131
(29,33,49)
#171B26
(23,27,38)
#11151B
(17,21,27)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #474B7E

#474B7E
(71,75,126)
#575B89
(87,91,137)
#676B94
(103,107,148)
#777B9F
(119,123,159)
#878BAA
(135,139,170)
#979BB5
(151,155,181)
#A7ABC0
(167,171,192)
#B7BBCB
(183,187,203)
#C7CBD6
(199,203,214)
#D7DBE1
(215,219,225)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474B7E; }

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

This text font color is #474B7E.


Background Color

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

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

This div background color is #474B7E.


Border color

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

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

This div border color is #474B7E.


Opacity

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

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

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

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

This text has shadow with #474B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B7E on black background.


Color preview on white background

This text has color #474B7E on white background.



Black color preview on #474B7E background

This text has black color on #474B7E background.


White color preview on #474B7E background

This text has white color on #474B7E background.