COLOR #442FA9

HEX: #442FA9
RGB: (68,47,169)

Color info

#442FA9 contains mainly blue color. Web safe color of #442FA9 is #333399 (or #339).

RGB color model

#442FA9 color RGB value is (68,47,169).

  • red value is 68;
  • green value is 47;
  • blue value is 169.
RGB:
(68,47,169)
(27%,18%,66%)

RGB channels and saturation

R 68 of 255 = 27%
G 47 of 255 = 18%
B 169 of 255 = 66%

68
47
169

R + G + B ~ 37%. #442FA9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 47 + 169 = 284 (100%)
R 68 of 284 ~ 23.94%
G 47 of 284 ~ 16.55%
B 169 of 284 ~ 59.51%

%23.94
%16.55
%59.51

CMYK color model

#442FA9 color CMYK value is (60,72,0,34).

  • cyan value is 59.76%
  • magenta value is 72.19%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(60,72,0,34)
C60M72Y0K34 
(60%,72%,0%,34%)
(0.60/0.72/0.00/0.34)	

CMYK percentages

%59.76
%72.19
%0
%33.73

Codes

Color #442FA9 in popluar color models

442FA9
RGB6847169
HSL250°56.48%42.35%
HSB/HSV250°72.19%66.27%
CMYK59.76%72.19%0.00%
33.73%

Color #442FA9 in popluar number systems.

HEX442FA9
Decimal6847169
Binary100010010111110101001
Octal10457251

Shades and tints

Shades of #442FA9

#442FA9
(68,47,169)
#3E2B9A
(62,43,154)
#38278B
(56,39,139)
#32237C
(50,35,124)
#2C1F6D
(44,31,109)
#261B5E
(38,27,94)
#20174F
(32,23,79)
#1A1340
(26,19,64)
#140F31
(20,15,49)
#0E0B22
(14,11,34)
#080713
(8,7,19)
#000000
(0,0,0)

Tints of #442FA9

#442FA9
(68,47,169)
#5541B0
(85,65,176)
#6653B7
(102,83,183)
#7765BE
(119,101,190)
#8877C5
(136,119,197)
#9989CC
(153,137,204)
#AA9BD3
(170,155,211)
#BBADDA
(187,173,218)
#CCBFE1
(204,191,225)
#DDD1E8
(221,209,232)
#EEE3EF
(238,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442FA9 color. Also use rgb(68,47,169) instead hex code.

Text Font Color

.myTextColor { color: #442FA9; }

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

This text font color is #442FA9.


Background Color

.myBgColor { background-color: #442FA9; }

<div style="background-color:#442FA9">Inner text</div>

This div background color is #442FA9.


Border color

.myBorderColor { border: 1px solid #442FA9; }

<div style="border:3px solid #442FA9">Div</div>

This div border color is #442FA9.


Opacity

.myOpacity80 { color: #442FA9; opacity: 0.8; }

<p style="color:#442FA9;opacity:0.8;">80%</p>

Text with #442FA9 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 #442FA9;}

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

This text has shadow with #442FA9 color.

.textShadow {text-shadow: 3px 3px 1px #442FA9, 3px 3px 1px red;}

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

This text has shadow with #442FA9 primary color and red secondary color.


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

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

This text has shadow with #442FA9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442FA9 on black background.


Color preview on white background

This text has color #442FA9 on white background.



Black color preview on #442FA9 background

This text has black color on #442FA9 background.


White color preview on #442FA9 background

This text has white color on #442FA9 background.