COLOR #494A6E

HEX: #494A6E
RGB: (73,74,110)

Renk bilgisi

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

RGB renk modeli

#494A6E color RGB value is (73,74,110).

  • kırmız ton 73;
  • yeşil ton 74;
  • mavi ton 110.
RGB:
(73,74,110)
(29%,29%,43%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 74 of 255 = 29%
B 110 of 255 = 43%

73
74
110

R + G + B ~ 34%. #494A6E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 74 + 110 = 257 (100%)
R 73 of 257 ~ 28.4%
G 74 of 257 ~ 28.79%
B 110 of 257 ~ 42.8%

%28.4
%28.79
%42.8

CMYK RENK MODELİ

#494A6E rengi CMYK tonu (34,33,0,57).

  • camgöbeği tonu 33.64%
  • eflatun tonu 32.73%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(34,33,0,57)
C34M33Y0K57 
(34%,33%,0%,57%)
(0.34/0.33/0.00/0.57)	

CMYK yüzdeleri

%33.64
%32.73
%0
%56.86

Codes

Color #494A6E in popluar color models

494A6E
RGB7374110
HSL238°20.22%35.88%
HSB/HSV238°33.64%43.14%
CMYK33.64%32.73%0.00%
56.86%

Color #494A6E in popluar number systems.

HEX494A6E
Decimal7374110
Binary100100110010101101110
Octal111112156

Shades and tints

Shades of #494A6E

#494A6E
(73,74,110)
#434464
(67,68,100)
#3D3E5A
(61,62,90)
#373850
(55,56,80)
#313246
(49,50,70)
#2B2C3C
(43,44,60)
#252632
(37,38,50)
#1F2028
(31,32,40)
#191A1E
(25,26,30)
#131414
(19,20,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #494A6E

#494A6E
(73,74,110)
#595A7B
(89,90,123)
#696A88
(105,106,136)
#797A95
(121,122,149)
#898AA2
(137,138,162)
#999AAF
(153,154,175)
#A9AABC
(169,170,188)
#B9BAC9
(185,186,201)
#C9CAD6
(201,202,214)
#D9DAE3
(217,218,227)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494A6E color. Also use rgb(73,74,110) instead hex code.

Text Font Color

.myTextColor { color: #494A6E; }

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

This text font color is #494A6E.


Background Color

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

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

This div background color is #494A6E.


Border color

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

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

This div border color is #494A6E.


Opacity

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

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

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

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

This text has shadow with #494A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A6E on black background.


Color preview on white background

This text has color #494A6E on white background.



Black color preview on #494A6E background

This text has black color on #494A6E background.


White color preview on #494A6E background

This text has white color on #494A6E background.