COLOR #492E68

HEX: #492E68
RGB: (73,46,104)

Renk bilgisi

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

RGB renk modeli

#492E68 color RGB value is (73,46,104).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 46 of 255 = 18%
B 104 of 255 = 41%

73
46
104

R + G + B ~ 29%. #492E68 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 46 + 104 = 223 (100%)
R 73 of 223 ~ 32.74%
G 46 of 223 ~ 20.63%
B 104 of 223 ~ 46.64%

%32.74
%20.63
%46.64

CMYK RENK MODELİ

#492E68 rengi CMYK tonu (30,56,0,59).

  • camgöbeği tonu 29.81%
  • eflatun tonu 55.77%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(30,56,0,59)
C30M56Y0K59 
(30%,56%,0%,59%)
(0.30/0.56/0.00/0.59)	

CMYK yüzdeleri

%29.81
%55.77
%0
%59.22

Codes

Color #492E68 in popluar color models

492E68
RGB7346104
HSL268°38.67%29.41%
HSB/HSV268°55.77%40.78%
CMYK29.81%55.77%0.00%
59.22%

Color #492E68 in popluar number systems.

HEX492E68
Decimal7346104
Binary10010011011101101000
Octal11156150

Shades and tints

Shades of #492E68

#492E68
(73,46,104)
#432A5F
(67,42,95)
#3D2656
(61,38,86)
#37224D
(55,34,77)
#311E44
(49,30,68)
#2B1A3B
(43,26,59)
#251632
(37,22,50)
#1F1229
(31,18,41)
#190E20
(25,14,32)
#130A17
(19,10,23)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #492E68

#492E68
(73,46,104)
#594175
(89,65,117)
#695482
(105,84,130)
#79678F
(121,103,143)
#897A9C
(137,122,156)
#998DA9
(153,141,169)
#A9A0B6
(169,160,182)
#B9B3C3
(185,179,195)
#C9C6D0
(201,198,208)
#D9D9DD
(217,217,221)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E68; }

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

This text font color is #492E68.


Background Color

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

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

This div background color is #492E68.


Border color

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

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

This div border color is #492E68.


Opacity

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

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

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

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

This text has shadow with #492E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E68 on black background.


Color preview on white background

This text has color #492E68 on white background.



Black color preview on #492E68 background

This text has black color on #492E68 background.


White color preview on #492E68 background

This text has white color on #492E68 background.