COLOR #42269F

HEX: #42269F
RGB: (66,38,159)

Color info

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

RGB color model

#42269F color RGB value is (66,38,159).

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

RGB channels and saturation

R 66 of 255 = 26%
G 38 of 255 = 15%
B 159 of 255 = 62%

66
38
159

R + G + B ~ 34%. #42269F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 38 + 159 = 263 (100%)
R 66 of 263 ~ 25.1%
G 38 of 263 ~ 14.45%
B 159 of 263 ~ 60.46%

%25.1
%14.45
%60.46

CMYK color model

#42269F color CMYK value is (58,76,0,38).

  • cyan value is 58.49%
  • magenta value is 76.10%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(58,76,0,38)
C58M76Y0K38 
(58%,76%,0%,38%)
(0.58/0.76/0.00/0.38)	

CMYK percentages

%58.49
%76.1
%0
%37.65

Codes

Color #42269F in popluar color models

42269F
RGB6638159
HSL254°61.42%38.63%
HSB/HSV254°76.10%62.35%
CMYK58.49%76.10%0.00%
37.65%

Color #42269F in popluar number systems.

HEX42269F
Decimal6638159
Binary100001010011010011111
Octal10246237

Shades and tints

Shades of #42269F

#42269F
(66,38,159)
#3C2391
(60,35,145)
#362083
(54,32,131)
#301D75
(48,29,117)
#2A1A67
(42,26,103)
#241759
(36,23,89)
#1E144B
(30,20,75)
#18113D
(24,17,61)
#120E2F
(18,14,47)
#0C0B21
(12,11,33)
#060813
(6,8,19)
#000000
(0,0,0)

Tints of #42269F

#42269F
(66,38,159)
#5339A7
(83,57,167)
#644CAF
(100,76,175)
#755FB7
(117,95,183)
#8672BF
(134,114,191)
#9785C7
(151,133,199)
#A898CF
(168,152,207)
#B9ABD7
(185,171,215)
#CABEDF
(202,190,223)
#DBD1E7
(219,209,231)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42269F; }

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

This text font color is #42269F.


Background Color

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

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

This div background color is #42269F.


Border color

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

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

This div border color is #42269F.


Opacity

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

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

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

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

This text has shadow with #42269F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42269F on black background.


Color preview on white background

This text has color #42269F on white background.



Black color preview on #42269F background

This text has black color on #42269F background.


White color preview on #42269F background

This text has white color on #42269F background.