COLOR #494266

HEX: #494266
RGB: (73,66,102)

Renk bilgisi

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

RGB renk modeli

#494266 color RGB value is (73,66,102).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 66 of 255 = 26%
B 102 of 255 = 40%

73
66
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 66 + 102 = 241 (100%)
R 73 of 241 ~ 30.29%
G 66 of 241 ~ 27.39%
B 102 of 241 ~ 42.32%

%30.29
%27.39
%42.32

CMYK RENK MODELİ

#494266 rengi CMYK tonu (28,35,0,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 35.29%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(28,35,0,60)
C28M35Y0K60 
(28%,35%,0%,60%)
(0.28/0.35/0.00/0.60)	

CMYK yüzdeleri

%28.43
%35.29
%0
%60

Codes

Color #494266 in popluar color models

494266
RGB7366102
HSL252°21.43%32.94%
HSB/HSV252°35.29%40.00%
CMYK28.43%35.29%0.00%
60.00%

Color #494266 in popluar number systems.

HEX494266
Decimal7366102
Binary100100110000101100110
Octal111102146

Shades and tints

Shades of #494266

#494266
(73,66,102)
#433C5D
(67,60,93)
#3D3654
(61,54,84)
#37304B
(55,48,75)
#312A42
(49,42,66)
#2B2439
(43,36,57)
#251E30
(37,30,48)
#1F1827
(31,24,39)
#19121E
(25,18,30)
#130C15
(19,12,21)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #494266

#494266
(73,66,102)
#595373
(89,83,115)
#696480
(105,100,128)
#79758D
(121,117,141)
#89869A
(137,134,154)
#9997A7
(153,151,167)
#A9A8B4
(169,168,180)
#B9B9C1
(185,185,193)
#C9CACE
(201,202,206)
#D9DBDB
(217,219,219)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494266; }

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

This text font color is #494266.


Background Color

.myBgColor { background-color: #494266; }

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

This div background color is #494266.


Border color

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

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

This div border color is #494266.


Opacity

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

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

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

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

This text has shadow with #494266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494266 on black background.


Color preview on white background

This text has color #494266 on white background.



Black color preview on #494266 background

This text has black color on #494266 background.


White color preview on #494266 background

This text has white color on #494266 background.