COLOR #477599

HEX: #477599
RGB: (71,117,153)

Color info

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

RGB color model

#477599 color RGB value is (71,117,153).

  • red value is 71;
  • green value is 117;
  • blue value is 153.
RGB:
(71,117,153)
(28%,46%,60%)

RGB channels and saturation

R 71 of 255 = 28%
G 117 of 255 = 46%
B 153 of 255 = 60%

71
117
153

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

Portions of RGB colors in percentages

R + G + B =
71 + 117 + 153 = 341 (100%)
R 71 of 341 ~ 20.82%
G 117 of 341 ~ 34.31%
B 153 of 341 ~ 44.87%

%20.82
%34.31
%44.87

CMYK color model

#477599 color CMYK value is (54,24,0,40).

  • cyan value is 53.59%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(54,24,0,40)
C54M24Y0K40 
(54%,24%,0%,40%)
(0.54/0.24/0.00/0.40)	

CMYK percentages

%53.59
%23.53
%0
%40

Codes

Color #477599 in popluar color models

477599
RGB71117153
HSL206°36.61%43.92%
HSB/HSV206°53.59%60.00%
CMYK53.59%23.53%0.00%
40.00%

Color #477599 in popluar number systems.

HEX477599
Decimal71117153
Binary1000111111010110011001
Octal107165231

Shades and tints

Shades of #477599

#477599
(71,117,153)
#416B8C
(65,107,140)
#3B617F
(59,97,127)
#355772
(53,87,114)
#2F4D65
(47,77,101)
#294358
(41,67,88)
#23394B
(35,57,75)
#1D2F3E
(29,47,62)
#172531
(23,37,49)
#111B24
(17,27,36)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #477599

#477599
(71,117,153)
#5781A2
(87,129,162)
#678DAB
(103,141,171)
#7799B4
(119,153,180)
#87A5BD
(135,165,189)
#97B1C6
(151,177,198)
#A7BDCF
(167,189,207)
#B7C9D8
(183,201,216)
#C7D5E1
(199,213,225)
#D7E1EA
(215,225,234)
#E7EDF3
(231,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477599 color. Also use rgb(71,117,153) instead hex code.

Text Font Color

.myTextColor { color: #477599; }

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

This text font color is #477599.


Background Color

.myBgColor { background-color: #477599; }

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

This div background color is #477599.


Border color

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

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

This div border color is #477599.


Opacity

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

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

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

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

This text has shadow with #477599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477599 on black background.


Color preview on white background

This text has color #477599 on white background.



Black color preview on #477599 background

This text has black color on #477599 background.


White color preview on #477599 background

This text has white color on #477599 background.