COLOR #493AC8

HEX: #493AC8 RGB: (73,58,200)

Color info

#493AC8 contains mainly blue color. Web safe color of #493AC8 is #3333CC (or #33C).

RGB color model

#493AC8 color RGB value is (73,58,200).

RGB: (73,58,200) (29%, 23%, 78%)

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 200 of 255 = 78%

73
58
200

R + G + B ~ 43%. #493AC8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 58 + 200 = 331 (100%)
R 73 of 331 ~ 22.05%
G 58 of 331 ~ 17.52%
B 200 of 331 ~ 60.42'%

%22.05
%17.52
%60.42

CMYK color model

#493AC8 color CMYK value is (64,71,0,22).

  • cyan value is 63.50%
  • magenta value is 71.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (64,71,0,22) C64M71Y0K22 (64%,71%,0%,22%) (0.64/0.71/0.00/0.22) 

CMYK percentages

%63.5
%71
%0
%21.57

Codes

Color #493AC8 in popluar color models

49 3A C8
RGB 73 58 200
HSL 246° 56.35% 50.59%
HSB/HSV 246° 71.00% 78.43%
CMYK 63.50% 71.00% 0.00%
21.57%

Color #493AC8 in popluar number systems.

HEX 49 3A C8
Decimal 73 58 200
Binary 1001001 111010 11001000
Octal 111 72 310

Shades and tints

Shades of #493AC8

#493AC8
(73,58,200)
#4335B6
(67,53,182)
#3D30A4
(61,48,164)
#372B92
(55,43,146)
#312680
(49,38,128)
#2B216E
(43,33,110)
#251C5C
(37,28,92)
#1F174A
(31,23,74)
#191238
(25,18,56)
#130D26
(19,13,38)
#0D0814
(13,8,20)
#000000
(0,0,0)

Tints of #493AC8

#493AC8
(73,58,200)
#594BCD
(89,75,205)
#695CD2
(105,92,210)
#796DD7
(121,109,215)
#897EDC
(137,126,220)
#998FE1
(153,143,225)
#A9A0E6
(169,160,230)
#B9B1EB
(185,177,235)
#C9C2F0
(201,194,240)
#D9D3F5
(217,211,245)
#E9E4FA
(233,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493AC8; }

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

This text font color is #493AC8.

Background Color

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

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

This div background color is #493AC8.

Border color

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

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

This div border color is #493AC8.

Opacity

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

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

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

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

This text has shadow with #493AC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493AC8.

Preview

Color preview on black background

This text has color #493AC8 on black background.


Color preview on white background

This text has color #493AC8 on white background.


Black color preview on #493AC8 background

This text has black color on #493AC8 background.


White color preview on #493AC8 background

This text has white color on #493AC8 background.


Related colors

Complementary color

Complementary color for #hex is #B6C537.


I love getcolorcode.com

Triadic colors

1 #C8493A and #3AC849 with #493AC8 are triadic colors.

2 #C83A49 and #3A49C8 with #493AC8 are triadic colors.