COLOR #42466E

HEX: #42466E
RGB: (66,70,110)

Color info

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

RGB color model

#42466E color RGB value is (66,70,110).

  • red value is 66;
  • green value is 70;
  • blue value is 110.
RGB:
(66,70,110)
(26%,27%,43%)

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 110 of 255 = 43%

66
70
110

R + G + B ~ 32%. #42466E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 110 = 246 (100%)
R 66 of 246 ~ 26.83%
G 70 of 246 ~ 28.46%
B 110 of 246 ~ 44.72%

%26.83
%28.46
%44.72

CMYK color model

#42466E color CMYK value is (40,36,0,57).

  • cyan value is 40.00%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(40,36,0,57)
C40M36Y0K57 
(40%,36%,0%,57%)
(0.40/0.36/0.00/0.57)	

CMYK percentages

%40
%36.36
%0
%56.86

Codes

Color #42466E in popluar color models

42466E
RGB6670110
HSL235°25.00%34.51%
HSB/HSV235°40.00%43.14%
CMYK40.00%36.36%0.00%
56.86%

Color #42466E in popluar number systems.

HEX42466E
Decimal6670110
Binary100001010001101101110
Octal102106156

Shades and tints

Shades of #42466E

#42466E
(66,70,110)
#3C4064
(60,64,100)
#363A5A
(54,58,90)
#303450
(48,52,80)
#2A2E46
(42,46,70)
#24283C
(36,40,60)
#1E2232
(30,34,50)
#181C28
(24,28,40)
#12161E
(18,22,30)
#0C1014
(12,16,20)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #42466E

#42466E
(66,70,110)
#53567B
(83,86,123)
#646688
(100,102,136)
#757695
(117,118,149)
#8686A2
(134,134,162)
#9796AF
(151,150,175)
#A8A6BC
(168,166,188)
#B9B6C9
(185,182,201)
#CAC6D6
(202,198,214)
#DBD6E3
(219,214,227)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42466E color. Also use rgb(66,70,110) instead hex code.

Text Font Color

.myTextColor { color: #42466E; }

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

This text font color is #42466E.


Background Color

.myBgColor { background-color: #42466E; }

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

This div background color is #42466E.


Border color

.myBorderColor { border: 1px solid #42466E; }

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

This div border color is #42466E.


Opacity

.myOpacity80 { color: #42466E; opacity: 0.8; }

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

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

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

This text has shadow with #42466E color.

.textShadow {text-shadow: 3px 3px 1px #42466E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42466E on black background.


Color preview on white background

This text has color #42466E on white background.



Black color preview on #42466E background

This text has black color on #42466E background.


White color preview on #42466E background

This text has white color on #42466E background.