COLOR #477896

HEX: #477896
RGB: (71,120,150)

Color info

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

RGB color model

#477896 color RGB value is (71,120,150).

  • red value is 71;
  • green value is 120;
  • blue value is 150.
RGB:
(71,120,150)
(28%,47%,59%)

RGB channels and saturation

R 71 of 255 = 28%
G 120 of 255 = 47%
B 150 of 255 = 59%

71
120
150

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

Portions of RGB colors in percentages

R + G + B =
71 + 120 + 150 = 341 (100%)
R 71 of 341 ~ 20.82%
G 120 of 341 ~ 35.19%
B 150 of 341 ~ 43.99%

%20.82
%35.19
%43.99

CMYK color model

#477896 color CMYK value is (53,20,0,41).

  • cyan value is 52.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(53,20,0,41)
C53M20Y0K41 
(53%,20%,0%,41%)
(0.53/0.20/0.00/0.41)	

CMYK percentages

%52.67
%20
%0
%41.18

Codes

Color #477896 in popluar color models

477896
RGB71120150
HSL203°35.75%43.33%
HSB/HSV203°52.67%58.82%
CMYK52.67%20.00%0.00%
41.18%

Color #477896 in popluar number systems.

HEX477896
Decimal71120150
Binary1000111111100010010110
Octal107170226

Shades and tints

Shades of #477896

#477896
(71,120,150)
#416E89
(65,110,137)
#3B647C
(59,100,124)
#355A6F
(53,90,111)
#2F5062
(47,80,98)
#294655
(41,70,85)
#233C48
(35,60,72)
#1D323B
(29,50,59)
#17282E
(23,40,46)
#111E21
(17,30,33)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #477896

#477896
(71,120,150)
#57849F
(87,132,159)
#6790A8
(103,144,168)
#779CB1
(119,156,177)
#87A8BA
(135,168,186)
#97B4C3
(151,180,195)
#A7C0CC
(167,192,204)
#B7CCD5
(183,204,213)
#C7D8DE
(199,216,222)
#D7E4E7
(215,228,231)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477896 color. Also use rgb(71,120,150) instead hex code.

Text Font Color

.myTextColor { color: #477896; }

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

This text font color is #477896.


Background Color

.myBgColor { background-color: #477896; }

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

This div background color is #477896.


Border color

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

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

This div border color is #477896.


Opacity

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

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

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

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

This text has shadow with #477896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477896 on black background.


Color preview on white background

This text has color #477896 on white background.



Black color preview on #477896 background

This text has black color on #477896 background.


White color preview on #477896 background

This text has white color on #477896 background.