COLOR #4349D7

HEX: #4349D7
RGB: (67,73,215)

Color info

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

RGB color model

#4349D7 color RGB value is (67,73,215).

  • red value is 67;
  • green value is 73;
  • blue value is 215.
RGB:
(67,73,215)
(26%,29%,84%)

RGB channels and saturation

R 67 of 255 = 26%
G 73 of 255 = 29%
B 215 of 255 = 84%

67
73
215

R + G + B ~ 46%. #4349D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 73 + 215 = 355 (100%)
R 67 of 355 ~ 18.87%
G 73 of 355 ~ 20.56%
B 215 of 355 ~ 60.56%

%18.87
%20.56
%60.56

CMYK color model

#4349D7 color CMYK value is (69,66,0,16).

  • cyan value is 68.84%
  • magenta value is 66.05%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(69,66,0,16)
C69M66Y0K16 
(69%,66%,0%,16%)
(0.69/0.66/0.00/0.16)	

CMYK percentages

%68.84
%66.05
%0
%15.69

Codes

Color #4349D7 in popluar color models

4349D7
RGB6773215
HSL238°64.91%55.29%
HSB/HSV238°68.84%84.31%
CMYK68.84%66.05%0.00%
15.69%

Color #4349D7 in popluar number systems.

HEX4349D7
Decimal6773215
Binary1000011100100111010111
Octal103111327

Shades and tints

Shades of #4349D7

#4349D7
(67,73,215)
#3D43C4
(61,67,196)
#373DB1
(55,61,177)
#31379E
(49,55,158)
#2B318B
(43,49,139)
#252B78
(37,43,120)
#1F2565
(31,37,101)
#191F52
(25,31,82)
#13193F
(19,25,63)
#0D132C
(13,19,44)
#070D19
(7,13,25)
#000000
(0,0,0)

Tints of #4349D7

#4349D7
(67,73,215)
#5459DA
(84,89,218)
#6569DD
(101,105,221)
#7679E0
(118,121,224)
#8789E3
(135,137,227)
#9899E6
(152,153,230)
#A9A9E9
(169,169,233)
#BAB9EC
(186,185,236)
#CBC9EF
(203,201,239)
#DCD9F2
(220,217,242)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4349D7 color. Also use rgb(67,73,215) instead hex code.

Text Font Color

.myTextColor { color: #4349D7; }

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

This text font color is #4349D7.


Background Color

.myBgColor { background-color: #4349D7; }

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

This div background color is #4349D7.


Border color

.myBorderColor { border: 1px solid #4349D7; }

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

This div border color is #4349D7.


Opacity

.myOpacity80 { color: #4349D7; opacity: 0.8; }

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

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

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

This text has shadow with #4349D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4349D7 on black background.


Color preview on white background

This text has color #4349D7 on white background.



Black color preview on #4349D7 background

This text has black color on #4349D7 background.


White color preview on #4349D7 background

This text has white color on #4349D7 background.