COLOR #42709B

HEX: #42709B
RGB: (66,112,155)

Color info

#42709B contains mainly green and blue colors. Web safe color of #42709B is #336699 (or #369).

RGB color model

#42709B color RGB value is (66,112,155).

  • red value is 66;
  • green value is 112;
  • blue value is 155.
RGB:
(66,112,155)
(26%,44%,61%)

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 155 of 255 = 61%

66
112
155

R + G + B ~ 44%. #42709B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 155 = 333 (100%)
R 66 of 333 ~ 19.82%
G 112 of 333 ~ 33.63%
B 155 of 333 ~ 46.55%

%19.82
%33.63
%46.55

CMYK color model

#42709B color CMYK value is (57,28,0,39).

  • cyan value is 57.42%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(57,28,0,39)
C57M28Y0K39 
(57%,28%,0%,39%)
(0.57/0.28/0.00/0.39)	

CMYK percentages

%57.42
%27.74
%0
%39.22

Codes

Color #42709B in popluar color models

42709B
RGB66112155
HSL209°40.27%43.33%
HSB/HSV209°57.42%60.78%
CMYK57.42%27.74%0.00%
39.22%

Color #42709B in popluar number systems.

HEX42709B
Decimal66112155
Binary1000010111000010011011
Octal102160233

Shades and tints

Shades of #42709B

#42709B
(66,112,155)
#3C668D
(60,102,141)
#365C7F
(54,92,127)
#305271
(48,82,113)
#2A4863
(42,72,99)
#243E55
(36,62,85)
#1E3447
(30,52,71)
#182A39
(24,42,57)
#12202B
(18,32,43)
#0C161D
(12,22,29)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #42709B

#42709B
(66,112,155)
#537DA4
(83,125,164)
#648AAD
(100,138,173)
#7597B6
(117,151,182)
#86A4BF
(134,164,191)
#97B1C8
(151,177,200)
#A8BED1
(168,190,209)
#B9CBDA
(185,203,218)
#CAD8E3
(202,216,227)
#DBE5EC
(219,229,236)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42709B color. Also use rgb(66,112,155) instead hex code.

Text Font Color

.myTextColor { color: #42709B; }

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

This text font color is #42709B.


Background Color

.myBgColor { background-color: #42709B; }

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

This div background color is #42709B.


Border color

.myBorderColor { border: 1px solid #42709B; }

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

This div border color is #42709B.


Opacity

.myOpacity80 { color: #42709B; opacity: 0.8; }

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

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

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

This text has shadow with #42709B color.

.textShadow {text-shadow: 3px 3px 1px #42709B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42709B on black background.


Color preview on white background

This text has color #42709B on white background.



Black color preview on #42709B background

This text has black color on #42709B background.


White color preview on #42709B background

This text has white color on #42709B background.