COLOR #42476E

HEX: #42476E
RGB: (66,71,110)

Color info

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

RGB color model

#42476E color RGB value is (66,71,110).

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

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 110 of 255 = 43%

66
71
110

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

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 110 = 247 (100%)
R 66 of 247 ~ 26.72%
G 71 of 247 ~ 28.74%
B 110 of 247 ~ 44.53%

%26.72
%28.74
%44.53

CMYK color model

#42476E color CMYK value is (40,35,0,57).

  • cyan value is 40.00%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(40,35,0,57)
C40M35Y0K57 
(40%,35%,0%,57%)
(0.40/0.35/0.00/0.57)	

CMYK percentages

%40
%35.45
%0
%56.86

Codes

Color #42476E in popluar color models

42476E
RGB6671110
HSL233°25.00%34.51%
HSB/HSV233°40.00%43.14%
CMYK40.00%35.45%0.00%
56.86%

Color #42476E in popluar number systems.

HEX42476E
Decimal6671110
Binary100001010001111101110
Octal102107156

Shades and tints

Shades of #42476E

#42476E
(66,71,110)
#3C4164
(60,65,100)
#363B5A
(54,59,90)
#303550
(48,53,80)
#2A2F46
(42,47,70)
#24293C
(36,41,60)
#1E2332
(30,35,50)
#181D28
(24,29,40)
#12171E
(18,23,30)
#0C1114
(12,17,20)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #42476E

#42476E
(66,71,110)
#53577B
(83,87,123)
#646788
(100,103,136)
#757795
(117,119,149)
#8687A2
(134,135,162)
#9797AF
(151,151,175)
#A8A7BC
(168,167,188)
#B9B7C9
(185,183,201)
#CAC7D6
(202,199,214)
#DBD7E3
(219,215,227)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42476E; }

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

This text font color is #42476E.


Background Color

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

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

This div background color is #42476E.


Border color

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

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

This div border color is #42476E.


Opacity

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

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

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

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

This text has shadow with #42476E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42476E on black background.


Color preview on white background

This text has color #42476E on white background.



Black color preview on #42476E background

This text has black color on #42476E background.


White color preview on #42476E background

This text has white color on #42476E background.