COLOR #42657B

HEX: #42657B RGB: (66,101,123)

Color info

#42657B contains red, green and blue colors in about the same proportion. Web safe color of #42657B is #336666 (or #366).

RGB color model

#42657B color RGB value is (66,101,123).

RGB: (66,101,123) (26%, 40%, 48%)

RGB channels and saturation

R 66 of 255 = 26%
G 101 of 255 = 40%
B 123 of 255 = 48%

66
101
123

R + G + B ~ 38%. #42657B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 101 + 123 = 290 (100%)
R 66 of 290 ~ 22.76%
G 101 of 290 ~ 34.83%
B 123 of 290 ~ 42.41'%

%22.76
%34.83
%42.41

CMYK color model

#42657B color CMYK value is (46,18,0,52).

  • cyan value is 46.34%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (46,18,0,52)
C46M18Y0K52 (46%, 18%, 0%, 52%)
(0.46 / 0.18 / 0.00 / 0.52)

CMYK percentages

%46.34
%17.89
%0
%51.76

Codes

Color #42657B in popluar color models

42 65 7B
RGB 66 101 123
HSL 203° 30.16% 37.06%
HSB/HSV 203° 46.34% 48.24%
CMYK 46.34% 17.89% 0.00%
51.76%

Color #42657B in popluar number systems.

HEX 42 65 7B
Decimal 66 101 123
Binary 1000010 1100101 1111011
Octal 102 145 173

Shades and tints

Shades of #42657B

#42657B
(66,101,123)
#3C5C70
(60,92,112)
#365365
(54,83,101)
#304A5A
(48,74,90)
#2A414F
(42,65,79)
#243844
(36,56,68)
#1E2F39
(30,47,57)
#18262E
(24,38,46)
#121D23
(18,29,35)
#0C1418
(12,20,24)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #42657B

#42657B
(66,101,123)
#537387
(83,115,135)
#648193
(100,129,147)
#758F9F
(117,143,159)
#869DAB
(134,157,171)
#97ABB7
(151,171,183)
#A8B9C3
(168,185,195)
#B9C7CF
(185,199,207)
#CAD5DB
(202,213,219)
#DBE3E7
(219,227,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42657B color. Also use rgb(66,101,123) instead hex code.

Text Font Color

.myTextColor { color: #42657B; }

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

This text font color is #42657B.

Background Color

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

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

This div background color is #42657B.

Border color

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

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

This div border color is #42657B.

Opacity

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

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

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

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

This text has shadow with #42657B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42657B.

Preview

Color preview on black background

This text has color #42657B on black background.


Color preview on white background

This text has color #42657B on white background.


Black color preview on #42657B background

This text has black color on #42657B background.


White color preview on #42657B background

This text has white color on #42657B background.


Related colors

Complementary color

Complementary color for #hex is #BD9A84.


I love getcolorcode.com

Triadic colors

1 #7B4265 and #657B42 with #42657B are triadic colors.

2 #7B6542 and #65427B with #42657B are triadic colors.