COLOR #494D89

HEX: #494D89
RGB: (73,77,137)

Renk bilgisi

#494D89 contains mainly blue color. #494D89 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#494D89 color RGB value is (73,77,137).

  • kırmız ton 73;
  • yeşil ton 77;
  • mavi ton 137.
RGB:
(73,77,137)
(29%,30%,54%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 77 of 255 = 30%
B 137 of 255 = 54%

73
77
137

R + G + B ~ 38%. #494D89 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 137 = 287 (100%)
R 73 of 287 ~ 25.44%
G 77 of 287 ~ 26.83%
B 137 of 287 ~ 47.74%

%25.44
%26.83
%47.74

CMYK RENK MODELİ

#494D89 rengi CMYK tonu (47,44,0,46).

  • camgöbeği tonu 46.72%
  • eflatun tonu 43.80%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(47,44,0,46)
C47M44Y0K46 
(47%,44%,0%,46%)
(0.47/0.44/0.00/0.46)	

CMYK yüzdeleri

%46.72
%43.8
%0
%46.27

Codes

Color #494D89 in popluar color models

494D89
RGB7377137
HSL236°30.48%41.18%
HSB/HSV236°46.72%53.73%
CMYK46.72%43.80%0.00%
46.27%

Color #494D89 in popluar number systems.

HEX494D89
Decimal7377137
Binary1001001100110110001001
Octal111115211

Shades and tints

Shades of #494D89

#494D89
(73,77,137)
#43467D
(67,70,125)
#3D3F71
(61,63,113)
#373865
(55,56,101)
#313159
(49,49,89)
#2B2A4D
(43,42,77)
#252341
(37,35,65)
#1F1C35
(31,28,53)
#191529
(25,21,41)
#130E1D
(19,14,29)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #494D89

#494D89
(73,77,137)
#595D93
(89,93,147)
#696D9D
(105,109,157)
#797DA7
(121,125,167)
#898DB1
(137,141,177)
#999DBB
(153,157,187)
#A9ADC5
(169,173,197)
#B9BDCF
(185,189,207)
#C9CDD9
(201,205,217)
#D9DDE3
(217,221,227)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494D89 color. Also use rgb(73,77,137) instead hex code.

Text Font Color

.myTextColor { color: #494D89; }

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

This text font color is #494D89.


Background Color

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

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

This div background color is #494D89.


Border color

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

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

This div border color is #494D89.


Opacity

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

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

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

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

This text has shadow with #494D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D89 on black background.


Color preview on white background

This text has color #494D89 on white background.



Black color preview on #494D89 background

This text has black color on #494D89 background.


White color preview on #494D89 background

This text has white color on #494D89 background.