COLOR #475B85

HEX: #475B85
RGB: (71,91,133)

Color info

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

RGB color model

#475B85 color RGB value is (71,91,133).

  • red value is 71;
  • green value is 91;
  • blue value is 133.
RGB:
(71,91,133)
(28%,36%,52%)

RGB channels and saturation

R 71 of 255 = 28%
G 91 of 255 = 36%
B 133 of 255 = 52%

71
91
133

R + G + B ~ 39%. #475B85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 91 + 133 = 295 (100%)
R 71 of 295 ~ 24.07%
G 91 of 295 ~ 30.85%
B 133 of 295 ~ 45.08%

%24.07
%30.85
%45.08

CMYK color model

#475B85 color CMYK value is (47,32,0,48).

  • cyan value is 46.62%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(47,32,0,48)
C47M32Y0K48 
(47%,32%,0%,48%)
(0.47/0.32/0.00/0.48)	

CMYK percentages

%46.62
%31.58
%0
%47.84

Codes

Color #475B85 in popluar color models

475B85
RGB7191133
HSL221°30.39%40.00%
HSB/HSV221°46.62%52.16%
CMYK46.62%31.58%0.00%
47.84%

Color #475B85 in popluar number systems.

HEX475B85
Decimal7191133
Binary1000111101101110000101
Octal107133205

Shades and tints

Shades of #475B85

#475B85
(71,91,133)
#415379
(65,83,121)
#3B4B6D
(59,75,109)
#354361
(53,67,97)
#2F3B55
(47,59,85)
#293349
(41,51,73)
#232B3D
(35,43,61)
#1D2331
(29,35,49)
#171B25
(23,27,37)
#111319
(17,19,25)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #475B85

#475B85
(71,91,133)
#576990
(87,105,144)
#67779B
(103,119,155)
#7785A6
(119,133,166)
#8793B1
(135,147,177)
#97A1BC
(151,161,188)
#A7AFC7
(167,175,199)
#B7BDD2
(183,189,210)
#C7CBDD
(199,203,221)
#D7D9E8
(215,217,232)
#E7E7F3
(231,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475B85 color. Also use rgb(71,91,133) instead hex code.

Text Font Color

.myTextColor { color: #475B85; }

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

This text font color is #475B85.


Background Color

.myBgColor { background-color: #475B85; }

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

This div background color is #475B85.


Border color

.myBorderColor { border: 1px solid #475B85; }

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

This div border color is #475B85.


Opacity

.myOpacity80 { color: #475B85; opacity: 0.8; }

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

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

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

This text has shadow with #475B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B85 on black background.


Color preview on white background

This text has color #475B85 on white background.



Black color preview on #475B85 background

This text has black color on #475B85 background.


White color preview on #475B85 background

This text has white color on #475B85 background.