COLOR #4447A3

HEX: #4447A3
RGB: (68,71,163)

Color info

#4447A3 contains mainly blue color. Web safe color of #4447A3 is #333399 (or #339).

RGB color model

#4447A3 color RGB value is (68,71,163).

  • red value is 68;
  • green value is 71;
  • blue value is 163.
RGB:
(68,71,163)
(27%,28%,64%)

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 163 of 255 = 64%

68
71
163

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

Portions of RGB colors in percentages

R + G + B =
68 + 71 + 163 = 302 (100%)
R 68 of 302 ~ 22.52%
G 71 of 302 ~ 23.51%
B 163 of 302 ~ 53.97%

%22.52
%23.51
%53.97

CMYK color model

#4447A3 color CMYK value is (58,56,0,36).

  • cyan value is 58.28%
  • magenta value is 56.44%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(58,56,0,36)
C58M56Y0K36 
(58%,56%,0%,36%)
(0.58/0.56/0.00/0.36)	

CMYK percentages

%58.28
%56.44
%0
%36.08

Codes

Color #4447A3 in popluar color models

4447A3
RGB6871163
HSL238°41.13%45.29%
HSB/HSV238°58.28%63.92%
CMYK58.28%56.44%0.00%
36.08%

Color #4447A3 in popluar number systems.

HEX4447A3
Decimal6871163
Binary1000100100011110100011
Octal104107243

Shades and tints

Shades of #4447A3

#4447A3
(68,71,163)
#3E4195
(62,65,149)
#383B87
(56,59,135)
#323579
(50,53,121)
#2C2F6B
(44,47,107)
#26295D
(38,41,93)
#20234F
(32,35,79)
#1A1D41
(26,29,65)
#141733
(20,23,51)
#0E1125
(14,17,37)
#080B17
(8,11,23)
#000000
(0,0,0)

Tints of #4447A3

#4447A3
(68,71,163)
#5557AB
(85,87,171)
#6667B3
(102,103,179)
#7777BB
(119,119,187)
#8887C3
(136,135,195)
#9997CB
(153,151,203)
#AAA7D3
(170,167,211)
#BBB7DB
(187,183,219)
#CCC7E3
(204,199,227)
#DDD7EB
(221,215,235)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4447A3 color. Also use rgb(68,71,163) instead hex code.

Text Font Color

.myTextColor { color: #4447A3; }

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

This text font color is #4447A3.


Background Color

.myBgColor { background-color: #4447A3; }

<div style="background-color:#4447A3">Inner text</div>

This div background color is #4447A3.


Border color

.myBorderColor { border: 1px solid #4447A3; }

<div style="border:3px solid #4447A3">Div</div>

This div border color is #4447A3.


Opacity

.myOpacity80 { color: #4447A3; opacity: 0.8; }

<p style="color:#4447A3;opacity:0.8;">80%</p>

Text with #4447A3 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 #4447A3;}

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

This text has shadow with #4447A3 color.

.textShadow {text-shadow: 3px 3px 1px #4447A3, 3px 3px 1px red;}

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

This text has shadow with #4447A3 primary color and red secondary color.


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

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

This text has shadow with #4447A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4447A3 on black background.


Color preview on white background

This text has color #4447A3 on white background.



Black color preview on #4447A3 background

This text has black color on #4447A3 background.


White color preview on #4447A3 background

This text has white color on #4447A3 background.