COLOR #475782

HEX: #475782
RGB: (71,87,130)

Color info

#475782 contains red, green and blue colors in about the same proportion. Web safe color of #475782 is #336699 (or #369).

RGB color model

#475782 color RGB value is (71,87,130).

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

RGB channels and saturation

R 71 of 255 = 28%
G 87 of 255 = 34%
B 130 of 255 = 51%

71
87
130

R + G + B ~ 38%. #475782 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 87 + 130 = 288 (100%)
R 71 of 288 ~ 24.65%
G 87 of 288 ~ 30.21%
B 130 of 288 ~ 45.14%

%24.65
%30.21
%45.14

CMYK color model

#475782 color CMYK value is (45,33,0,49).

  • cyan value is 45.38%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(45,33,0,49)
C45M33Y0K49 
(45%,33%,0%,49%)
(0.45/0.33/0.00/0.49)	

CMYK percentages

%45.38
%33.08
%0
%49.02

Codes

Color #475782 in popluar color models

475782
RGB7187130
HSL224°29.35%39.41%
HSB/HSV224°45.38%50.98%
CMYK45.38%33.08%0.00%
49.02%

Color #475782 in popluar number systems.

HEX475782
Decimal7187130
Binary1000111101011110000010
Octal107127202

Shades and tints

Shades of #475782

#475782
(71,87,130)
#415077
(65,80,119)
#3B496C
(59,73,108)
#354261
(53,66,97)
#2F3B56
(47,59,86)
#29344B
(41,52,75)
#232D40
(35,45,64)
#1D2635
(29,38,53)
#171F2A
(23,31,42)
#11181F
(17,24,31)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #475782

#475782
(71,87,130)
#57668D
(87,102,141)
#677598
(103,117,152)
#7784A3
(119,132,163)
#8793AE
(135,147,174)
#97A2B9
(151,162,185)
#A7B1C4
(167,177,196)
#B7C0CF
(183,192,207)
#C7CFDA
(199,207,218)
#D7DEE5
(215,222,229)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475782; }

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

This text font color is #475782.


Background Color

.myBgColor { background-color: #475782; }

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

This div background color is #475782.


Border color

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

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

This div border color is #475782.


Opacity

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

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

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

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

This text has shadow with #475782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475782 on black background.


Color preview on white background

This text has color #475782 on white background.



Black color preview on #475782 background

This text has black color on #475782 background.


White color preview on #475782 background

This text has white color on #475782 background.