COLOR #494A76

HEX: #494A76
RGB: (73,74,118)

Renk bilgisi

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

RGB renk modeli

#494A76 color RGB value is (73,74,118).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 74 of 255 = 29%
B 118 of 255 = 46%

73
74
118

R + G + B ~ 35%. #494A76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 74 + 118 = 265 (100%)
R 73 of 265 ~ 27.55%
G 74 of 265 ~ 27.92%
B 118 of 265 ~ 44.53%

%27.55
%27.92
%44.53

CMYK RENK MODELİ

#494A76 rengi CMYK tonu (38,37,0,54).

  • camgöbeği tonu 38.14%
  • eflatun tonu 37.29%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(38,37,0,54)
C38M37Y0K54 
(38%,37%,0%,54%)
(0.38/0.37/0.00/0.54)	

CMYK yüzdeleri

%38.14
%37.29
%0
%53.73

Codes

Color #494A76 in popluar color models

494A76
RGB7374118
HSL239°23.56%37.45%
HSB/HSV239°38.14%46.27%
CMYK38.14%37.29%0.00%
53.73%

Color #494A76 in popluar number systems.

HEX494A76
Decimal7374118
Binary100100110010101110110
Octal111112166

Shades and tints

Shades of #494A76

#494A76
(73,74,118)
#43446C
(67,68,108)
#3D3E62
(61,62,98)
#373858
(55,56,88)
#31324E
(49,50,78)
#2B2C44
(43,44,68)
#25263A
(37,38,58)
#1F2030
(31,32,48)
#191A26
(25,26,38)
#13141C
(19,20,28)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #494A76

#494A76
(73,74,118)
#595A82
(89,90,130)
#696A8E
(105,106,142)
#797A9A
(121,122,154)
#898AA6
(137,138,166)
#999AB2
(153,154,178)
#A9AABE
(169,170,190)
#B9BACA
(185,186,202)
#C9CAD6
(201,202,214)
#D9DAE2
(217,218,226)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A76; }

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

This text font color is #494A76.


Background Color

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

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

This div background color is #494A76.


Border color

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

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

This div border color is #494A76.


Opacity

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

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

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

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

This text has shadow with #494A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A76 on black background.


Color preview on white background

This text has color #494A76 on white background.



Black color preview on #494A76 background

This text has black color on #494A76 background.


White color preview on #494A76 background

This text has white color on #494A76 background.