COLOR #494561

HEX: #494561
RGB: (73,69,97)

Renk bilgisi

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

RGB renk modeli

#494561 color RGB value is (73,69,97).

  • kırmız ton 73;
  • yeşil ton 69;
  • mavi ton 97.
RGB:
(73,69,97)
(29%,27%,38%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 69 of 255 = 27%
B 97 of 255 = 38%

73
69
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 69 + 97 = 239 (100%)
R 73 of 239 ~ 30.54%
G 69 of 239 ~ 28.87%
B 97 of 239 ~ 40.59%

%30.54
%28.87
%40.59

CMYK RENK MODELİ

#494561 rengi CMYK tonu (25,29,0,62).

  • camgöbeği tonu 24.74%
  • eflatun tonu 28.87%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(25,29,0,62)
C25M29Y0K62 
(25%,29%,0%,62%)
(0.25/0.29/0.00/0.62)	

CMYK yüzdeleri

%24.74
%28.87
%0
%61.96

Codes

Color #494561 in popluar color models

494561
RGB736997
HSL249°16.87%32.55%
HSB/HSV249°28.87%38.04%
CMYK24.74%28.87%0.00%
61.96%

Color #494561 in popluar number systems.

HEX494561
Decimal736997
Binary100100110001011100001
Octal111105141

Shades and tints

Shades of #494561

#494561
(73,69,97)
#433F59
(67,63,89)
#3D3951
(61,57,81)
#373349
(55,51,73)
#312D41
(49,45,65)
#2B2739
(43,39,57)
#252131
(37,33,49)
#1F1B29
(31,27,41)
#191521
(25,21,33)
#130F19
(19,15,25)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #494561

#494561
(73,69,97)
#59556F
(89,85,111)
#69657D
(105,101,125)
#79758B
(121,117,139)
#898599
(137,133,153)
#9995A7
(153,149,167)
#A9A5B5
(169,165,181)
#B9B5C3
(185,181,195)
#C9C5D1
(201,197,209)
#D9D5DF
(217,213,223)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494561; }

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

This text font color is #494561.


Background Color

.myBgColor { background-color: #494561; }

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

This div background color is #494561.


Border color

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

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

This div border color is #494561.


Opacity

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

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

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

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

This text has shadow with #494561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494561 on black background.


Color preview on white background

This text has color #494561 on white background.



Black color preview on #494561 background

This text has black color on #494561 background.


White color preview on #494561 background

This text has white color on #494561 background.