COLOR #42628B

HEX: #42628B RGB: (66,98,139)

Color info

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

RGB color model

#42628B color RGB value is (66,98,139).

RGB: (66,98,139) (26%, 38%, 55%)

RGB channels and saturation

R 66 of 255 = 26%
G 98 of 255 = 38%
B 139 of 255 = 55%

66
98
139

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

Portions of RGB colors in percentages

R + G + B = 66 + 98 + 139 = 303 (100%)
R 66 of 303 ~ 21.78%
G 98 of 303 ~ 32.34%
B 139 of 303 ~ 45.87'%

%21.78
%32.34
%45.87

CMYK color model

#42628B color CMYK value is (53,29,0,45).

  • cyan value is 52.52%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (53,29,0,45)
C53M29Y0K45 (53%, 29%, 0%, 45%)
(0.53 / 0.29 / 0.00 / 0.45)

CMYK percentages

%52.52
%29.5
%0
%45.49

Codes

Color #42628B in popluar color models

42 62 8B
RGB 66 98 139
HSL 214° 35.61% 40.20%
HSB/HSV 214° 52.52% 54.51%
CMYK 52.52% 29.50% 0.00%
45.49%

Color #42628B in popluar number systems.

HEX 42 62 8B
Decimal 66 98 139
Binary 1000010 1100010 10001011
Octal 102 142 213

Shades and tints

Shades of #42628B

#42628B
(66,98,139)
#3C5A7F
(60,90,127)
#365273
(54,82,115)
#304A67
(48,74,103)
#2A425B
(42,66,91)
#243A4F
(36,58,79)
#1E3243
(30,50,67)
#182A37
(24,42,55)
#12222B
(18,34,43)
#0C1A1F
(12,26,31)
#061213
(6,18,19)
#000000
(0,0,0)

Tints of #42628B

#42628B
(66,98,139)
#537095
(83,112,149)
#647E9F
(100,126,159)
#758CA9
(117,140,169)
#869AB3
(134,154,179)
#97A8BD
(151,168,189)
#A8B6C7
(168,182,199)
#B9C4D1
(185,196,209)
#CAD2DB
(202,210,219)
#DBE0E5
(219,224,229)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42628B color. Also use rgb(66,98,139) instead hex code.

Text Font Color

.myTextColor { color: #42628B; }

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

This text font color is #42628B.

Background Color

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

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

This div background color is #42628B.

Border color

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

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

This div border color is #42628B.

Opacity

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

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

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

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

This text has shadow with #42628B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42628B.

Preview

Color preview on black background

This text has color #42628B on black background.


Color preview on white background

This text has color #42628B on white background.


Black color preview on #42628B background

This text has black color on #42628B background.


White color preview on #42628B background

This text has white color on #42628B background.


Related colors

Complementary color

Complementary color for #hex is #BD9D74.


I love getcolorcode.com

Triadic colors

1 #8B4262 and #628B42 with #42628B are triadic colors.

2 #8B6242 and #62428B with #42628B are triadic colors.