COLOR #4943C8

HEX: #4943C8 RGB: (73,67,200)

Color info

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

RGB color model

#4943C8 color RGB value is (73,67,200).

RGB: (73,67,200) (29%, 26%, 78%)

RGB channels and saturation

R 73 of 255 = 29%
G 67 of 255 = 26%
B 200 of 255 = 78%

73
67
200

R + G + B ~ 44%. #4943C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 67 + 200 = 340 (100%)
R 73 of 340 ~ 21.47%
G 67 of 340 ~ 19.71%
B 200 of 340 ~ 58.82'%

%21.47
%19.71
%58.82

CMYK color model

#4943C8 color CMYK value is (64,67,0,22).

  • cyan value is 63.50%
  • magenta value is 66.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (64,67,0,22)
C64M67Y0K22 (64%, 67%, 0%, 22%)
(0.64 / 0.67 / 0.00 / 0.22)

CMYK percentages

%63.5
%66.5
%0
%21.57

Codes

Color #4943C8 in popluar color models

49 43 C8
RGB 73 67 200
HSL 243° 54.73% 52.35%
HSB/HSV 243° 66.50% 78.43%
CMYK 63.50% 66.50% 0.00%
21.57%

Color #4943C8 in popluar number systems.

HEX 49 43 C8
Decimal 73 67 200
Binary 1001001 1000011 11001000
Octal 111 103 310

Shades and tints

Shades of #4943C8

#4943C8
(73,67,200)
#433DB6
(67,61,182)
#3D37A4
(61,55,164)
#373192
(55,49,146)
#312B80
(49,43,128)
#2B256E
(43,37,110)
#251F5C
(37,31,92)
#1F194A
(31,25,74)
#191338
(25,19,56)
#130D26
(19,13,38)
#0D0714
(13,7,20)
#000000
(0,0,0)

Tints of #4943C8

#4943C8
(73,67,200)
#5954CD
(89,84,205)
#6965D2
(105,101,210)
#7976D7
(121,118,215)
#8987DC
(137,135,220)
#9998E1
(153,152,225)
#A9A9E6
(169,169,230)
#B9BAEB
(185,186,235)
#C9CBF0
(201,203,240)
#D9DCF5
(217,220,245)
#E9EDFA
(233,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4943C8 color. Also use rgb(73,67,200) instead hex code.

Text Font Color

.myTextColor { color: #4943C8; }

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

This text font color is #4943C8.

Background Color

.myBgColor { background-color: #4943C8; }

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

This div background color is #4943C8.

Border color

.myBorderColor { border: 1px solid #4943C8; }

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

This div border color is #4943C8.

Opacity

.myOpacity80 { color: #4943C8; opacity: 0.8; }

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

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

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

This text has shadow with #4943C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4943C8.

Preview

Color preview on black background

This text has color #4943C8 on black background.


Color preview on white background

This text has color #4943C8 on white background.


Black color preview on #4943C8 background

This text has black color on #4943C8 background.


White color preview on #4943C8 background

This text has white color on #4943C8 background.


Related colors

Complementary color

Complementary color for #hex is #B6BC37.


I love getcolorcode.com

Triadic colors

1 #C84943 and #43C849 with #4943C8 are triadic colors.

2 #C84349 and #4349C8 with #4943C8 are triadic colors.