COLOR #42559C

HEX: #42559C
RGB: (66,85,156)

Color info

#42559C contains mainly blue color. Web safe color of #42559C is #336699 (or #369).

RGB color model

#42559C color RGB value is (66,85,156).

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

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 156 of 255 = 61%

66
85
156

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

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 156 = 307 (100%)
R 66 of 307 ~ 21.5%
G 85 of 307 ~ 27.69%
B 156 of 307 ~ 50.81%

%21.5
%27.69
%50.81

CMYK color model

#42559C color CMYK value is (58,46,0,39).

  • cyan value is 57.69%
  • magenta value is 45.51%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(58,46,0,39)
C58M46Y0K39 
(58%,46%,0%,39%)
(0.58/0.46/0.00/0.39)	

CMYK percentages

%57.69
%45.51
%0
%38.82

Codes

Color #42559C in popluar color models

42559C
RGB6685156
HSL227°40.54%43.53%
HSB/HSV227°57.69%61.18%
CMYK57.69%45.51%0.00%
38.82%

Color #42559C in popluar number systems.

HEX42559C
Decimal6685156
Binary1000010101010110011100
Octal102125234

Shades and tints

Shades of #42559C

#42559C
(66,85,156)
#3C4E8E
(60,78,142)
#364780
(54,71,128)
#304072
(48,64,114)
#2A3964
(42,57,100)
#243256
(36,50,86)
#1E2B48
(30,43,72)
#18243A
(24,36,58)
#121D2C
(18,29,44)
#0C161E
(12,22,30)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #42559C

#42559C
(66,85,156)
#5364A5
(83,100,165)
#6473AE
(100,115,174)
#7582B7
(117,130,183)
#8691C0
(134,145,192)
#97A0C9
(151,160,201)
#A8AFD2
(168,175,210)
#B9BEDB
(185,190,219)
#CACDE4
(202,205,228)
#DBDCED
(219,220,237)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42559C; }

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

This text font color is #42559C.


Background Color

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

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

This div background color is #42559C.


Border color

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

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

This div border color is #42559C.


Opacity

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

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

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

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

This text has shadow with #42559C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42559C on black background.


Color preview on white background

This text has color #42559C on white background.



Black color preview on #42559C background

This text has black color on #42559C background.


White color preview on #42559C background

This text has white color on #42559C background.