COLOR #494889

HEX: #494889
RGB: (73,72,137)

Renk bilgisi

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

RGB renk modeli

#494889 color RGB value is (73,72,137).

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

RGB bağlantıları ve doygunluk

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

73
72
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 72 + 137 = 282 (100%)
R 73 of 282 ~ 25.89%
G 72 of 282 ~ 25.53%
B 137 of 282 ~ 48.58%

%25.89
%25.53
%48.58

CMYK RENK MODELİ

#494889 rengi CMYK tonu (47,47,0,46).

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

CMYK yüzdeleri

%46.72
%47.45
%0
%46.27

Codes

Color #494889 in popluar color models

494889
RGB7372137
HSL241°31.10%40.98%
HSB/HSV241°47.45%53.73%
CMYK46.72%47.45%0.00%
46.27%

Color #494889 in popluar number systems.

HEX494889
Decimal7372137
Binary1001001100100010001001
Octal111110211

Shades and tints

Shades of #494889

#494889
(73,72,137)
#43427D
(67,66,125)
#3D3C71
(61,60,113)
#373665
(55,54,101)
#313059
(49,48,89)
#2B2A4D
(43,42,77)
#252441
(37,36,65)
#1F1E35
(31,30,53)
#191829
(25,24,41)
#13121D
(19,18,29)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #494889

#494889
(73,72,137)
#595893
(89,88,147)
#69689D
(105,104,157)
#7978A7
(121,120,167)
#8988B1
(137,136,177)
#9998BB
(153,152,187)
#A9A8C5
(169,168,197)
#B9B8CF
(185,184,207)
#C9C8D9
(201,200,217)
#D9D8E3
(217,216,227)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494889; }

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

This text font color is #494889.


Background Color

.myBgColor { background-color: #494889; }

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

This div background color is #494889.


Border color

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

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

This div border color is #494889.


Opacity

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

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

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

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

This text has shadow with #494889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494889 on black background.


Color preview on white background

This text has color #494889 on white background.



Black color preview on #494889 background

This text has black color on #494889 background.


White color preview on #494889 background

This text has white color on #494889 background.