COLOR #42489F

HEX: #42489F
RGB: (66,72,159)

Color info

#42489F contains mainly blue color. Web safe color of #42489F is #333399 (or #339).

RGB color model

#42489F color RGB value is (66,72,159).

  • red value is 66;
  • green value is 72;
  • blue value is 159.
RGB:
(66,72,159)
(26%,28%,62%)

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 159 of 255 = 62%

66
72
159

R + G + B ~ 39%. #42489F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 159 = 297 (100%)
R 66 of 297 ~ 22.22%
G 72 of 297 ~ 24.24%
B 159 of 297 ~ 53.54%

%22.22
%24.24
%53.54

CMYK color model

#42489F color CMYK value is (58,55,0,38).

  • cyan value is 58.49%
  • magenta value is 54.72%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(58,55,0,38)
C58M55Y0K38 
(58%,55%,0%,38%)
(0.58/0.55/0.00/0.38)	

CMYK percentages

%58.49
%54.72
%0
%37.65

Codes

Color #42489F in popluar color models

42489F
RGB6672159
HSL236°41.33%44.12%
HSB/HSV236°58.49%62.35%
CMYK58.49%54.72%0.00%
37.65%

Color #42489F in popluar number systems.

HEX42489F
Decimal6672159
Binary1000010100100010011111
Octal102110237

Shades and tints

Shades of #42489F

#42489F
(66,72,159)
#3C4291
(60,66,145)
#363C83
(54,60,131)
#303675
(48,54,117)
#2A3067
(42,48,103)
#242A59
(36,42,89)
#1E244B
(30,36,75)
#181E3D
(24,30,61)
#12182F
(18,24,47)
#0C1221
(12,18,33)
#060C13
(6,12,19)
#000000
(0,0,0)

Tints of #42489F

#42489F
(66,72,159)
#5358A7
(83,88,167)
#6468AF
(100,104,175)
#7578B7
(117,120,183)
#8688BF
(134,136,191)
#9798C7
(151,152,199)
#A8A8CF
(168,168,207)
#B9B8D7
(185,184,215)
#CAC8DF
(202,200,223)
#DBD8E7
(219,216,231)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42489F color. Also use rgb(66,72,159) instead hex code.

Text Font Color

.myTextColor { color: #42489F; }

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

This text font color is #42489F.


Background Color

.myBgColor { background-color: #42489F; }

<div style="background-color:#42489F">Inner text</div>

This div background color is #42489F.


Border color

.myBorderColor { border: 1px solid #42489F; }

<div style="border:3px solid #42489F">Div</div>

This div border color is #42489F.


Opacity

.myOpacity80 { color: #42489F; opacity: 0.8; }

<p style="color:#42489F;opacity:0.8;">80%</p>

Text with #42489F 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 #42489F;}

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

This text has shadow with #42489F color.

.textShadow {text-shadow: 3px 3px 1px #42489F, 3px 3px 1px red;}

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

This text has shadow with #42489F primary color and red secondary color.


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

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

This text has shadow with #42489F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42489F on black background.


Color preview on white background

This text has color #42489F on white background.



Black color preview on #42489F background

This text has black color on #42489F background.


White color preview on #42489F background

This text has white color on #42489F background.