COLOR #442B7A

HEX: #442B7A
RGB: (68,43,122)

Color info

#442B7A contains mainly red and blue colors. Web safe color of #442B7A is #333366 (or #336).

RGB color model

#442B7A color RGB value is (68,43,122).

  • red value is 68;
  • green value is 43;
  • blue value is 122.
RGB:
(68,43,122)
(27%,17%,48%)

RGB channels and saturation

R 68 of 255 = 27%
G 43 of 255 = 17%
B 122 of 255 = 48%

68
43
122

R + G + B ~ 31%. #442B7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 43 + 122 = 233 (100%)
R 68 of 233 ~ 29.18%
G 43 of 233 ~ 18.45%
B 122 of 233 ~ 52.36%

%29.18
%18.45
%52.36

CMYK color model

#442B7A color CMYK value is (44,65,0,52).

  • cyan value is 44.26%
  • magenta value is 64.75%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(44,65,0,52)
C44M65Y0K52 
(44%,65%,0%,52%)
(0.44/0.65/0.00/0.52)	

CMYK percentages

%44.26
%64.75
%0
%52.16

Codes

Color #442B7A in popluar color models

442B7A
RGB6843122
HSL259°47.88%32.35%
HSB/HSV259°64.75%47.84%
CMYK44.26%64.75%0.00%
52.16%

Color #442B7A in popluar number systems.

HEX442B7A
Decimal6843122
Binary10001001010111111010
Octal10453172

Shades and tints

Shades of #442B7A

#442B7A
(68,43,122)
#3E286F
(62,40,111)
#382564
(56,37,100)
#322259
(50,34,89)
#2C1F4E
(44,31,78)
#261C43
(38,28,67)
#201938
(32,25,56)
#1A162D
(26,22,45)
#141322
(20,19,34)
#0E1017
(14,16,23)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #442B7A

#442B7A
(68,43,122)
#553E86
(85,62,134)
#665192
(102,81,146)
#77649E
(119,100,158)
#8877AA
(136,119,170)
#998AB6
(153,138,182)
#AA9DC2
(170,157,194)
#BBB0CE
(187,176,206)
#CCC3DA
(204,195,218)
#DDD6E6
(221,214,230)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442B7A color. Also use rgb(68,43,122) instead hex code.

Text Font Color

.myTextColor { color: #442B7A; }

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

This text font color is #442B7A.


Background Color

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

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

This div background color is #442B7A.


Border color

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

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

This div border color is #442B7A.


Opacity

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

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

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

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

This text has shadow with #442B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442B7A on black background.


Color preview on white background

This text has color #442B7A on white background.



Black color preview on #442B7A background

This text has black color on #442B7A background.


White color preview on #442B7A background

This text has white color on #442B7A background.