COLOR #493962

HEX: #493962
RGB: (73,57,98)

Color info

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

RGB color model

#493962 color RGB value is (73,57,98).

  • red value is 73;
  • green value is 57;
  • blue value is 98.
RGB:
(73,57,98)
(29%,22%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 98 of 255 = 38%

73
57
98

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

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 98 = 228 (100%)
R 73 of 228 ~ 32.02%
G 57 of 228 ~ 25%
B 98 of 228 ~ 42.98%

%32.02
%25
%42.98

CMYK color model

#493962 color CMYK value is (26,42,0,62).

  • cyan value is 25.51%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(26,42,0,62)
C26M42Y0K62 
(26%,42%,0%,62%)
(0.26/0.42/0.00/0.62)	

CMYK percentages

%25.51
%41.84
%0
%61.57

Codes

Color #493962 in popluar color models

493962
RGB735798
HSL263°26.45%30.39%
HSB/HSV263°41.84%38.43%
CMYK25.51%41.84%0.00%
61.57%

Color #493962 in popluar number systems.

HEX493962
Decimal735798
Binary10010011110011100010
Octal11171142

Shades and tints

Shades of #493962

#493962
(73,57,98)
#43345A
(67,52,90)
#3D2F52
(61,47,82)
#372A4A
(55,42,74)
#312542
(49,37,66)
#2B203A
(43,32,58)
#251B32
(37,27,50)
#1F162A
(31,22,42)
#191122
(25,17,34)
#130C1A
(19,12,26)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #493962

#493962
(73,57,98)
#594B70
(89,75,112)
#695D7E
(105,93,126)
#796F8C
(121,111,140)
#89819A
(137,129,154)
#9993A8
(153,147,168)
#A9A5B6
(169,165,182)
#B9B7C4
(185,183,196)
#C9C9D2
(201,201,210)
#D9DBE0
(217,219,224)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493962; }

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

This text font color is #493962.


Background Color

.myBgColor { background-color: #493962; }

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

This div background color is #493962.


Border color

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

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

This div border color is #493962.


Opacity

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

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

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

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

This text has shadow with #493962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493962 on black background.


Color preview on white background

This text has color #493962 on white background.



Black color preview on #493962 background

This text has black color on #493962 background.


White color preview on #493962 background

This text has white color on #493962 background.