COLOR #492A4E

HEX: #492A4E
RGB: (73,42,78)

Renk bilgisi

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

RGB renk modeli

#492A4E color RGB value is (73,42,78).

  • kırmız ton 73;
  • yeşil ton 42;
  • mavi ton 78.
RGB:
(73,42,78)
(29%,16%,31%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 42 of 255 = 16%
B 78 of 255 = 31%

73
42
78

R + G + B ~ 25%. #492A4E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 42 + 78 = 193 (100%)
R 73 of 193 ~ 37.82%
G 42 of 193 ~ 21.76%
B 78 of 193 ~ 40.41%

%37.82
%21.76
%40.41

CMYK RENK MODELİ

#492A4E rengi CMYK tonu (6,46,0,69).

  • camgöbeği tonu 6.41%
  • eflatun tonu 46.15%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(6,46,0,69)
C6M46Y0K69 
(6%,46%,0%,69%)
(0.06/0.46/0.00/0.69)	

CMYK yüzdeleri

%6.41
%46.15
%0
%69.41

Codes

Color #492A4E in popluar color models

492A4E
RGB734278
HSL292°30.00%23.53%
HSB/HSV292°46.15%30.59%
CMYK6.41%46.15%0.00%
69.41%

Color #492A4E in popluar number systems.

HEX492A4E
Decimal734278
Binary10010011010101001110
Octal11152116

Shades and tints

Shades of #492A4E

#492A4E
(73,42,78)
#432747
(67,39,71)
#3D2440
(61,36,64)
#372139
(55,33,57)
#311E32
(49,30,50)
#2B1B2B
(43,27,43)
#251824
(37,24,36)
#1F151D
(31,21,29)
#191216
(25,18,22)
#130F0F
(19,15,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #492A4E

#492A4E
(73,42,78)
#593D5E
(89,61,94)
#69506E
(105,80,110)
#79637E
(121,99,126)
#89768E
(137,118,142)
#99899E
(153,137,158)
#A99CAE
(169,156,174)
#B9AFBE
(185,175,190)
#C9C2CE
(201,194,206)
#D9D5DE
(217,213,222)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492A4E color. Also use rgb(73,42,78) instead hex code.

Text Font Color

.myTextColor { color: #492A4E; }

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

This text font color is #492A4E.


Background Color

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

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

This div background color is #492A4E.


Border color

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

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

This div border color is #492A4E.


Opacity

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

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

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

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

This text has shadow with #492A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A4E on black background.


Color preview on white background

This text has color #492A4E on white background.



Black color preview on #492A4E background

This text has black color on #492A4E background.


White color preview on #492A4E background

This text has white color on #492A4E background.