COLOR #475777

HEX: #475777
RGB: (71,87,119)

Color info

#475777 contains red, green and blue colors in about the same proportion. Web safe color of #475777 is #336666 (or #366).

RGB color model

#475777 color RGB value is (71,87,119).

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

RGB channels and saturation

R 71 of 255 = 28%
G 87 of 255 = 34%
B 119 of 255 = 47%

71
87
119

R + G + B ~ 36%. #475777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 87 + 119 = 277 (100%)
R 71 of 277 ~ 25.63%
G 87 of 277 ~ 31.41%
B 119 of 277 ~ 42.96%

%25.63
%31.41
%42.96

CMYK color model

#475777 color CMYK value is (40,27,0,53).

  • cyan value is 40.34%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(40,27,0,53)
C40M27Y0K53 
(40%,27%,0%,53%)
(0.40/0.27/0.00/0.53)	

CMYK percentages

%40.34
%26.89
%0
%53.33

Codes

Color #475777 in popluar color models

475777
RGB7187119
HSL220°25.26%37.25%
HSB/HSV220°40.34%46.67%
CMYK40.34%26.89%0.00%
53.33%

Color #475777 in popluar number systems.

HEX475777
Decimal7187119
Binary100011110101111110111
Octal107127167

Shades and tints

Shades of #475777

#475777
(71,87,119)
#41506D
(65,80,109)
#3B4963
(59,73,99)
#354259
(53,66,89)
#2F3B4F
(47,59,79)
#293445
(41,52,69)
#232D3B
(35,45,59)
#1D2631
(29,38,49)
#171F27
(23,31,39)
#11181D
(17,24,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #475777

#475777
(71,87,119)
#576683
(87,102,131)
#67758F
(103,117,143)
#77849B
(119,132,155)
#8793A7
(135,147,167)
#97A2B3
(151,162,179)
#A7B1BF
(167,177,191)
#B7C0CB
(183,192,203)
#C7CFD7
(199,207,215)
#D7DEE3
(215,222,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475777; }

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

This text font color is #475777.


Background Color

.myBgColor { background-color: #475777; }

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

This div background color is #475777.


Border color

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

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

This div border color is #475777.


Opacity

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

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

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

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

This text has shadow with #475777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475777 on black background.


Color preview on white background

This text has color #475777 on white background.



Black color preview on #475777 background

This text has black color on #475777 background.


White color preview on #475777 background

This text has white color on #475777 background.