COLOR #494064

HEX: #494064
RGB: (73,64,100)

Renk bilgisi

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

RGB renk modeli

#494064 color RGB value is (73,64,100).

  • kırmız ton 73;
  • yeşil ton 64;
  • mavi ton 100.
RGB:
(73,64,100)
(29%,25%,39%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 64 of 255 = 25%
B 100 of 255 = 39%

73
64
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 64 + 100 = 237 (100%)
R 73 of 237 ~ 30.8%
G 64 of 237 ~ 27%
B 100 of 237 ~ 42.19%

%30.8
%27
%42.19

CMYK RENK MODELİ

#494064 rengi CMYK tonu (27,36,0,61).

  • camgöbeği tonu 27.00%
  • eflatun tonu 36.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(27,36,0,61)
C27M36Y0K61 
(27%,36%,0%,61%)
(0.27/0.36/0.00/0.61)	

CMYK yüzdeleri

%27
%36
%0
%60.78

Codes

Color #494064 in popluar color models

494064
RGB7364100
HSL255°21.95%32.16%
HSB/HSV255°36.00%39.22%
CMYK27.00%36.00%0.00%
60.78%

Color #494064 in popluar number systems.

HEX494064
Decimal7364100
Binary100100110000001100100
Octal111100144

Shades and tints

Shades of #494064

#494064
(73,64,100)
#433B5B
(67,59,91)
#3D3652
(61,54,82)
#373149
(55,49,73)
#312C40
(49,44,64)
#2B2737
(43,39,55)
#25222E
(37,34,46)
#1F1D25
(31,29,37)
#19181C
(25,24,28)
#131313
(19,19,19)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #494064

#494064
(73,64,100)
#595172
(89,81,114)
#696280
(105,98,128)
#79738E
(121,115,142)
#89849C
(137,132,156)
#9995AA
(153,149,170)
#A9A6B8
(169,166,184)
#B9B7C6
(185,183,198)
#C9C8D4
(201,200,212)
#D9D9E2
(217,217,226)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494064 color. Also use rgb(73,64,100) instead hex code.

Text Font Color

.myTextColor { color: #494064; }

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

This text font color is #494064.


Background Color

.myBgColor { background-color: #494064; }

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

This div background color is #494064.


Border color

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

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

This div border color is #494064.


Opacity

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

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

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

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

This text has shadow with #494064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494064 on black background.


Color preview on white background

This text has color #494064 on white background.



Black color preview on #494064 background

This text has black color on #494064 background.


White color preview on #494064 background

This text has white color on #494064 background.