COLOR #42557B

HEX: #42557B
RGB: (66,85,123)

Color info

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

RGB color model

#42557B color RGB value is (66,85,123).

  • red value is 66;
  • green value is 85;
  • blue value is 123.
RGB:
(66,85,123)
(26%,33%,48%)

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 123 of 255 = 48%

66
85
123

R + G + B ~ 36%. #42557B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 123 = 274 (100%)
R 66 of 274 ~ 24.09%
G 85 of 274 ~ 31.02%
B 123 of 274 ~ 44.89%

%24.09
%31.02
%44.89

CMYK color model

#42557B color CMYK value is (46,31,0,52).

  • cyan value is 46.34%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(46,31,0,52)
C46M31Y0K52 
(46%,31%,0%,52%)
(0.46/0.31/0.00/0.52)	

CMYK percentages

%46.34
%30.89
%0
%51.76

Codes

Color #42557B in popluar color models

42557B
RGB6685123
HSL220°30.16%37.06%
HSB/HSV220°46.34%48.24%
CMYK46.34%30.89%0.00%
51.76%

Color #42557B in popluar number systems.

HEX42557B
Decimal6685123
Binary100001010101011111011
Octal102125173

Shades and tints

Shades of #42557B

#42557B
(66,85,123)
#3C4E70
(60,78,112)
#364765
(54,71,101)
#30405A
(48,64,90)
#2A394F
(42,57,79)
#243244
(36,50,68)
#1E2B39
(30,43,57)
#18242E
(24,36,46)
#121D23
(18,29,35)
#0C1618
(12,22,24)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #42557B

#42557B
(66,85,123)
#536487
(83,100,135)
#647393
(100,115,147)
#75829F
(117,130,159)
#8691AB
(134,145,171)
#97A0B7
(151,160,183)
#A8AFC3
(168,175,195)
#B9BECF
(185,190,207)
#CACDDB
(202,205,219)
#DBDCE7
(219,220,231)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42557B; }

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

This text font color is #42557B.


Background Color

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

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

This div background color is #42557B.


Border color

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

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

This div border color is #42557B.


Opacity

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

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

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

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

This text has shadow with #42557B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42557B on black background.


Color preview on white background

This text has color #42557B on white background.



Black color preview on #42557B background

This text has black color on #42557B background.


White color preview on #42557B background

This text has white color on #42557B background.