COLOR #494585

HEX: #494585
RGB: (73,69,133)

Renk bilgisi

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

RGB renk modeli

#494585 color RGB value is (73,69,133).

  • kırmız ton 73;
  • yeşil ton 69;
  • mavi ton 133.
RGB:
(73,69,133)
(29%,27%,52%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 69 of 255 = 27%
B 133 of 255 = 52%

73
69
133

R + G + B ~ 36%. #494585 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 69 + 133 = 275 (100%)
R 73 of 275 ~ 26.55%
G 69 of 275 ~ 25.09%
B 133 of 275 ~ 48.36%

%26.55
%25.09
%48.36

CMYK RENK MODELİ

#494585 rengi CMYK tonu (45,48,0,48).

  • camgöbeği tonu 45.11%
  • eflatun tonu 48.12%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(45,48,0,48)
C45M48Y0K48 
(45%,48%,0%,48%)
(0.45/0.48/0.00/0.48)	

CMYK yüzdeleri

%45.11
%48.12
%0
%47.84

Codes

Color #494585 in popluar color models

494585
RGB7369133
HSL244°31.68%39.61%
HSB/HSV244°48.12%52.16%
CMYK45.11%48.12%0.00%
47.84%

Color #494585 in popluar number systems.

HEX494585
Decimal7369133
Binary1001001100010110000101
Octal111105205

Shades and tints

Shades of #494585

#494585
(73,69,133)
#433F79
(67,63,121)
#3D396D
(61,57,109)
#373361
(55,51,97)
#312D55
(49,45,85)
#2B2749
(43,39,73)
#25213D
(37,33,61)
#1F1B31
(31,27,49)
#191525
(25,21,37)
#130F19
(19,15,25)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #494585

#494585
(73,69,133)
#595590
(89,85,144)
#69659B
(105,101,155)
#7975A6
(121,117,166)
#8985B1
(137,133,177)
#9995BC
(153,149,188)
#A9A5C7
(169,165,199)
#B9B5D2
(185,181,210)
#C9C5DD
(201,197,221)
#D9D5E8
(217,213,232)
#E9E5F3
(233,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494585 color. Also use rgb(73,69,133) instead hex code.

Text Font Color

.myTextColor { color: #494585; }

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

This text font color is #494585.


Background Color

.myBgColor { background-color: #494585; }

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

This div background color is #494585.


Border color

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

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

This div border color is #494585.


Opacity

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

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

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

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

This text has shadow with #494585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494585 on black background.


Color preview on white background

This text has color #494585 on white background.



Black color preview on #494585 background

This text has black color on #494585 background.


White color preview on #494585 background

This text has white color on #494585 background.