COLOR #4144AD

HEX: #4144AD
RGB: (65,68,173)

Color info

#4144AD contains mainly blue color. Web safe color of #4144AD is #333399 (or #339).

RGB color model

#4144AD color RGB value is (65,68,173).

  • red value is 65;
  • green value is 68;
  • blue value is 173.
RGB:
(65,68,173)
(25%,27%,68%)

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 173 of 255 = 68%

65
68
173

R + G + B ~ 40%. #4144AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 68 + 173 = 306 (100%)
R 65 of 306 ~ 21.24%
G 68 of 306 ~ 22.22%
B 173 of 306 ~ 56.54%

%21.24
%22.22
%56.54

CMYK color model

#4144AD color CMYK value is (62,61,0,32).

  • cyan value is 62.43%
  • magenta value is 60.69%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(62,61,0,32)
C62M61Y0K32 
(62%,61%,0%,32%)
(0.62/0.61/0.00/0.32)	

CMYK percentages

%62.43
%60.69
%0
%32.16

Codes

Color #4144AD in popluar color models

4144AD
RGB6568173
HSL238°45.38%46.67%
HSB/HSV238°62.43%67.84%
CMYK62.43%60.69%0.00%
32.16%

Color #4144AD in popluar number systems.

HEX4144AD
Decimal6568173
Binary1000001100010010101101
Octal101104255

Shades and tints

Shades of #4144AD

#4144AD
(65,68,173)
#3C3E9E
(60,62,158)
#37388F
(55,56,143)
#323280
(50,50,128)
#2D2C71
(45,44,113)
#282662
(40,38,98)
#232053
(35,32,83)
#1E1A44
(30,26,68)
#191435
(25,20,53)
#140E26
(20,14,38)
#0F0817
(15,8,23)
#000000
(0,0,0)

Tints of #4144AD

#4144AD
(65,68,173)
#5255B4
(82,85,180)
#6366BB
(99,102,187)
#7477C2
(116,119,194)
#8588C9
(133,136,201)
#9699D0
(150,153,208)
#A7AAD7
(167,170,215)
#B8BBDE
(184,187,222)
#C9CCE5
(201,204,229)
#DADDEC
(218,221,236)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4144AD color. Also use rgb(65,68,173) instead hex code.

Text Font Color

.myTextColor { color: #4144AD; }

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

This text font color is #4144AD.


Background Color

.myBgColor { background-color: #4144AD; }

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

This div background color is #4144AD.


Border color

.myBorderColor { border: 1px solid #4144AD; }

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

This div border color is #4144AD.


Opacity

.myOpacity80 { color: #4144AD; opacity: 0.8; }

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

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

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

This text has shadow with #4144AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4144AD on black background.


Color preview on white background

This text has color #4144AD on white background.



Black color preview on #4144AD background

This text has black color on #4144AD background.


White color preview on #4144AD background

This text has white color on #4144AD background.