COLOR #426075

HEX: #426075
RGB: (66,96,117)

Color info

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

RGB color model

#426075 color RGB value is (66,96,117).

  • red value is 66;
  • green value is 96;
  • blue value is 117.
RGB:
(66,96,117)
(26%,38%,46%)

RGB channels and saturation

R 66 of 255 = 26%
G 96 of 255 = 38%
B 117 of 255 = 46%

66
96
117

R + G + B ~ 37%. #426075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 96 + 117 = 279 (100%)
R 66 of 279 ~ 23.66%
G 96 of 279 ~ 34.41%
B 117 of 279 ~ 41.94%

%23.66
%34.41
%41.94

CMYK color model

#426075 color CMYK value is (44,18,0,54).

  • cyan value is 43.59%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(44,18,0,54)
C44M18Y0K54 
(44%,18%,0%,54%)
(0.44/0.18/0.00/0.54)	

CMYK percentages

%43.59
%17.95
%0
%54.12

Codes

Color #426075 in popluar color models

426075
RGB6696117
HSL205°27.87%35.88%
HSB/HSV205°43.59%45.88%
CMYK43.59%17.95%0.00%
54.12%

Color #426075 in popluar number systems.

HEX426075
Decimal6696117
Binary100001011000001110101
Octal102140165

Shades and tints

Shades of #426075

#426075
(66,96,117)
#3C586B
(60,88,107)
#365061
(54,80,97)
#304857
(48,72,87)
#2A404D
(42,64,77)
#243843
(36,56,67)
#1E3039
(30,48,57)
#18282F
(24,40,47)
#122025
(18,32,37)
#0C181B
(12,24,27)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #426075

#426075
(66,96,117)
#536E81
(83,110,129)
#647C8D
(100,124,141)
#758A99
(117,138,153)
#8698A5
(134,152,165)
#97A6B1
(151,166,177)
#A8B4BD
(168,180,189)
#B9C2C9
(185,194,201)
#CAD0D5
(202,208,213)
#DBDEE1
(219,222,225)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426075 color. Also use rgb(66,96,117) instead hex code.

Text Font Color

.myTextColor { color: #426075; }

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

This text font color is #426075.


Background Color

.myBgColor { background-color: #426075; }

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

This div background color is #426075.


Border color

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

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

This div border color is #426075.


Opacity

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

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

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

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

This text has shadow with #426075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426075 on black background.


Color preview on white background

This text has color #426075 on white background.



Black color preview on #426075 background

This text has black color on #426075 background.


White color preview on #426075 background

This text has white color on #426075 background.