COLOR #42478D

HEX: #42478D
RGB: (66,71,141)

Color info

#42478D contains mainly blue color. Web safe color of #42478D is #333399 (or #339).

RGB color model

#42478D color RGB value is (66,71,141).

  • red value is 66;
  • green value is 71;
  • blue value is 141.
RGB:
(66,71,141)
(26%,28%,55%)

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 141 of 255 = 55%

66
71
141

R + G + B ~ 36%. #42478D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 141 = 278 (100%)
R 66 of 278 ~ 23.74%
G 71 of 278 ~ 25.54%
B 141 of 278 ~ 50.72%

%23.74
%25.54
%50.72

CMYK color model

#42478D color CMYK value is (53,50,0,45).

  • cyan value is 53.19%
  • magenta value is 49.65%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(53,50,0,45)
C53M50Y0K45 
(53%,50%,0%,45%)
(0.53/0.50/0.00/0.45)	

CMYK percentages

%53.19
%49.65
%0
%44.71

Codes

Color #42478D in popluar color models

42478D
RGB6671141
HSL236°36.23%40.59%
HSB/HSV236°53.19%55.29%
CMYK53.19%49.65%0.00%
44.71%

Color #42478D in popluar number systems.

HEX42478D
Decimal6671141
Binary1000010100011110001101
Octal102107215

Shades and tints

Shades of #42478D

#42478D
(66,71,141)
#3C4181
(60,65,129)
#363B75
(54,59,117)
#303569
(48,53,105)
#2A2F5D
(42,47,93)
#242951
(36,41,81)
#1E2345
(30,35,69)
#181D39
(24,29,57)
#12172D
(18,23,45)
#0C1121
(12,17,33)
#060B15
(6,11,21)
#000000
(0,0,0)

Tints of #42478D

#42478D
(66,71,141)
#535797
(83,87,151)
#6467A1
(100,103,161)
#7577AB
(117,119,171)
#8687B5
(134,135,181)
#9797BF
(151,151,191)
#A8A7C9
(168,167,201)
#B9B7D3
(185,183,211)
#CAC7DD
(202,199,221)
#DBD7E7
(219,215,231)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42478D color. Also use rgb(66,71,141) instead hex code.

Text Font Color

.myTextColor { color: #42478D; }

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

This text font color is #42478D.


Background Color

.myBgColor { background-color: #42478D; }

<div style="background-color:#42478D">Inner text</div>

This div background color is #42478D.


Border color

.myBorderColor { border: 1px solid #42478D; }

<div style="border:3px solid #42478D">Div</div>

This div border color is #42478D.


Opacity

.myOpacity80 { color: #42478D; opacity: 0.8; }

<p style="color:#42478D;opacity:0.8;">80%</p>

Text with #42478D 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 #42478D;}

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

This text has shadow with #42478D color.

.textShadow {text-shadow: 3px 3px 1px #42478D, 3px 3px 1px red;}

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

This text has shadow with #42478D primary color and red secondary color.


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

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

This text has shadow with #42478D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42478D on black background.


Color preview on white background

This text has color #42478D on white background.



Black color preview on #42478D background

This text has black color on #42478D background.


White color preview on #42478D background

This text has white color on #42478D background.