COLOR #494F79

HEX: #494F79
RGB: (73,79,121)

Renk bilgisi

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

RGB renk modeli

#494F79 color RGB value is (73,79,121).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 79 of 255 = 31%
B 121 of 255 = 47%

73
79
121

R + G + B ~ 36%. #494F79 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 79 + 121 = 273 (100%)
R 73 of 273 ~ 26.74%
G 79 of 273 ~ 28.94%
B 121 of 273 ~ 44.32%

%26.74
%28.94
%44.32

CMYK RENK MODELİ

#494F79 rengi CMYK tonu (40,35,0,53).

  • camgöbeği tonu 39.67%
  • eflatun tonu 34.71%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(40,35,0,53)
C40M35Y0K53 
(40%,35%,0%,53%)
(0.40/0.35/0.00/0.53)	

CMYK yüzdeleri

%39.67
%34.71
%0
%52.55

Codes

Color #494F79 in popluar color models

494F79
RGB7379121
HSL233°24.74%38.04%
HSB/HSV233°39.67%47.45%
CMYK39.67%34.71%0.00%
52.55%

Color #494F79 in popluar number systems.

HEX494F79
Decimal7379121
Binary100100110011111111001
Octal111117171

Shades and tints

Shades of #494F79

#494F79
(73,79,121)
#43486E
(67,72,110)
#3D4163
(61,65,99)
#373A58
(55,58,88)
#31334D
(49,51,77)
#2B2C42
(43,44,66)
#252537
(37,37,55)
#1F1E2C
(31,30,44)
#191721
(25,23,33)
#131016
(19,16,22)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #494F79

#494F79
(73,79,121)
#595F85
(89,95,133)
#696F91
(105,111,145)
#797F9D
(121,127,157)
#898FA9
(137,143,169)
#999FB5
(153,159,181)
#A9AFC1
(169,175,193)
#B9BFCD
(185,191,205)
#C9CFD9
(201,207,217)
#D9DFE5
(217,223,229)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494F79; }

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

This text font color is #494F79.


Background Color

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

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

This div background color is #494F79.


Border color

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

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

This div border color is #494F79.


Opacity

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

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

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

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

This text has shadow with #494F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F79 on black background.


Color preview on white background

This text has color #494F79 on white background.



Black color preview on #494F79 background

This text has black color on #494F79 background.


White color preview on #494F79 background

This text has white color on #494F79 background.