COLOR #49327D

HEX: #49327D
RGB: (73,50,125)

Renk bilgisi

#49327D contains mainly red and blue colors. #49327D ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#49327D color RGB value is (73,50,125).

  • kırmız ton 73;
  • yeşil ton 50;
  • mavi ton 125.
RGB:
(73,50,125)
(29%,20%,49%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 50 of 255 = 20%
B 125 of 255 = 49%

73
50
125

R + G + B ~ 33%. #49327D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 50 + 125 = 248 (100%)
R 73 of 248 ~ 29.44%
G 50 of 248 ~ 20.16%
B 125 of 248 ~ 50.4%

%29.44
%20.16
%50.4

CMYK RENK MODELİ

#49327D rengi CMYK tonu (42,60,0,51).

  • camgöbeği tonu 41.60%
  • eflatun tonu 60.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(42,60,0,51)
C42M60Y0K51 
(42%,60%,0%,51%)
(0.42/0.60/0.00/0.51)	

CMYK yüzdeleri

%41.6
%60
%0
%50.98

Codes

Color #49327D in popluar color models

49327D
RGB7350125
HSL258°42.86%34.31%
HSB/HSV258°60.00%49.02%
CMYK41.60%60.00%0.00%
50.98%

Color #49327D in popluar number systems.

HEX49327D
Decimal7350125
Binary10010011100101111101
Octal11162175

Shades and tints

Shades of #49327D

#49327D
(73,50,125)
#432E72
(67,46,114)
#3D2A67
(61,42,103)
#37265C
(55,38,92)
#312251
(49,34,81)
#2B1E46
(43,30,70)
#251A3B
(37,26,59)
#1F1630
(31,22,48)
#191225
(25,18,37)
#130E1A
(19,14,26)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #49327D

#49327D
(73,50,125)
#594488
(89,68,136)
#695693
(105,86,147)
#79689E
(121,104,158)
#897AA9
(137,122,169)
#998CB4
(153,140,180)
#A99EBF
(169,158,191)
#B9B0CA
(185,176,202)
#C9C2D5
(201,194,213)
#D9D4E0
(217,212,224)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49327D color. Also use rgb(73,50,125) instead hex code.

Text Font Color

.myTextColor { color: #49327D; }

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

This text font color is #49327D.


Background Color

.myBgColor { background-color: #49327D; }

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

This div background color is #49327D.


Border color

.myBorderColor { border: 1px solid #49327D; }

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

This div border color is #49327D.


Opacity

.myOpacity80 { color: #49327D; opacity: 0.8; }

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

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

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

This text has shadow with #49327D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49327D on black background.


Color preview on white background

This text has color #49327D on white background.



Black color preview on #49327D background

This text has black color on #49327D background.


White color preview on #49327D background

This text has white color on #49327D background.