COLOR #493769

HEX: #493769
RGB: (73,55,105)

Color info

#493769 contains red, green and blue colors in about the same proportion. Web safe color of #493769 is #333366 (or #336).

RGB color model

#493769 color RGB value is (73,55,105).

  • red value is 73;
  • green value is 55;
  • blue value is 105.
RGB:
(73,55,105)
(29%,22%,41%)

RGB channels and saturation

R 73 of 255 = 29%
G 55 of 255 = 22%
B 105 of 255 = 41%

73
55
105

R + G + B ~ 31%. #493769 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 55 + 105 = 233 (100%)
R 73 of 233 ~ 31.33%
G 55 of 233 ~ 23.61%
B 105 of 233 ~ 45.06%

%31.33
%23.61
%45.06

CMYK color model

#493769 color CMYK value is (30,48,0,59).

  • cyan value is 30.48%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(30,48,0,59)
C30M48Y0K59 
(30%,48%,0%,59%)
(0.30/0.48/0.00/0.59)	

CMYK percentages

%30.48
%47.62
%0
%58.82

Codes

Color #493769 in popluar color models

493769
RGB7355105
HSL262°31.25%31.37%
HSB/HSV262°47.62%41.18%
CMYK30.48%47.62%0.00%
58.82%

Color #493769 in popluar number systems.

HEX493769
Decimal7355105
Binary10010011101111101001
Octal11167151

Shades and tints

Shades of #493769

#493769
(73,55,105)
#433260
(67,50,96)
#3D2D57
(61,45,87)
#37284E
(55,40,78)
#312345
(49,35,69)
#2B1E3C
(43,30,60)
#251933
(37,25,51)
#1F142A
(31,20,42)
#190F21
(25,15,33)
#130A18
(19,10,24)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #493769

#493769
(73,55,105)
#594976
(89,73,118)
#695B83
(105,91,131)
#796D90
(121,109,144)
#897F9D
(137,127,157)
#9991AA
(153,145,170)
#A9A3B7
(169,163,183)
#B9B5C4
(185,181,196)
#C9C7D1
(201,199,209)
#D9D9DE
(217,217,222)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493769; }

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

This text font color is #493769.


Background Color

.myBgColor { background-color: #493769; }

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

This div background color is #493769.


Border color

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

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

This div border color is #493769.


Opacity

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

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

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

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

This text has shadow with #493769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493769 on black background.


Color preview on white background

This text has color #493769 on white background.



Black color preview on #493769 background

This text has black color on #493769 background.


White color preview on #493769 background

This text has white color on #493769 background.