COLOR #49447C

HEX: #49447C
RGB: (73,68,124)

Renk bilgisi

#49447C contains red, green and blue colors in about the same proportion. #49447C ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#49447C color RGB value is (73,68,124).

  • kırmız ton 73;
  • yeşil ton 68;
  • mavi ton 124.
RGB:
(73,68,124)
(29%,27%,49%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 68 of 255 = 27%
B 124 of 255 = 49%

73
68
124

R + G + B ~ 35%. #49447C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 68 + 124 = 265 (100%)
R 73 of 265 ~ 27.55%
G 68 of 265 ~ 25.66%
B 124 of 265 ~ 46.79%

%27.55
%25.66
%46.79

CMYK RENK MODELİ

#49447C rengi CMYK tonu (41,45,0,51).

  • camgöbeği tonu 41.13%
  • eflatun tonu 45.16%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(41,45,0,51)
C41M45Y0K51 
(41%,45%,0%,51%)
(0.41/0.45/0.00/0.51)	

CMYK yüzdeleri

%41.13
%45.16
%0
%51.37

Codes

Color #49447C in popluar color models

49447C
RGB7368124
HSL245°29.17%37.65%
HSB/HSV245°45.16%48.63%
CMYK41.13%45.16%0.00%
51.37%

Color #49447C in popluar number systems.

HEX49447C
Decimal7368124
Binary100100110001001111100
Octal111104174

Shades and tints

Shades of #49447C

#49447C
(73,68,124)
#433E71
(67,62,113)
#3D3866
(61,56,102)
#37325B
(55,50,91)
#312C50
(49,44,80)
#2B2645
(43,38,69)
#25203A
(37,32,58)
#1F1A2F
(31,26,47)
#191424
(25,20,36)
#130E19
(19,14,25)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #49447C

#49447C
(73,68,124)
#595587
(89,85,135)
#696692
(105,102,146)
#79779D
(121,119,157)
#8988A8
(137,136,168)
#9999B3
(153,153,179)
#A9AABE
(169,170,190)
#B9BBC9
(185,187,201)
#C9CCD4
(201,204,212)
#D9DDDF
(217,221,223)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49447C color. Also use rgb(73,68,124) instead hex code.

Text Font Color

.myTextColor { color: #49447C; }

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

This text font color is #49447C.


Background Color

.myBgColor { background-color: #49447C; }

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

This div background color is #49447C.


Border color

.myBorderColor { border: 1px solid #49447C; }

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

This div border color is #49447C.


Opacity

.myOpacity80 { color: #49447C; opacity: 0.8; }

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

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

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

This text has shadow with #49447C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49447C on black background.


Color preview on white background

This text has color #49447C on white background.



Black color preview on #49447C background

This text has black color on #49447C background.


White color preview on #49447C background

This text has white color on #49447C background.