COLOR #477C8A

HEX: #477C8A
RGB: (71,124,138)

Color info

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

RGB color model

#477C8A color RGB value is (71,124,138).

  • red value is 71;
  • green value is 124;
  • blue value is 138.
RGB:
(71,124,138)
(28%,49%,54%)

RGB channels and saturation

R 71 of 255 = 28%
G 124 of 255 = 49%
B 138 of 255 = 54%

71
124
138

R + G + B ~ 44%. #477C8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 124 + 138 = 333 (100%)
R 71 of 333 ~ 21.32%
G 124 of 333 ~ 37.24%
B 138 of 333 ~ 41.44%

%21.32
%37.24
%41.44

CMYK color model

#477C8A color CMYK value is (49,10,0,46).

  • cyan value is 48.55%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(49,10,0,46)
C49M10Y0K46 
(49%,10%,0%,46%)
(0.49/0.10/0.00/0.46)	

CMYK percentages

%48.55
%10.14
%0
%45.88

Codes

Color #477C8A in popluar color models

477C8A
RGB71124138
HSL193°32.06%40.98%
HSB/HSV193°48.55%54.12%
CMYK48.55%10.14%0.00%
45.88%

Color #477C8A in popluar number systems.

HEX477C8A
Decimal71124138
Binary1000111111110010001010
Octal107174212

Shades and tints

Shades of #477C8A

#477C8A
(71,124,138)
#41717E
(65,113,126)
#3B6672
(59,102,114)
#355B66
(53,91,102)
#2F505A
(47,80,90)
#29454E
(41,69,78)
#233A42
(35,58,66)
#1D2F36
(29,47,54)
#17242A
(23,36,42)
#11191E
(17,25,30)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #477C8A

#477C8A
(71,124,138)
#578794
(87,135,148)
#67929E
(103,146,158)
#779DA8
(119,157,168)
#87A8B2
(135,168,178)
#97B3BC
(151,179,188)
#A7BEC6
(167,190,198)
#B7C9D0
(183,201,208)
#C7D4DA
(199,212,218)
#D7DFE4
(215,223,228)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477C8A color. Also use rgb(71,124,138) instead hex code.

Text Font Color

.myTextColor { color: #477C8A; }

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

This text font color is #477C8A.


Background Color

.myBgColor { background-color: #477C8A; }

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

This div background color is #477C8A.


Border color

.myBorderColor { border: 1px solid #477C8A; }

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

This div border color is #477C8A.


Opacity

.myOpacity80 { color: #477C8A; opacity: 0.8; }

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

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

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

This text has shadow with #477C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477C8A on black background.


Color preview on white background

This text has color #477C8A on white background.



Black color preview on #477C8A background

This text has black color on #477C8A background.


White color preview on #477C8A background

This text has white color on #477C8A background.