COLOR #494166

HEX: #494166
RGB: (73,65,102)

Renk bilgisi

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

RGB renk modeli

#494166 color RGB value is (73,65,102).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 65 of 255 = 25%
B 102 of 255 = 40%

73
65
102

R + G + B ~ 31%. #494166 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 65 + 102 = 240 (100%)
R 73 of 240 ~ 30.42%
G 65 of 240 ~ 27.08%
B 102 of 240 ~ 42.5%

%30.42
%27.08
%42.5

CMYK RENK MODELİ

#494166 rengi CMYK tonu (28,36,0,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 36.27%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(28,36,0,60)
C28M36Y0K60 
(28%,36%,0%,60%)
(0.28/0.36/0.00/0.60)	

CMYK yüzdeleri

%28.43
%36.27
%0
%60

Codes

Color #494166 in popluar color models

494166
RGB7365102
HSL253°22.16%32.75%
HSB/HSV253°36.27%40.00%
CMYK28.43%36.27%0.00%
60.00%

Color #494166 in popluar number systems.

HEX494166
Decimal7365102
Binary100100110000011100110
Octal111101146

Shades and tints

Shades of #494166

#494166
(73,65,102)
#433C5D
(67,60,93)
#3D3754
(61,55,84)
#37324B
(55,50,75)
#312D42
(49,45,66)
#2B2839
(43,40,57)
#252330
(37,35,48)
#1F1E27
(31,30,39)
#19191E
(25,25,30)
#131415
(19,20,21)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #494166

#494166
(73,65,102)
#595273
(89,82,115)
#696380
(105,99,128)
#79748D
(121,116,141)
#89859A
(137,133,154)
#9996A7
(153,150,167)
#A9A7B4
(169,167,180)
#B9B8C1
(185,184,193)
#C9C9CE
(201,201,206)
#D9DADB
(217,218,219)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494166; }

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

This text font color is #494166.


Background Color

.myBgColor { background-color: #494166; }

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

This div background color is #494166.


Border color

.myBorderColor { border: 1px solid #494166; }

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

This div border color is #494166.


Opacity

.myOpacity80 { color: #494166; opacity: 0.8; }

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

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

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

This text has shadow with #494166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494166 on black background.


Color preview on white background

This text has color #494166 on white background.



Black color preview on #494166 background

This text has black color on #494166 background.


White color preview on #494166 background

This text has white color on #494166 background.