COLOR #426273

HEX: #426273
RGB: (66,98,115)

Color info

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

RGB color model

#426273 color RGB value is (66,98,115).

  • red value is 66;
  • green value is 98;
  • blue value is 115.
RGB:
(66,98,115)
(26%,38%,45%)

RGB channels and saturation

R 66 of 255 = 26%
G 98 of 255 = 38%
B 115 of 255 = 45%

66
98
115

R + G + B ~ 36%. #426273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 98 + 115 = 279 (100%)
R 66 of 279 ~ 23.66%
G 98 of 279 ~ 35.13%
B 115 of 279 ~ 41.22%

%23.66
%35.13
%41.22

CMYK color model

#426273 color CMYK value is (43,15,0,55).

  • cyan value is 42.61%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(43,15,0,55)
C43M15Y0K55 
(43%,15%,0%,55%)
(0.43/0.15/0.00/0.55)	

CMYK percentages

%42.61
%14.78
%0
%54.9

Codes

Color #426273 in popluar color models

426273
RGB6698115
HSL201°27.07%35.49%
HSB/HSV201°42.61%45.10%
CMYK42.61%14.78%0.00%
54.90%

Color #426273 in popluar number systems.

HEX426273
Decimal6698115
Binary100001011000101110011
Octal102142163

Shades and tints

Shades of #426273

#426273
(66,98,115)
#3C5A69
(60,90,105)
#36525F
(54,82,95)
#304A55
(48,74,85)
#2A424B
(42,66,75)
#243A41
(36,58,65)
#1E3237
(30,50,55)
#182A2D
(24,42,45)
#122223
(18,34,35)
#0C1A19
(12,26,25)
#06120F
(6,18,15)
#000000
(0,0,0)

Tints of #426273

#426273
(66,98,115)
#53707F
(83,112,127)
#647E8B
(100,126,139)
#758C97
(117,140,151)
#869AA3
(134,154,163)
#97A8AF
(151,168,175)
#A8B6BB
(168,182,187)
#B9C4C7
(185,196,199)
#CAD2D3
(202,210,211)
#DBE0DF
(219,224,223)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426273 color. Also use rgb(66,98,115) instead hex code.

Text Font Color

.myTextColor { color: #426273; }

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

This text font color is #426273.


Background Color

.myBgColor { background-color: #426273; }

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

This div background color is #426273.


Border color

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

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

This div border color is #426273.


Opacity

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

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

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

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

This text has shadow with #426273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426273 on black background.


Color preview on white background

This text has color #426273 on white background.



Black color preview on #426273 background

This text has black color on #426273 background.


White color preview on #426273 background

This text has white color on #426273 background.