COLOR #426777

HEX: #426777
RGB: (66,103,119)

Color info

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

RGB color model

#426777 color RGB value is (66,103,119).

  • red value is 66;
  • green value is 103;
  • blue value is 119.
RGB:
(66,103,119)
(26%,40%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 103 of 255 = 40%
B 119 of 255 = 47%

66
103
119

R + G + B ~ 38%. #426777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 103 + 119 = 288 (100%)
R 66 of 288 ~ 22.92%
G 103 of 288 ~ 35.76%
B 119 of 288 ~ 41.32%

%22.92
%35.76
%41.32

CMYK color model

#426777 color CMYK value is (45,13,0,53).

  • cyan value is 44.54%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(45,13,0,53)
C45M13Y0K53 
(45%,13%,0%,53%)
(0.45/0.13/0.00/0.53)	

CMYK percentages

%44.54
%13.45
%0
%53.33

Codes

Color #426777 in popluar color models

426777
RGB66103119
HSL198°28.65%36.27%
HSB/HSV198°44.54%46.67%
CMYK44.54%13.45%0.00%
53.33%

Color #426777 in popluar number systems.

HEX426777
Decimal66103119
Binary100001011001111110111
Octal102147167

Shades and tints

Shades of #426777

#426777
(66,103,119)
#3C5E6D
(60,94,109)
#365563
(54,85,99)
#304C59
(48,76,89)
#2A434F
(42,67,79)
#243A45
(36,58,69)
#1E313B
(30,49,59)
#182831
(24,40,49)
#121F27
(18,31,39)
#0C161D
(12,22,29)
#060D13
(6,13,19)
#000000
(0,0,0)

Tints of #426777

#426777
(66,103,119)
#537483
(83,116,131)
#64818F
(100,129,143)
#758E9B
(117,142,155)
#869BA7
(134,155,167)
#97A8B3
(151,168,179)
#A8B5BF
(168,181,191)
#B9C2CB
(185,194,203)
#CACFD7
(202,207,215)
#DBDCE3
(219,220,227)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426777 color. Also use rgb(66,103,119) instead hex code.

Text Font Color

.myTextColor { color: #426777; }

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

This text font color is #426777.


Background Color

.myBgColor { background-color: #426777; }

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

This div background color is #426777.


Border color

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

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

This div border color is #426777.


Opacity

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

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

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

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

This text has shadow with #426777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426777 on black background.


Color preview on white background

This text has color #426777 on white background.



Black color preview on #426777 background

This text has black color on #426777 background.


White color preview on #426777 background

This text has white color on #426777 background.