COLOR #494E5C

HEX: #494E5C
RGB: (73,78,92)

Renk bilgisi

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

RGB renk modeli

#494E5C color RGB value is (73,78,92).

  • kırmız ton 73;
  • yeşil ton 78;
  • mavi ton 92.
RGB:
(73,78,92)
(29%,31%,36%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 78 of 255 = 31%
B 92 of 255 = 36%

73
78
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 78 + 92 = 243 (100%)
R 73 of 243 ~ 30.04%
G 78 of 243 ~ 32.1%
B 92 of 243 ~ 37.86%

%30.04
%32.1
%37.86

CMYK RENK MODELİ

#494E5C rengi CMYK tonu (21,15,0,64).

  • camgöbeği tonu 20.65%
  • eflatun tonu 15.22%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(21,15,0,64)
C21M15Y0K64 
(21%,15%,0%,64%)
(0.21/0.15/0.00/0.64)	

CMYK yüzdeleri

%20.65
%15.22
%0
%63.92

Codes

Color #494E5C in popluar color models

494E5C
RGB737892
HSL224°11.52%32.35%
HSB/HSV224°20.65%36.08%
CMYK20.65%15.22%0.00%
63.92%

Color #494E5C in popluar number systems.

HEX494E5C
Decimal737892
Binary100100110011101011100
Octal111116134

Shades and tints

Shades of #494E5C

#494E5C
(73,78,92)
#434754
(67,71,84)
#3D404C
(61,64,76)
#373944
(55,57,68)
#31323C
(49,50,60)
#2B2B34
(43,43,52)
#25242C
(37,36,44)
#1F1D24
(31,29,36)
#19161C
(25,22,28)
#130F14
(19,15,20)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #494E5C

#494E5C
(73,78,92)
#595E6A
(89,94,106)
#696E78
(105,110,120)
#797E86
(121,126,134)
#898E94
(137,142,148)
#999EA2
(153,158,162)
#A9AEB0
(169,174,176)
#B9BEBE
(185,190,190)
#C9CECC
(201,206,204)
#D9DEDA
(217,222,218)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494E5C color. Also use rgb(73,78,92) instead hex code.

Text Font Color

.myTextColor { color: #494E5C; }

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

This text font color is #494E5C.


Background Color

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

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

This div background color is #494E5C.


Border color

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

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

This div border color is #494E5C.


Opacity

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

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

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

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

This text has shadow with #494E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494E5C on black background.


Color preview on white background

This text has color #494E5C on white background.



Black color preview on #494E5C background

This text has black color on #494E5C background.


White color preview on #494E5C background

This text has white color on #494E5C background.