COLOR #493669

HEX: #493669
RGB: (73,54,105)

Color info

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

RGB color model

#493669 color RGB value is (73,54,105).

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

RGB channels and saturation

R 73 of 255 = 29%
G 54 of 255 = 21%
B 105 of 255 = 41%

73
54
105

R + G + B ~ 30%. #493669 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 54 + 105 = 232 (100%)
R 73 of 232 ~ 31.47%
G 54 of 232 ~ 23.28%
B 105 of 232 ~ 45.26%

%31.47
%23.28
%45.26

CMYK color model

#493669 color CMYK value is (30,49,0,59).

  • cyan value is 30.48%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(30,49,0,59)
C30M49Y0K59 
(30%,49%,0%,59%)
(0.30/0.49/0.00/0.59)	

CMYK percentages

%30.48
%48.57
%0
%58.82

Codes

Color #493669 in popluar color models

493669
RGB7354105
HSL262°32.08%31.18%
HSB/HSV262°48.57%41.18%
CMYK30.48%48.57%0.00%
58.82%

Color #493669 in popluar number systems.

HEX493669
Decimal7354105
Binary10010011101101101001
Octal11166151

Shades and tints

Shades of #493669

#493669
(73,54,105)
#433260
(67,50,96)
#3D2E57
(61,46,87)
#372A4E
(55,42,78)
#312645
(49,38,69)
#2B223C
(43,34,60)
#251E33
(37,30,51)
#1F1A2A
(31,26,42)
#191621
(25,22,33)
#131218
(19,18,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #493669

#493669
(73,54,105)
#594876
(89,72,118)
#695A83
(105,90,131)
#796C90
(121,108,144)
#897E9D
(137,126,157)
#9990AA
(153,144,170)
#A9A2B7
(169,162,183)
#B9B4C4
(185,180,196)
#C9C6D1
(201,198,209)
#D9D8DE
(217,216,222)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493669; }

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

This text font color is #493669.


Background Color

.myBgColor { background-color: #493669; }

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

This div background color is #493669.


Border color

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

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

This div border color is #493669.


Opacity

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

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

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

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

This text has shadow with #493669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493669 on black background.


Color preview on white background

This text has color #493669 on white background.



Black color preview on #493669 background

This text has black color on #493669 background.


White color preview on #493669 background

This text has white color on #493669 background.