COLOR #47499E

HEX: #47499E
RGB: (71,73,158)

Renk bilgisi

#47499E contains mainly blue color. #47499E ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#47499E color RGB value is (71,73,158).

  • kırmız ton 71;
  • yeşil ton 73;
  • mavi ton 158.
RGB:
(71,73,158)
(28%,29%,62%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 158 of 255 = 62%

71
73
158

R + G + B ~ 40%. #47499E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 158 = 302 (100%)
R 71 of 302 ~ 23.51%
G 73 of 302 ~ 24.17%
B 158 of 302 ~ 52.32%

%23.51
%24.17
%52.32

CMYK RENK MODELİ

#47499E rengi CMYK tonu (55,54,0,38).

  • camgöbeği tonu 55.06%
  • eflatun tonu 53.80%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(55,54,0,38)
C55M54Y0K38 
(55%,54%,0%,38%)
(0.55/0.54/0.00/0.38)	

CMYK yüzdeleri

%55.06
%53.8
%0
%38.04

Codes

Color #47499E in popluar color models

47499E
RGB7173158
HSL239°37.99%44.90%
HSB/HSV239°55.06%61.96%
CMYK55.06%53.80%0.00%
38.04%

Color #47499E in popluar number systems.

HEX47499E
Decimal7173158
Binary1000111100100110011110
Octal107111236

Shades and tints

Shades of #47499E

#47499E
(71,73,158)
#414390
(65,67,144)
#3B3D82
(59,61,130)
#353774
(53,55,116)
#2F3166
(47,49,102)
#292B58
(41,43,88)
#23254A
(35,37,74)
#1D1F3C
(29,31,60)
#17192E
(23,25,46)
#111320
(17,19,32)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #47499E

#47499E
(71,73,158)
#5759A6
(87,89,166)
#6769AE
(103,105,174)
#7779B6
(119,121,182)
#8789BE
(135,137,190)
#9799C6
(151,153,198)
#A7A9CE
(167,169,206)
#B7B9D6
(183,185,214)
#C7C9DE
(199,201,222)
#D7D9E6
(215,217,230)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47499E color. Also use rgb(71,73,158) instead hex code.

Text Font Color

.myTextColor { color: #47499E; }

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

This text font color is #47499E.


Background Color

.myBgColor { background-color: #47499E; }

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

This div background color is #47499E.


Border color

.myBorderColor { border: 1px solid #47499E; }

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

This div border color is #47499E.


Opacity

.myOpacity80 { color: #47499E; opacity: 0.8; }

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

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

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

This text has shadow with #47499E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47499E on black background.


Color preview on white background

This text has color #47499E on white background.



Black color preview on #47499E background

This text has black color on #47499E background.


White color preview on #47499E background

This text has white color on #47499E background.