COLOR #49457D

HEX: #49457D
RGB: (73,69,125)

Renk bilgisi

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

RGB renk modeli

#49457D color RGB value is (73,69,125).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 69 of 255 = 27%
B 125 of 255 = 49%

73
69
125

R + G + B ~ 35%. #49457D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 69 + 125 = 267 (100%)
R 73 of 267 ~ 27.34%
G 69 of 267 ~ 25.84%
B 125 of 267 ~ 46.82%

%27.34
%25.84
%46.82

CMYK RENK MODELİ

#49457D rengi CMYK tonu (42,45,0,51).

  • camgöbeği tonu 41.60%
  • eflatun tonu 44.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(42,45,0,51)
C42M45Y0K51 
(42%,45%,0%,51%)
(0.42/0.45/0.00/0.51)	

CMYK yüzdeleri

%41.6
%44.8
%0
%50.98

Codes

Color #49457D in popluar color models

49457D
RGB7369125
HSL244°28.87%38.04%
HSB/HSV244°44.80%49.02%
CMYK41.60%44.80%0.00%
50.98%

Color #49457D in popluar number systems.

HEX49457D
Decimal7369125
Binary100100110001011111101
Octal111105175

Shades and tints

Shades of #49457D

#49457D
(73,69,125)
#433F72
(67,63,114)
#3D3967
(61,57,103)
#37335C
(55,51,92)
#312D51
(49,45,81)
#2B2746
(43,39,70)
#25213B
(37,33,59)
#1F1B30
(31,27,48)
#191525
(25,21,37)
#130F1A
(19,15,26)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #49457D

#49457D
(73,69,125)
#595588
(89,85,136)
#696593
(105,101,147)
#79759E
(121,117,158)
#8985A9
(137,133,169)
#9995B4
(153,149,180)
#A9A5BF
(169,165,191)
#B9B5CA
(185,181,202)
#C9C5D5
(201,197,213)
#D9D5E0
(217,213,224)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49457D; }

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

This text font color is #49457D.


Background Color

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

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

This div background color is #49457D.


Border color

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

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

This div border color is #49457D.


Opacity

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

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

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

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

This text has shadow with #49457D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49457D on black background.


Color preview on white background

This text has color #49457D on white background.



Black color preview on #49457D background

This text has black color on #49457D background.


White color preview on #49457D background

This text has white color on #49457D background.