COLOR #42496F

HEX: #42496F RGB: (66,73,111)

Color info

#42496F contains red, green and blue colors in about the same proportion. Web safe color of #42496F is #333366 (or #336).

RGB color model

#42496F color RGB value is (66,73,111).

RGB: (66,73,111) (26%, 29%, 44%)

RGB channels and saturation

R 66 of 255 = 26%
G 73 of 255 = 29%
B 111 of 255 = 44%

66
73
111

R + G + B ~ 33%. #42496F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 73 + 111 = 250 (100%)
R 66 of 250 ~ 26.4%
G 73 of 250 ~ 29.2%
B 111 of 250 ~ 44.4'%

%26.4
%29.2
%44.4

CMYK color model

#42496F color CMYK value is (41,34,0,56).

  • cyan value is 40.54%
  • magenta value is 34.23%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (41,34,0,56)
C41M34Y0K56 (41%, 34%, 0%, 56%)
(0.41 / 0.34 / 0.00 / 0.56)

CMYK percentages

%40.54
%34.23
%0
%56.47

Codes

Color #42496F in popluar color models

42 49 6F
RGB 66 73 111
HSL 231° 25.42% 34.71%
HSB/HSV 231° 40.54% 43.53%
CMYK 40.54% 34.23% 0.00%
56.47%

Color #42496F in popluar number systems.

HEX 42 49 6F
Decimal 66 73 111
Binary 1000010 1001001 1101111
Octal 102 111 157

Shades and tints

Shades of #42496F

#42496F
(66,73,111)
#3C4365
(60,67,101)
#363D5B
(54,61,91)
#303751
(48,55,81)
#2A3147
(42,49,71)
#242B3D
(36,43,61)
#1E2533
(30,37,51)
#181F29
(24,31,41)
#12191F
(18,25,31)
#0C1315
(12,19,21)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #42496F

#42496F
(66,73,111)
#53597C
(83,89,124)
#646989
(100,105,137)
#757996
(117,121,150)
#8689A3
(134,137,163)
#9799B0
(151,153,176)
#A8A9BD
(168,169,189)
#B9B9CA
(185,185,202)
#CAC9D7
(202,201,215)
#DBD9E4
(219,217,228)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42496F color. Also use rgb(66,73,111) instead hex code.

Text Font Color

.myTextColor { color: #42496F; }

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

This text font color is #42496F.

Background Color

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

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

This div background color is #42496F.

Border color

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

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

This div border color is #42496F.

Opacity

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

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

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

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

This text has shadow with #42496F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42496F.

Preview

Color preview on black background

This text has color #42496F on black background.


Color preview on white background

This text has color #42496F on white background.


Black color preview on #42496F background

This text has black color on #42496F background.


White color preview on #42496F background

This text has white color on #42496F background.


Related colors

Complementary color

Complementary color for #hex is #BDB690.


I love getcolorcode.com

Triadic colors

1 #6F4249 and #496F42 with #42496F are triadic colors.

2 #6F4942 and #49426F with #42496F are triadic colors.