COLOR #494963

HEX: #494963
RGB: (73,73,99)

Renk bilgisi

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

RGB renk modeli

#494963 color RGB value is (73,73,99).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 73 of 255 = 29%
B 99 of 255 = 39%

73
73
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 73 + 99 = 245 (100%)
R 73 of 245 ~ 29.8%
G 73 of 245 ~ 29.8%
B 99 of 245 ~ 40.41%

%29.8
%29.8
%40.41

CMYK RENK MODELİ

#494963 rengi CMYK tonu (26,26,0,61).

  • camgöbeği tonu 26.26%
  • eflatun tonu 26.26%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(26,26,0,61)
C26M26Y0K61 
(26%,26%,0%,61%)
(0.26/0.26/0.00/0.61)	

CMYK yüzdeleri

%26.26
%26.26
%0
%61.18

Codes

Color #494963 in popluar color models

494963
RGB737399
HSL240°15.12%33.73%
HSB/HSV240°26.26%38.82%
CMYK26.26%26.26%0.00%
61.18%

Color #494963 in popluar number systems.

HEX494963
Decimal737399
Binary100100110010011100011
Octal111111143

Shades and tints

Shades of #494963

#494963
(73,73,99)
#43435A
(67,67,90)
#3D3D51
(61,61,81)
#373748
(55,55,72)
#31313F
(49,49,63)
#2B2B36
(43,43,54)
#25252D
(37,37,45)
#1F1F24
(31,31,36)
#19191B
(25,25,27)
#131312
(19,19,18)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #494963

#494963
(73,73,99)
#595971
(89,89,113)
#69697F
(105,105,127)
#79798D
(121,121,141)
#89899B
(137,137,155)
#9999A9
(153,153,169)
#A9A9B7
(169,169,183)
#B9B9C5
(185,185,197)
#C9C9D3
(201,201,211)
#D9D9E1
(217,217,225)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494963; }

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

This text font color is #494963.


Background Color

.myBgColor { background-color: #494963; }

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

This div background color is #494963.


Border color

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

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

This div border color is #494963.


Opacity

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

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

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

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

This text has shadow with #494963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494963 on black background.


Color preview on white background

This text has color #494963 on white background.



Black color preview on #494963 background

This text has black color on #494963 background.


White color preview on #494963 background

This text has white color on #494963 background.