COLOR #40419F

HEX: #40419F
RGB: (64,65,159)

Color info

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

RGB color model

#40419F color RGB value is (64,65,159).

  • red value is 64;
  • green value is 65;
  • blue value is 159.
RGB:
(64,65,159)
(25%,25%,62%)

RGB channels and saturation

R 64 of 255 = 25%
G 65 of 255 = 25%
B 159 of 255 = 62%

64
65
159

R + G + B ~ 37%. #40419F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 65 + 159 = 288 (100%)
R 64 of 288 ~ 22.22%
G 65 of 288 ~ 22.57%
B 159 of 288 ~ 55.21%

%22.22
%22.57
%55.21

CMYK color model

#40419F color CMYK value is (60,59,0,38).

  • cyan value is 59.75%
  • magenta value is 59.12%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(60,59,0,38)
C60M59Y0K38 
(60%,59%,0%,38%)
(0.60/0.59/0.00/0.38)	

CMYK percentages

%59.75
%59.12
%0
%37.65

Codes

Color #40419F in popluar color models

40419F
RGB6465159
HSL239°42.60%43.73%
HSB/HSV239°59.75%62.35%
CMYK59.75%59.12%0.00%
37.65%

Color #40419F in popluar number systems.

HEX40419F
Decimal6465159
Binary1000000100000110011111
Octal100101237

Shades and tints

Shades of #40419F

#40419F
(64,65,159)
#3B3C91
(59,60,145)
#363783
(54,55,131)
#313275
(49,50,117)
#2C2D67
(44,45,103)
#272859
(39,40,89)
#22234B
(34,35,75)
#1D1E3D
(29,30,61)
#18192F
(24,25,47)
#131421
(19,20,33)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #40419F

#40419F
(64,65,159)
#5152A7
(81,82,167)
#6263AF
(98,99,175)
#7374B7
(115,116,183)
#8485BF
(132,133,191)
#9596C7
(149,150,199)
#A6A7CF
(166,167,207)
#B7B8D7
(183,184,215)
#C8C9DF
(200,201,223)
#D9DAE7
(217,218,231)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40419F color. Also use rgb(64,65,159) instead hex code.

Text Font Color

.myTextColor { color: #40419F; }

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

This text font color is #40419F.


Background Color

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

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

This div background color is #40419F.


Border color

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

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

This div border color is #40419F.


Opacity

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

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

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

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

This text has shadow with #40419F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40419F on black background.


Color preview on white background

This text has color #40419F on white background.



Black color preview on #40419F background

This text has black color on #40419F background.


White color preview on #40419F background

This text has white color on #40419F background.