COLOR #42819E

HEX: #42819E
RGB: (66,129,158)

Color info

#42819E contains mainly green and blue colors. Web safe color of #42819E is #339999 (or #399).

RGB color model

#42819E color RGB value is (66,129,158).

  • red value is 66;
  • green value is 129;
  • blue value is 158.
RGB:
(66,129,158)
(26%,51%,62%)

RGB channels and saturation

R 66 of 255 = 26%
G 129 of 255 = 51%
B 158 of 255 = 62%

66
129
158

R + G + B ~ 46%. #42819E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 129 + 158 = 353 (100%)
R 66 of 353 ~ 18.7%
G 129 of 353 ~ 36.54%
B 158 of 353 ~ 44.76%

%18.7
%36.54
%44.76

CMYK color model

#42819E color CMYK value is (58,18,0,38).

  • cyan value is 58.23%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(58,18,0,38)
C58M18Y0K38 
(58%,18%,0%,38%)
(0.58/0.18/0.00/0.38)	

CMYK percentages

%58.23
%18.35
%0
%38.04

Codes

Color #42819E in popluar color models

42819E
RGB66129158
HSL199°41.07%43.92%
HSB/HSV199°58.23%61.96%
CMYK58.23%18.35%0.00%
38.04%

Color #42819E in popluar number systems.

HEX42819E
Decimal66129158
Binary10000101000000110011110
Octal102201236

Shades and tints

Shades of #42819E

#42819E
(66,129,158)
#3C7690
(60,118,144)
#366B82
(54,107,130)
#306074
(48,96,116)
#2A5566
(42,85,102)
#244A58
(36,74,88)
#1E3F4A
(30,63,74)
#18343C
(24,52,60)
#12292E
(18,41,46)
#0C1E20
(12,30,32)
#061312
(6,19,18)
#000000
(0,0,0)

Tints of #42819E

#42819E
(66,129,158)
#538CA6
(83,140,166)
#6497AE
(100,151,174)
#75A2B6
(117,162,182)
#86ADBE
(134,173,190)
#97B8C6
(151,184,198)
#A8C3CE
(168,195,206)
#B9CED6
(185,206,214)
#CAD9DE
(202,217,222)
#DBE4E6
(219,228,230)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42819E color. Also use rgb(66,129,158) instead hex code.

Text Font Color

.myTextColor { color: #42819E; }

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

This text font color is #42819E.


Background Color

.myBgColor { background-color: #42819E; }

<div style="background-color:#42819E">Inner text</div>

This div background color is #42819E.


Border color

.myBorderColor { border: 1px solid #42819E; }

<div style="border:3px solid #42819E">Div</div>

This div border color is #42819E.


Opacity

.myOpacity80 { color: #42819E; opacity: 0.8; }

<p style="color:#42819E;opacity:0.8;">80%</p>

Text with #42819E 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 #42819E;}

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

This text has shadow with #42819E color.

.textShadow {text-shadow: 3px 3px 1px #42819E, 3px 3px 1px red;}

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

This text has shadow with #42819E primary color and red secondary color.


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

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

This text has shadow with #42819E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42819E on black background.


Color preview on white background

This text has color #42819E on white background.



Black color preview on #42819E background

This text has black color on #42819E background.


White color preview on #42819E background

This text has white color on #42819E background.