COLOR #426193

HEX: #426193
RGB: (66,97,147)

Color info

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

RGB color model

#426193 color RGB value is (66,97,147).

  • red value is 66;
  • green value is 97;
  • blue value is 147.
RGB:
(66,97,147)
(26%,38%,58%)

RGB channels and saturation

R 66 of 255 = 26%
G 97 of 255 = 38%
B 147 of 255 = 58%

66
97
147

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

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 147 = 310 (100%)
R 66 of 310 ~ 21.29%
G 97 of 310 ~ 31.29%
B 147 of 310 ~ 47.42%

%21.29
%31.29
%47.42

CMYK color model

#426193 color CMYK value is (55,34,0,42).

  • cyan value is 55.10%
  • magenta value is 34.01%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(55,34,0,42)
C55M34Y0K42 
(55%,34%,0%,42%)
(0.55/0.34/0.00/0.42)	

CMYK percentages

%55.1
%34.01
%0
%42.35

Codes

Color #426193 in popluar color models

426193
RGB6697147
HSL217°38.03%41.76%
HSB/HSV217°55.10%57.65%
CMYK55.10%34.01%0.00%
42.35%

Color #426193 in popluar number systems.

HEX426193
Decimal6697147
Binary1000010110000110010011
Octal102141223

Shades and tints

Shades of #426193

#426193
(66,97,147)
#3C5986
(60,89,134)
#365179
(54,81,121)
#30496C
(48,73,108)
#2A415F
(42,65,95)
#243952
(36,57,82)
#1E3145
(30,49,69)
#182938
(24,41,56)
#12212B
(18,33,43)
#0C191E
(12,25,30)
#061111
(6,17,17)
#000000
(0,0,0)

Tints of #426193

#426193
(66,97,147)
#536F9C
(83,111,156)
#647DA5
(100,125,165)
#758BAE
(117,139,174)
#8699B7
(134,153,183)
#97A7C0
(151,167,192)
#A8B5C9
(168,181,201)
#B9C3D2
(185,195,210)
#CAD1DB
(202,209,219)
#DBDFE4
(219,223,228)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426193 color. Also use rgb(66,97,147) instead hex code.

Text Font Color

.myTextColor { color: #426193; }

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

This text font color is #426193.


Background Color

.myBgColor { background-color: #426193; }

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

This div background color is #426193.


Border color

.myBorderColor { border: 1px solid #426193; }

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

This div border color is #426193.


Opacity

.myOpacity80 { color: #426193; opacity: 0.8; }

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

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

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

This text has shadow with #426193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426193 on black background.


Color preview on white background

This text has color #426193 on white background.



Black color preview on #426193 background

This text has black color on #426193 background.


White color preview on #426193 background

This text has white color on #426193 background.