COLOR #494985

HEX: #494985
RGB: (73,73,133)

Color info

#494985 contains mainly blue color. Web safe color of #494985 is #333399 (or #339).

RGB color model

#494985 color RGB value is (73,73,133).

  • red value is 73;
  • green value is 73;
  • blue value is 133.
RGB:
(73,73,133)
(29%,29%,52%)

RGB channels and saturation

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

73
73
133

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

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 133 = 279 (100%)
R 73 of 279 ~ 26.16%
G 73 of 279 ~ 26.16%
B 133 of 279 ~ 47.67%

%26.16
%26.16
%47.67

CMYK color model

#494985 color CMYK value is (45,45,0,48).

  • cyan value is 45.11%
  • magenta value is 45.11%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(45,45,0,48)
C45M45Y0K48 
(45%,45%,0%,48%)
(0.45/0.45/0.00/0.48)	

CMYK percentages

%45.11
%45.11
%0
%47.84

Codes

Color #494985 in popluar color models

494985
RGB7373133
HSL240°29.13%40.39%
HSB/HSV240°45.11%52.16%
CMYK45.11%45.11%0.00%
47.84%

Color #494985 in popluar number systems.

HEX494985
Decimal7373133
Binary1001001100100110000101
Octal111111205

Shades and tints

Shades of #494985

#494985
(73,73,133)
#434379
(67,67,121)
#3D3D6D
(61,61,109)
#373761
(55,55,97)
#313155
(49,49,85)
#2B2B49
(43,43,73)
#25253D
(37,37,61)
#1F1F31
(31,31,49)
#191925
(25,25,37)
#131319
(19,19,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #494985

#494985
(73,73,133)
#595990
(89,89,144)
#69699B
(105,105,155)
#7979A6
(121,121,166)
#8989B1
(137,137,177)
#9999BC
(153,153,188)
#A9A9C7
(169,169,199)
#B9B9D2
(185,185,210)
#C9C9DD
(201,201,221)
#D9D9E8
(217,217,232)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494985; }

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

This text font color is #494985.


Background Color

.myBgColor { background-color: #494985; }

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

This div background color is #494985.


Border color

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

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

This div border color is #494985.


Opacity

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

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

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

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

This text has shadow with #494985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494985 on black background.


Color preview on white background

This text has color #494985 on white background.



Black color preview on #494985 background

This text has black color on #494985 background.


White color preview on #494985 background

This text has white color on #494985 background.