COLOR #426191

HEX: #426191
RGB: (66,97,145)

Color info

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

RGB color model

#426191 color RGB value is (66,97,145).

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

RGB channels and saturation

R 66 of 255 = 26%
G 97 of 255 = 38%
B 145 of 255 = 57%

66
97
145

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

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 145 = 308 (100%)
R 66 of 308 ~ 21.43%
G 97 of 308 ~ 31.49%
B 145 of 308 ~ 47.08%

%21.43
%31.49
%47.08

CMYK color model

#426191 color CMYK value is (54,33,0,43).

  • cyan value is 54.48%
  • magenta value is 33.10%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(54,33,0,43)
C54M33Y0K43 
(54%,33%,0%,43%)
(0.54/0.33/0.00/0.43)	

CMYK percentages

%54.48
%33.1
%0
%43.14

Codes

Color #426191 in popluar color models

426191
RGB6697145
HSL216°37.44%41.37%
HSB/HSV216°54.48%56.86%
CMYK54.48%33.10%0.00%
43.14%

Color #426191 in popluar number systems.

HEX426191
Decimal6697145
Binary1000010110000110010001
Octal102141221

Shades and tints

Shades of #426191

#426191
(66,97,145)
#3C5984
(60,89,132)
#365177
(54,81,119)
#30496A
(48,73,106)
#2A415D
(42,65,93)
#243950
(36,57,80)
#1E3143
(30,49,67)
#182936
(24,41,54)
#122129
(18,33,41)
#0C191C
(12,25,28)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #426191

#426191
(66,97,145)
#536F9B
(83,111,155)
#647DA5
(100,125,165)
#758BAF
(117,139,175)
#8699B9
(134,153,185)
#97A7C3
(151,167,195)
#A8B5CD
(168,181,205)
#B9C3D7
(185,195,215)
#CAD1E1
(202,209,225)
#DBDFEB
(219,223,235)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426191; }

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

This text font color is #426191.


Background Color

.myBgColor { background-color: #426191; }

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

This div background color is #426191.


Border color

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

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

This div border color is #426191.


Opacity

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

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

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

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

This text has shadow with #426191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426191 on black background.


Color preview on white background

This text has color #426191 on white background.



Black color preview on #426191 background

This text has black color on #426191 background.


White color preview on #426191 background

This text has white color on #426191 background.