COLOR #47849A

HEX: #47849A
RGB: (71,132,154)

Color info

#47849A contains mainly green and blue colors. Web safe color of #47849A is #339999 (or #399).

RGB color model

#47849A color RGB value is (71,132,154).

  • red value is 71;
  • green value is 132;
  • blue value is 154.
RGB:
(71,132,154)
(28%,52%,60%)

RGB channels and saturation

R 71 of 255 = 28%
G 132 of 255 = 52%
B 154 of 255 = 60%

71
132
154

R + G + B ~ 47%. #47849A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 132 + 154 = 357 (100%)
R 71 of 357 ~ 19.89%
G 132 of 357 ~ 36.97%
B 154 of 357 ~ 43.14%

%19.89
%36.97
%43.14

CMYK color model

#47849A color CMYK value is (54,14,0,40).

  • cyan value is 53.90%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(54,14,0,40)
C54M14Y0K40 
(54%,14%,0%,40%)
(0.54/0.14/0.00/0.40)	

CMYK percentages

%53.9
%14.29
%0
%39.61

Codes

Color #47849A in popluar color models

47849A
RGB71132154
HSL196°36.89%44.12%
HSB/HSV196°53.90%60.39%
CMYK53.90%14.29%0.00%
39.61%

Color #47849A in popluar number systems.

HEX47849A
Decimal71132154
Binary10001111000010010011010
Octal107204232

Shades and tints

Shades of #47849A

#47849A
(71,132,154)
#41788C
(65,120,140)
#3B6C7E
(59,108,126)
#356070
(53,96,112)
#2F5462
(47,84,98)
#294854
(41,72,84)
#233C46
(35,60,70)
#1D3038
(29,48,56)
#17242A
(23,36,42)
#11181C
(17,24,28)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #47849A

#47849A
(71,132,154)
#578FA3
(87,143,163)
#679AAC
(103,154,172)
#77A5B5
(119,165,181)
#87B0BE
(135,176,190)
#97BBC7
(151,187,199)
#A7C6D0
(167,198,208)
#B7D1D9
(183,209,217)
#C7DCE2
(199,220,226)
#D7E7EB
(215,231,235)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47849A color. Also use rgb(71,132,154) instead hex code.

Text Font Color

.myTextColor { color: #47849A; }

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

This text font color is #47849A.


Background Color

.myBgColor { background-color: #47849A; }

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

This div background color is #47849A.


Border color

.myBorderColor { border: 1px solid #47849A; }

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

This div border color is #47849A.


Opacity

.myOpacity80 { color: #47849A; opacity: 0.8; }

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

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

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

This text has shadow with #47849A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47849A on black background.


Color preview on white background

This text has color #47849A on white background.



Black color preview on #47849A background

This text has black color on #47849A background.


White color preview on #47849A background

This text has white color on #47849A background.