COLOR #494789

HEX: #494789
RGB: (73,71,137)

Renk bilgisi

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

RGB renk modeli

#494789 color RGB value is (73,71,137).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 71 of 255 = 28%
B 137 of 255 = 54%

73
71
137

R + G + B ~ 37%. #494789 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 137 = 281 (100%)
R 73 of 281 ~ 25.98%
G 71 of 281 ~ 25.27%
B 137 of 281 ~ 48.75%

%25.98
%25.27
%48.75

CMYK RENK MODELİ

#494789 rengi CMYK tonu (47,48,0,46).

  • camgöbeği tonu 46.72%
  • eflatun tonu 48.18%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(47,48,0,46)
C47M48Y0K46 
(47%,48%,0%,46%)
(0.47/0.48/0.00/0.46)	

CMYK yüzdeleri

%46.72
%48.18
%0
%46.27

Codes

Color #494789 in popluar color models

494789
RGB7371137
HSL242°31.73%40.78%
HSB/HSV242°48.18%53.73%
CMYK46.72%48.18%0.00%
46.27%

Color #494789 in popluar number systems.

HEX494789
Decimal7371137
Binary1001001100011110001001
Octal111107211

Shades and tints

Shades of #494789

#494789
(73,71,137)
#43417D
(67,65,125)
#3D3B71
(61,59,113)
#373565
(55,53,101)
#312F59
(49,47,89)
#2B294D
(43,41,77)
#252341
(37,35,65)
#1F1D35
(31,29,53)
#191729
(25,23,41)
#13111D
(19,17,29)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #494789

#494789
(73,71,137)
#595793
(89,87,147)
#69679D
(105,103,157)
#7977A7
(121,119,167)
#8987B1
(137,135,177)
#9997BB
(153,151,187)
#A9A7C5
(169,167,197)
#B9B7CF
(185,183,207)
#C9C7D9
(201,199,217)
#D9D7E3
(217,215,227)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494789; }

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

This text font color is #494789.


Background Color

.myBgColor { background-color: #494789; }

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

This div background color is #494789.


Border color

.myBorderColor { border: 1px solid #494789; }

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

This div border color is #494789.


Opacity

.myOpacity80 { color: #494789; opacity: 0.8; }

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

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

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

This text has shadow with #494789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494789 on black background.


Color preview on white background

This text has color #494789 on white background.



Black color preview on #494789 background

This text has black color on #494789 background.


White color preview on #494789 background

This text has white color on #494789 background.