COLOR #49027D

HEX: #49027D
RGB: (73,2,125)

Renk bilgisi

#49027D contains mainly red and blue colors. #49027D ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#49027D color RGB value is (73,2,125).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 2 of 255 = 1%
B 125 of 255 = 49%

73
2
125

R + G + B ~ 26%. #49027D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 2 + 125 = 200 (100%)
R 73 of 200 ~ 36.5%
G 2 of 200 ~ 1%
B 125 of 200 ~ 62.5%

%36.5
%62.5

CMYK RENK MODELİ

#49027D rengi CMYK tonu (42,98,0,51).

  • camgöbeği tonu 41.60%
  • eflatun tonu 98.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(42,98,0,51)
C42M98Y0K51 
(42%,98%,0%,51%)
(0.42/0.98/0.00/0.51)	

CMYK yüzdeleri

%41.6
%98.4
%0
%50.98

Codes

Color #49027D in popluar color models

49027D
RGB732125
HSL275°96.85%24.90%
HSB/HSV275°98.40%49.02%
CMYK41.60%98.40%0.00%
50.98%

Color #49027D in popluar number systems.

HEX49027D
Decimal732125
Binary1001001101111101
Octal1112175

Shades and tints

Shades of #49027D

#49027D
(73,2,125)
#430272
(67,2,114)
#3D0267
(61,2,103)
#37025C
(55,2,92)
#310251
(49,2,81)
#2B0246
(43,2,70)
#25023B
(37,2,59)
#1F0230
(31,2,48)
#190225
(25,2,37)
#13021A
(19,2,26)
#0D020F
(13,2,15)
#000000
(0,0,0)

Tints of #49027D

#49027D
(73,2,125)
#591988
(89,25,136)
#693093
(105,48,147)
#79479E
(121,71,158)
#895EA9
(137,94,169)
#9975B4
(153,117,180)
#A98CBF
(169,140,191)
#B9A3CA
(185,163,202)
#C9BAD5
(201,186,213)
#D9D1E0
(217,209,224)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49027D; }

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

This text font color is #49027D.


Background Color

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

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

This div background color is #49027D.


Border color

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

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

This div border color is #49027D.


Opacity

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

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

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

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

This text has shadow with #49027D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49027D on black background.


Color preview on white background

This text has color #49027D on white background.



Black color preview on #49027D background

This text has black color on #49027D background.


White color preview on #49027D background

This text has white color on #49027D background.