COLOR #494E5A

HEX: #494E5A
RGB: (73,78,90)

Renk bilgisi

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

RGB renk modeli

#494E5A color RGB value is (73,78,90).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 78 of 255 = 31%
B 90 of 255 = 35%

73
78
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 78 + 90 = 241 (100%)
R 73 of 241 ~ 30.29%
G 78 of 241 ~ 32.37%
B 90 of 241 ~ 37.34%

%30.29
%32.37
%37.34

CMYK RENK MODELİ

#494E5A rengi CMYK tonu (19,13,0,65).

  • camgöbeği tonu 18.89%
  • eflatun tonu 13.33%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(19,13,0,65)
C19M13Y0K65 
(19%,13%,0%,65%)
(0.19/0.13/0.00/0.65)	

CMYK yüzdeleri

%18.89
%13.33
%0
%64.71

Codes

Color #494E5A in popluar color models

494E5A
RGB737890
HSL222°10.43%31.96%
HSB/HSV222°18.89%35.29%
CMYK18.89%13.33%0.00%
64.71%

Color #494E5A in popluar number systems.

HEX494E5A
Decimal737890
Binary100100110011101011010
Octal111116132

Shades and tints

Shades of #494E5A

#494E5A
(73,78,90)
#434752
(67,71,82)
#3D404A
(61,64,74)
#373942
(55,57,66)
#31323A
(49,50,58)
#2B2B32
(43,43,50)
#25242A
(37,36,42)
#1F1D22
(31,29,34)
#19161A
(25,22,26)
#130F12
(19,15,18)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #494E5A

#494E5A
(73,78,90)
#595E69
(89,94,105)
#696E78
(105,110,120)
#797E87
(121,126,135)
#898E96
(137,142,150)
#999EA5
(153,158,165)
#A9AEB4
(169,174,180)
#B9BEC3
(185,190,195)
#C9CED2
(201,206,210)
#D9DEE1
(217,222,225)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494E5A; }

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

This text font color is #494E5A.


Background Color

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

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

This div background color is #494E5A.


Border color

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

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

This div border color is #494E5A.


Opacity

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

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

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

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

This text has shadow with #494E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494E5A on black background.


Color preview on white background

This text has color #494E5A on white background.



Black color preview on #494E5A background

This text has black color on #494E5A background.


White color preview on #494E5A background

This text has white color on #494E5A background.