COLOR #475791

HEX: #475791
RGB: (71,87,145)

Color info

#475791 contains mainly green and blue colors. Web safe color of #475791 is #336699 (or #369).

RGB color model

#475791 color RGB value is (71,87,145).

  • red value is 71;
  • green value is 87;
  • blue value is 145.
RGB:
(71,87,145)
(28%,34%,57%)

RGB channels and saturation

R 71 of 255 = 28%
G 87 of 255 = 34%
B 145 of 255 = 57%

71
87
145

R + G + B ~ 40%. #475791 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 87 + 145 = 303 (100%)
R 71 of 303 ~ 23.43%
G 87 of 303 ~ 28.71%
B 145 of 303 ~ 47.85%

%23.43
%28.71
%47.85

CMYK color model

#475791 color CMYK value is (51,40,0,43).

  • cyan value is 51.03%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(51,40,0,43)
C51M40Y0K43 
(51%,40%,0%,43%)
(0.51/0.40/0.00/0.43)	

CMYK percentages

%51.03
%40
%0
%43.14

Codes

Color #475791 in popluar color models

475791
RGB7187145
HSL227°34.26%42.35%
HSB/HSV227°51.03%56.86%
CMYK51.03%40.00%0.00%
43.14%

Color #475791 in popluar number systems.

HEX475791
Decimal7187145
Binary1000111101011110010001
Octal107127221

Shades and tints

Shades of #475791

#475791
(71,87,145)
#415084
(65,80,132)
#3B4977
(59,73,119)
#35426A
(53,66,106)
#2F3B5D
(47,59,93)
#293450
(41,52,80)
#232D43
(35,45,67)
#1D2636
(29,38,54)
#171F29
(23,31,41)
#11181C
(17,24,28)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #475791

#475791
(71,87,145)
#57669B
(87,102,155)
#6775A5
(103,117,165)
#7784AF
(119,132,175)
#8793B9
(135,147,185)
#97A2C3
(151,162,195)
#A7B1CD
(167,177,205)
#B7C0D7
(183,192,215)
#C7CFE1
(199,207,225)
#D7DEEB
(215,222,235)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475791 color. Also use rgb(71,87,145) instead hex code.

Text Font Color

.myTextColor { color: #475791; }

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

This text font color is #475791.


Background Color

.myBgColor { background-color: #475791; }

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

This div background color is #475791.


Border color

.myBorderColor { border: 1px solid #475791; }

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

This div border color is #475791.


Opacity

.myOpacity80 { color: #475791; opacity: 0.8; }

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

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

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

This text has shadow with #475791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475791 on black background.


Color preview on white background

This text has color #475791 on white background.



Black color preview on #475791 background

This text has black color on #475791 background.


White color preview on #475791 background

This text has white color on #475791 background.