COLOR #493263

HEX: #493263
RGB: (73,50,99)

Color info

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

RGB color model

#493263 color RGB value is (73,50,99).

  • red value is 73;
  • green value is 50;
  • blue value is 99.
RGB:
(73,50,99)
(29%,20%,39%)

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 99 of 255 = 39%

73
50
99

R + G + B ~ 29%. #493263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 99 = 222 (100%)
R 73 of 222 ~ 32.88%
G 50 of 222 ~ 22.52%
B 99 of 222 ~ 44.59%

%32.88
%22.52
%44.59

CMYK color model

#493263 color CMYK value is (26,49,0,61).

  • cyan value is 26.26%
  • magenta value is 49.49%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(26,49,0,61)
C26M49Y0K61 
(26%,49%,0%,61%)
(0.26/0.49/0.00/0.61)	

CMYK percentages

%26.26
%49.49
%0
%61.18

Codes

Color #493263 in popluar color models

493263
RGB735099
HSL268°32.89%29.22%
HSB/HSV268°49.49%38.82%
CMYK26.26%49.49%0.00%
61.18%

Color #493263 in popluar number systems.

HEX493263
Decimal735099
Binary10010011100101100011
Octal11162143

Shades and tints

Shades of #493263

#493263
(73,50,99)
#432E5A
(67,46,90)
#3D2A51
(61,42,81)
#372648
(55,38,72)
#31223F
(49,34,63)
#2B1E36
(43,30,54)
#251A2D
(37,26,45)
#1F1624
(31,22,36)
#19121B
(25,18,27)
#130E12
(19,14,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #493263

#493263
(73,50,99)
#594471
(89,68,113)
#69567F
(105,86,127)
#79688D
(121,104,141)
#897A9B
(137,122,155)
#998CA9
(153,140,169)
#A99EB7
(169,158,183)
#B9B0C5
(185,176,197)
#C9C2D3
(201,194,211)
#D9D4E1
(217,212,225)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493263; }

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

This text font color is #493263.


Background Color

.myBgColor { background-color: #493263; }

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

This div background color is #493263.


Border color

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

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

This div border color is #493263.


Opacity

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

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

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

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

This text has shadow with #493263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493263 on black background.


Color preview on white background

This text has color #493263 on white background.



Black color preview on #493263 background

This text has black color on #493263 background.


White color preview on #493263 background

This text has white color on #493263 background.