COLOR #494F83

HEX: #494F83
RGB: (73,79,131)

Renk bilgisi

#494F83 contains red, green and blue colors in about the same proportion. #494F83 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#494F83 color RGB value is (73,79,131).

  • kırmız ton 73;
  • yeşil ton 79;
  • mavi ton 131.
RGB:
(73,79,131)
(29%,31%,51%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 79 of 255 = 31%
B 131 of 255 = 51%

73
79
131

R + G + B ~ 37%. #494F83 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 79 + 131 = 283 (100%)
R 73 of 283 ~ 25.8%
G 79 of 283 ~ 27.92%
B 131 of 283 ~ 46.29%

%25.8
%27.92
%46.29

CMYK RENK MODELİ

#494F83 rengi CMYK tonu (44,40,0,49).

  • camgöbeği tonu 44.27%
  • eflatun tonu 39.69%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(44,40,0,49)
C44M40Y0K49 
(44%,40%,0%,49%)
(0.44/0.40/0.00/0.49)	

CMYK yüzdeleri

%44.27
%39.69
%0
%48.63

Codes

Color #494F83 in popluar color models

494F83
RGB7379131
HSL234°28.43%40.00%
HSB/HSV234°44.27%51.37%
CMYK44.27%39.69%0.00%
48.63%

Color #494F83 in popluar number systems.

HEX494F83
Decimal7379131
Binary1001001100111110000011
Octal111117203

Shades and tints

Shades of #494F83

#494F83
(73,79,131)
#434878
(67,72,120)
#3D416D
(61,65,109)
#373A62
(55,58,98)
#313357
(49,51,87)
#2B2C4C
(43,44,76)
#252541
(37,37,65)
#1F1E36
(31,30,54)
#19172B
(25,23,43)
#131020
(19,16,32)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #494F83

#494F83
(73,79,131)
#595F8E
(89,95,142)
#696F99
(105,111,153)
#797FA4
(121,127,164)
#898FAF
(137,143,175)
#999FBA
(153,159,186)
#A9AFC5
(169,175,197)
#B9BFD0
(185,191,208)
#C9CFDB
(201,207,219)
#D9DFE6
(217,223,230)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494F83 color. Also use rgb(73,79,131) instead hex code.

Text Font Color

.myTextColor { color: #494F83; }

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

This text font color is #494F83.


Background Color

.myBgColor { background-color: #494F83; }

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

This div background color is #494F83.


Border color

.myBorderColor { border: 1px solid #494F83; }

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

This div border color is #494F83.


Opacity

.myOpacity80 { color: #494F83; opacity: 0.8; }

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

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

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

This text has shadow with #494F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F83 on black background.


Color preview on white background

This text has color #494F83 on white background.



Black color preview on #494F83 background

This text has black color on #494F83 background.


White color preview on #494F83 background

This text has white color on #494F83 background.