COLOR #492E66

HEX: #492E66
RGB: (73,46,102)

Renk bilgisi

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

RGB renk modeli

#492E66 color RGB value is (73,46,102).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 46 of 255 = 18%
B 102 of 255 = 40%

73
46
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 46 + 102 = 221 (100%)
R 73 of 221 ~ 33.03%
G 46 of 221 ~ 20.81%
B 102 of 221 ~ 46.15%

%33.03
%20.81
%46.15

CMYK RENK MODELİ

#492E66 rengi CMYK tonu (28,55,0,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 54.90%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(28,55,0,60)
C28M55Y0K60 
(28%,55%,0%,60%)
(0.28/0.55/0.00/0.60)	

CMYK yüzdeleri

%28.43
%54.9
%0
%60

Codes

Color #492E66 in popluar color models

492E66
RGB7346102
HSL269°37.84%29.02%
HSB/HSV269°54.90%40.00%
CMYK28.43%54.90%0.00%
60.00%

Color #492E66 in popluar number systems.

HEX492E66
Decimal7346102
Binary10010011011101100110
Octal11156146

Shades and tints

Shades of #492E66

#492E66
(73,46,102)
#432A5D
(67,42,93)
#3D2654
(61,38,84)
#37224B
(55,34,75)
#311E42
(49,30,66)
#2B1A39
(43,26,57)
#251630
(37,22,48)
#1F1227
(31,18,39)
#190E1E
(25,14,30)
#130A15
(19,10,21)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #492E66

#492E66
(73,46,102)
#594173
(89,65,115)
#695480
(105,84,128)
#79678D
(121,103,141)
#897A9A
(137,122,154)
#998DA7
(153,141,167)
#A9A0B4
(169,160,180)
#B9B3C1
(185,179,193)
#C9C6CE
(201,198,206)
#D9D9DB
(217,217,219)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E66; }

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

This text font color is #492E66.


Background Color

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

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

This div background color is #492E66.


Border color

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

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

This div border color is #492E66.


Opacity

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

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

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

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

This text has shadow with #492E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E66 on black background.


Color preview on white background

This text has color #492E66 on white background.



Black color preview on #492E66 background

This text has black color on #492E66 background.


White color preview on #492E66 background

This text has white color on #492E66 background.