COLOR #492E7B

HEX: #492E7B
RGB: (73,46,123)

Renk bilgisi

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

RGB renk modeli

#492E7B color RGB value is (73,46,123).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 46 of 255 = 18%
B 123 of 255 = 48%

73
46
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 46 + 123 = 242 (100%)
R 73 of 242 ~ 30.17%
G 46 of 242 ~ 19.01%
B 123 of 242 ~ 50.83%

%30.17
%19.01
%50.83

CMYK RENK MODELİ

#492E7B rengi CMYK tonu (41,63,0,52).

  • camgöbeği tonu 40.65%
  • eflatun tonu 62.60%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(41,63,0,52)
C41M63Y0K52 
(41%,63%,0%,52%)
(0.41/0.63/0.00/0.52)	

CMYK yüzdeleri

%40.65
%62.6
%0
%51.76

Codes

Color #492E7B in popluar color models

492E7B
RGB7346123
HSL261°45.56%33.14%
HSB/HSV261°62.60%48.24%
CMYK40.65%62.60%0.00%
51.76%

Color #492E7B in popluar number systems.

HEX492E7B
Decimal7346123
Binary10010011011101111011
Octal11156173

Shades and tints

Shades of #492E7B

#492E7B
(73,46,123)
#432A70
(67,42,112)
#3D2665
(61,38,101)
#37225A
(55,34,90)
#311E4F
(49,30,79)
#2B1A44
(43,26,68)
#251639
(37,22,57)
#1F122E
(31,18,46)
#190E23
(25,14,35)
#130A18
(19,10,24)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #492E7B

#492E7B
(73,46,123)
#594187
(89,65,135)
#695493
(105,84,147)
#79679F
(121,103,159)
#897AAB
(137,122,171)
#998DB7
(153,141,183)
#A9A0C3
(169,160,195)
#B9B3CF
(185,179,207)
#C9C6DB
(201,198,219)
#D9D9E7
(217,217,231)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E7B; }

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

This text font color is #492E7B.


Background Color

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

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

This div background color is #492E7B.


Border color

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

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

This div border color is #492E7B.


Opacity

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

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

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

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

This text has shadow with #492E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E7B on black background.


Color preview on white background

This text has color #492E7B on white background.



Black color preview on #492E7B background

This text has black color on #492E7B background.


White color preview on #492E7B background

This text has white color on #492E7B background.