COLOR #42679C

HEX: #42679C RGB: (66,103,156)

Color info

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

RGB color model

#42679C color RGB value is (66,103,156).

RGB: (66,103,156) (26%, 40%, 61%)

RGB channels and saturation

R 66 of 255 = 26%
G 103 of 255 = 40%
B 156 of 255 = 61%

66
103
156

R + G + B ~ 42%. #42679C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 103 + 156 = 325 (100%)
R 66 of 325 ~ 20.31%
G 103 of 325 ~ 31.69%
B 156 of 325 ~ 48'%

%20.31
%31.69
%48

CMYK color model

#42679C color CMYK value is (58,34,0,39).

  • cyan value is 57.69%
  • magenta value is 33.97%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (58,34,0,39)
C58M34Y0K39 (58%, 34%, 0%, 39%)
(0.58 / 0.34 / 0.00 / 0.39)

CMYK percentages

%57.69
%33.97
%0
%38.82

Codes

Color #42679C in popluar color models

42 67 9C
RGB 66 103 156
HSL 215° 40.54% 43.53%
HSB/HSV 215° 57.69% 61.18%
CMYK 57.69% 33.97% 0.00%
38.82%

Color #42679C in popluar number systems.

HEX 42 67 9C
Decimal 66 103 156
Binary 1000010 1100111 10011100
Octal 102 147 234

Shades and tints

Shades of #42679C

#42679C
(66,103,156)
#3C5E8E
(60,94,142)
#365580
(54,85,128)
#304C72
(48,76,114)
#2A4364
(42,67,100)
#243A56
(36,58,86)
#1E3148
(30,49,72)
#18283A
(24,40,58)
#121F2C
(18,31,44)
#0C161E
(12,22,30)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #42679C

#42679C
(66,103,156)
#5374A5
(83,116,165)
#6481AE
(100,129,174)
#758EB7
(117,142,183)
#869BC0
(134,155,192)
#97A8C9
(151,168,201)
#A8B5D2
(168,181,210)
#B9C2DB
(185,194,219)
#CACFE4
(202,207,228)
#DBDCED
(219,220,237)
#ECE9F6
(236,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42679C color. Also use rgb(66,103,156) instead hex code.

Text Font Color

.myTextColor { color: #42679C; }

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

This text font color is #42679C.

Background Color

.myBgColor { background-color: #42679C; }

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

This div background color is #42679C.

Border color

.myBorderColor { border: 1px solid #42679C; }

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

This div border color is #42679C.

Opacity

.myOpacity80 { color: #42679C; opacity: 0.8; }

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

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

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

This text has shadow with #42679C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42679C.

Preview

Color preview on black background

This text has color #42679C on black background.


Color preview on white background

This text has color #42679C on white background.


Black color preview on #42679C background

This text has black color on #42679C background.


White color preview on #42679C background

This text has white color on #42679C background.


Related colors

Complementary color

Complementary color for #hex is #BD9863.


I love getcolorcode.com

Triadic colors

1 #9C4267 and #679C42 with #42679C are triadic colors.

2 #9C6742 and #67429C with #42679C are triadic colors.