COLOR #477288

HEX: #477288
RGB: (71,114,136)

Color info

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

RGB color model

#477288 color RGB value is (71,114,136).

  • red value is 71;
  • green value is 114;
  • blue value is 136.
RGB:
(71,114,136)
(28%,45%,53%)

RGB channels and saturation

R 71 of 255 = 28%
G 114 of 255 = 45%
B 136 of 255 = 53%

71
114
136

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

Portions of RGB colors in percentages

R + G + B =
71 + 114 + 136 = 321 (100%)
R 71 of 321 ~ 22.12%
G 114 of 321 ~ 35.51%
B 136 of 321 ~ 42.37%

%22.12
%35.51
%42.37

CMYK color model

#477288 color CMYK value is (48,16,0,47).

  • cyan value is 47.79%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(48,16,0,47)
C48M16Y0K47 
(48%,16%,0%,47%)
(0.48/0.16/0.00/0.47)	

CMYK percentages

%47.79
%16.18
%0
%46.67

Codes

Color #477288 in popluar color models

477288
RGB71114136
HSL200°31.40%40.59%
HSB/HSV200°47.79%53.33%
CMYK47.79%16.18%0.00%
46.67%

Color #477288 in popluar number systems.

HEX477288
Decimal71114136
Binary1000111111001010001000
Octal107162210

Shades and tints

Shades of #477288

#477288
(71,114,136)
#41687C
(65,104,124)
#3B5E70
(59,94,112)
#355464
(53,84,100)
#2F4A58
(47,74,88)
#29404C
(41,64,76)
#233640
(35,54,64)
#1D2C34
(29,44,52)
#172228
(23,34,40)
#11181C
(17,24,28)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #477288

#477288
(71,114,136)
#577E92
(87,126,146)
#678A9C
(103,138,156)
#7796A6
(119,150,166)
#87A2B0
(135,162,176)
#97AEBA
(151,174,186)
#A7BAC4
(167,186,196)
#B7C6CE
(183,198,206)
#C7D2D8
(199,210,216)
#D7DEE2
(215,222,226)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477288 color. Also use rgb(71,114,136) instead hex code.

Text Font Color

.myTextColor { color: #477288; }

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

This text font color is #477288.


Background Color

.myBgColor { background-color: #477288; }

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

This div background color is #477288.


Border color

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

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

This div border color is #477288.


Opacity

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

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

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

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

This text has shadow with #477288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477288 on black background.


Color preview on white background

This text has color #477288 on white background.



Black color preview on #477288 background

This text has black color on #477288 background.


White color preview on #477288 background

This text has white color on #477288 background.