COLOR #494864

HEX: #494864
RGB: (73,72,100)

Renk bilgisi

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

RGB renk modeli

#494864 color RGB value is (73,72,100).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 72 of 255 = 28%
B 100 of 255 = 39%

73
72
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 72 + 100 = 245 (100%)
R 73 of 245 ~ 29.8%
G 72 of 245 ~ 29.39%
B 100 of 245 ~ 40.82%

%29.8
%29.39
%40.82

CMYK RENK MODELİ

#494864 rengi CMYK tonu (27,28,0,61).

  • camgöbeği tonu 27.00%
  • eflatun tonu 28.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(27,28,0,61)
C27M28Y0K61 
(27%,28%,0%,61%)
(0.27/0.28/0.00/0.61)	

CMYK yüzdeleri

%27
%28
%0
%60.78

Codes

Color #494864 in popluar color models

494864
RGB7372100
HSL242°16.28%33.73%
HSB/HSV242°28.00%39.22%
CMYK27.00%28.00%0.00%
60.78%

Color #494864 in popluar number systems.

HEX494864
Decimal7372100
Binary100100110010001100100
Octal111110144

Shades and tints

Shades of #494864

#494864
(73,72,100)
#43425B
(67,66,91)
#3D3C52
(61,60,82)
#373649
(55,54,73)
#313040
(49,48,64)
#2B2A37
(43,42,55)
#25242E
(37,36,46)
#1F1E25
(31,30,37)
#19181C
(25,24,28)
#131213
(19,18,19)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #494864

#494864
(73,72,100)
#595872
(89,88,114)
#696880
(105,104,128)
#79788E
(121,120,142)
#89889C
(137,136,156)
#9998AA
(153,152,170)
#A9A8B8
(169,168,184)
#B9B8C6
(185,184,198)
#C9C8D4
(201,200,212)
#D9D8E2
(217,216,226)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494864; }

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

This text font color is #494864.


Background Color

.myBgColor { background-color: #494864; }

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

This div background color is #494864.


Border color

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

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

This div border color is #494864.


Opacity

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

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

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

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

This text has shadow with #494864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494864 on black background.


Color preview on white background

This text has color #494864 on white background.



Black color preview on #494864 background

This text has black color on #494864 background.


White color preview on #494864 background

This text has white color on #494864 background.