COLOR #493A88

HEX: #493A88
RGB: (73,58,136)

Color info

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

RGB color model

#493A88 color RGB value is (73,58,136).

  • red value is 73;
  • green value is 58;
  • blue value is 136.
RGB:
(73,58,136)
(29%,23%,53%)

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 136 of 255 = 53%

73
58
136

R + G + B ~ 35%. #493A88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 58 + 136 = 267 (100%)
R 73 of 267 ~ 27.34%
G 58 of 267 ~ 21.72%
B 136 of 267 ~ 50.94%

%27.34
%21.72
%50.94

CMYK color model

#493A88 color CMYK value is (46,57,0,47).

  • cyan value is 46.32%
  • magenta value is 57.35%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(46,57,0,47)
C46M57Y0K47 
(46%,57%,0%,47%)
(0.46/0.57/0.00/0.47)	

CMYK percentages

%46.32
%57.35
%0
%46.67

Codes

Color #493A88 in popluar color models

493A88
RGB7358136
HSL252°40.21%38.04%
HSB/HSV252°57.35%53.33%
CMYK46.32%57.35%0.00%
46.67%

Color #493A88 in popluar number systems.

HEX493A88
Decimal7358136
Binary100100111101010001000
Octal11172210

Shades and tints

Shades of #493A88

#493A88
(73,58,136)
#43357C
(67,53,124)
#3D3070
(61,48,112)
#372B64
(55,43,100)
#312658
(49,38,88)
#2B214C
(43,33,76)
#251C40
(37,28,64)
#1F1734
(31,23,52)
#191228
(25,18,40)
#130D1C
(19,13,28)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #493A88

#493A88
(73,58,136)
#594B92
(89,75,146)
#695C9C
(105,92,156)
#796DA6
(121,109,166)
#897EB0
(137,126,176)
#998FBA
(153,143,186)
#A9A0C4
(169,160,196)
#B9B1CE
(185,177,206)
#C9C2D8
(201,194,216)
#D9D3E2
(217,211,226)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493A88 color. Also use rgb(73,58,136) instead hex code.

Text Font Color

.myTextColor { color: #493A88; }

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

This text font color is #493A88.


Background Color

.myBgColor { background-color: #493A88; }

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

This div background color is #493A88.


Border color

.myBorderColor { border: 1px solid #493A88; }

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

This div border color is #493A88.


Opacity

.myOpacity80 { color: #493A88; opacity: 0.8; }

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

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

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

This text has shadow with #493A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A88 on black background.


Color preview on white background

This text has color #493A88 on white background.



Black color preview on #493A88 background

This text has black color on #493A88 background.


White color preview on #493A88 background

This text has white color on #493A88 background.