COLOR #42447A

HEX: #42447A
RGB: (66,68,122)

Color info

#42447A contains red, green and blue colors in about the same proportion. Web safe color of #42447A is #333366 (or #336).

RGB color model

#42447A color RGB value is (66,68,122).

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

RGB channels and saturation

R 66 of 255 = 26%
G 68 of 255 = 27%
B 122 of 255 = 48%

66
68
122

R + G + B ~ 34%. #42447A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 68 + 122 = 256 (100%)
R 66 of 256 ~ 25.78%
G 68 of 256 ~ 26.56%
B 122 of 256 ~ 47.66%

%25.78
%26.56
%47.66

CMYK color model

#42447A color CMYK value is (46,44,0,52).

  • cyan value is 45.90%
  • magenta value is 44.26%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(46,44,0,52)
C46M44Y0K52 
(46%,44%,0%,52%)
(0.46/0.44/0.00/0.52)	

CMYK percentages

%45.9
%44.26
%0
%52.16

Codes

Color #42447A in popluar color models

42447A
RGB6668122
HSL238°29.79%36.86%
HSB/HSV238°45.90%47.84%
CMYK45.90%44.26%0.00%
52.16%

Color #42447A in popluar number systems.

HEX42447A
Decimal6668122
Binary100001010001001111010
Octal102104172

Shades and tints

Shades of #42447A

#42447A
(66,68,122)
#3C3E6F
(60,62,111)
#363864
(54,56,100)
#303259
(48,50,89)
#2A2C4E
(42,44,78)
#242643
(36,38,67)
#1E2038
(30,32,56)
#181A2D
(24,26,45)
#121422
(18,20,34)
#0C0E17
(12,14,23)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #42447A

#42447A
(66,68,122)
#535586
(83,85,134)
#646692
(100,102,146)
#75779E
(117,119,158)
#8688AA
(134,136,170)
#9799B6
(151,153,182)
#A8AAC2
(168,170,194)
#B9BBCE
(185,187,206)
#CACCDA
(202,204,218)
#DBDDE6
(219,221,230)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42447A color. Also use rgb(66,68,122) instead hex code.

Text Font Color

.myTextColor { color: #42447A; }

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

This text font color is #42447A.


Background Color

.myBgColor { background-color: #42447A; }

<div style="background-color:#42447A">Inner text</div>

This div background color is #42447A.


Border color

.myBorderColor { border: 1px solid #42447A; }

<div style="border:3px solid #42447A">Div</div>

This div border color is #42447A.


Opacity

.myOpacity80 { color: #42447A; opacity: 0.8; }

<p style="color:#42447A;opacity:0.8;">80%</p>

Text with #42447A 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 #42447A;}

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

This text has shadow with #42447A color.

.textShadow {text-shadow: 3px 3px 1px #42447A, 3px 3px 1px red;}

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

This text has shadow with #42447A primary color and red secondary color.


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

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

This text has shadow with #42447A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42447A on black background.


Color preview on white background

This text has color #42447A on white background.



Black color preview on #42447A background

This text has black color on #42447A background.


White color preview on #42447A background

This text has white color on #42447A background.