COLOR #47457E

HEX: #47457E
RGB: (71,69,126)

Color info

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

RGB color model

#47457E color RGB value is (71,69,126).

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

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 126 of 255 = 49%

71
69
126

R + G + B ~ 35%. #47457E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 126 = 266 (100%)
R 71 of 266 ~ 26.69%
G 69 of 266 ~ 25.94%
B 126 of 266 ~ 47.37%

%26.69
%25.94
%47.37

CMYK color model

#47457E color CMYK value is (44,45,0,51).

  • cyan value is 43.65%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(44,45,0,51)
C44M45Y0K51 
(44%,45%,0%,51%)
(0.44/0.45/0.00/0.51)	

CMYK percentages

%43.65
%45.24
%0
%50.59

Codes

Color #47457E in popluar color models

47457E
RGB7169126
HSL242°29.23%38.24%
HSB/HSV242°45.24%49.41%
CMYK43.65%45.24%0.00%
50.59%

Color #47457E in popluar number systems.

HEX47457E
Decimal7169126
Binary100011110001011111110
Octal107105176

Shades and tints

Shades of #47457E

#47457E
(71,69,126)
#413F73
(65,63,115)
#3B3968
(59,57,104)
#35335D
(53,51,93)
#2F2D52
(47,45,82)
#292747
(41,39,71)
#23213C
(35,33,60)
#1D1B31
(29,27,49)
#171526
(23,21,38)
#110F1B
(17,15,27)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #47457E

#47457E
(71,69,126)
#575589
(87,85,137)
#676594
(103,101,148)
#77759F
(119,117,159)
#8785AA
(135,133,170)
#9795B5
(151,149,181)
#A7A5C0
(167,165,192)
#B7B5CB
(183,181,203)
#C7C5D6
(199,197,214)
#D7D5E1
(215,213,225)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47457E color. Also use rgb(71,69,126) instead hex code.

Text Font Color

.myTextColor { color: #47457E; }

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

This text font color is #47457E.


Background Color

.myBgColor { background-color: #47457E; }

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

This div background color is #47457E.


Border color

.myBorderColor { border: 1px solid #47457E; }

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

This div border color is #47457E.


Opacity

.myOpacity80 { color: #47457E; opacity: 0.8; }

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

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

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

This text has shadow with #47457E color.

.textShadow {text-shadow: 3px 3px 1px #47457E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47457E on black background.


Color preview on white background

This text has color #47457E on white background.



Black color preview on #47457E background

This text has black color on #47457E background.


White color preview on #47457E background

This text has white color on #47457E background.