COLOR #492E7F

HEX: #492E7F
RGB: (73,46,127)

Renk bilgisi

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

RGB renk modeli

#492E7F color RGB value is (73,46,127).

  • kırmız ton 73;
  • yeşil ton 46;
  • mavi ton 127.
RGB:
(73,46,127)
(29%,18%,50%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 46 of 255 = 18%
B 127 of 255 = 50%

73
46
127

R + G + B ~ 32%. #492E7F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 46 + 127 = 246 (100%)
R 73 of 246 ~ 29.67%
G 46 of 246 ~ 18.7%
B 127 of 246 ~ 51.63%

%29.67
%18.7
%51.63

CMYK RENK MODELİ

#492E7F rengi CMYK tonu (43,64,0,50).

  • camgöbeği tonu 42.52%
  • eflatun tonu 63.78%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(43,64,0,50)
C43M64Y0K50 
(43%,64%,0%,50%)
(0.43/0.64/0.00/0.50)	

CMYK yüzdeleri

%42.52
%63.78
%0
%50.2

Codes

Color #492E7F in popluar color models

492E7F
RGB7346127
HSL260°46.82%33.92%
HSB/HSV260°63.78%49.80%
CMYK42.52%63.78%0.00%
50.20%

Color #492E7F in popluar number systems.

HEX492E7F
Decimal7346127
Binary10010011011101111111
Octal11156177

Shades and tints

Shades of #492E7F

#492E7F
(73,46,127)
#432A74
(67,42,116)
#3D2669
(61,38,105)
#37225E
(55,34,94)
#311E53
(49,30,83)
#2B1A48
(43,26,72)
#25163D
(37,22,61)
#1F1232
(31,18,50)
#190E27
(25,14,39)
#130A1C
(19,10,28)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #492E7F

#492E7F
(73,46,127)
#59418A
(89,65,138)
#695495
(105,84,149)
#7967A0
(121,103,160)
#897AAB
(137,122,171)
#998DB6
(153,141,182)
#A9A0C1
(169,160,193)
#B9B3CC
(185,179,204)
#C9C6D7
(201,198,215)
#D9D9E2
(217,217,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492E7F color. Also use rgb(73,46,127) instead hex code.

Text Font Color

.myTextColor { color: #492E7F; }

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

This text font color is #492E7F.


Background Color

.myBgColor { background-color: #492E7F; }

<div style="background-color:#492E7F">Inner text</div>

This div background color is #492E7F.


Border color

.myBorderColor { border: 1px solid #492E7F; }

<div style="border:3px solid #492E7F">Div</div>

This div border color is #492E7F.


Opacity

.myOpacity80 { color: #492E7F; opacity: 0.8; }

<p style="color:#492E7F;opacity:0.8;">80%</p>

Text with #492E7F 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 #492E7F;}

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

This text has shadow with #492E7F color.

.textShadow {text-shadow: 3px 3px 1px #492E7F, 3px 3px 1px red;}

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

This text has shadow with #492E7F primary color and red secondary color.


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

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

This text has shadow with #492E7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E7F on black background.


Color preview on white background

This text has color #492E7F on white background.



Black color preview on #492E7F background

This text has black color on #492E7F background.


White color preview on #492E7F background

This text has white color on #492E7F background.