COLOR #424095

HEX: #424095 RGB: (66,64,149)

Color info

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

RGB color model

#424095 color RGB value is (66,64,149).

RGB: (66,64,149) (26%, 25%, 58%)

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 149 of 255 = 58%

66
64
149

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

Portions of RGB colors in percentages

R + G + B = 66 + 64 + 149 = 279 (100%)
R 66 of 279 ~ 23.66%
G 64 of 279 ~ 22.94%
B 149 of 279 ~ 53.41'%

%23.66
%22.94
%53.41

CMYK color model

#424095 color CMYK value is (56,57,0,42).

  • cyan value is 55.70%
  • magenta value is 57.05%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (56,57,0,42) C56M57Y0K42 (56%,57%,0%,42%) (0.56/0.57/0.00/0.42) 

CMYK percentages

%55.7
%57.05
%0
%41.57

Codes

Color #424095 in popluar color models

42 40 95
RGB 66 64 149
HSL 241° 39.91% 41.76%
HSB/HSV 241° 57.05% 58.43%
CMYK 55.70% 57.05% 0.00%
41.57%

Color #424095 in popluar number systems.

HEX 42 40 95
Decimal 66 64 149
Binary 1000010 1000000 10010101
Octal 102 100 225

Shades and tints

Shades of #424095

#424095
(66,64,149)
#3C3B88
(60,59,136)
#36367B
(54,54,123)
#30316E
(48,49,110)
#2A2C61
(42,44,97)
#242754
(36,39,84)
#1E2247
(30,34,71)
#181D3A
(24,29,58)
#12182D
(18,24,45)
#0C1320
(12,19,32)
#060E13
(6,14,19)
#000000
(0,0,0)

Tints of #424095

#424095
(66,64,149)
#53519E
(83,81,158)
#6462A7
(100,98,167)
#7573B0
(117,115,176)
#8684B9
(134,132,185)
#9795C2
(151,149,194)
#A8A6CB
(168,166,203)
#B9B7D4
(185,183,212)
#CAC8DD
(202,200,221)
#DBD9E6
(219,217,230)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424095 color. Also use rgb(66,64,149) instead hex code.

Text Font Color

.myTextColor { color: #424095; }

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

This text font color is #424095.

Background Color

.myBgColor { background-color: #424095; }

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

This div background color is #424095.

Border color

.myBorderColor { border: 1px solid #424095; }

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

This div border color is #424095.

Opacity

.myOpacity80 { color: #424095; opacity: 0.8; }

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

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

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

This text has shadow with #424095 color.


.textShadow {text-shadow: 3px 3px 1px #424095', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #424095; -webkit-box-shadow: 1px 1px 3px 2px #424095; box-shadow:1px 1px 3px 2px #424095;">
Div content here
</div>

This div box has shadow with color #424095.

Preview

Color preview on black background

This text has color #424095 on black background.


Color preview on white background

This text has color #424095 on white background.


Black color preview on #424095 background

This text has black color on #424095 background.


White color preview on #424095 background

This text has white color on #424095 background.


Related colors

Complementary color

Complementary color for #hex is #BDBF6A.


I love getcolorcode.com

Triadic colors

1 #954240 and #409542 with #424095 are triadic colors.

2 #954042 and #404295 with #424095 are triadic colors.