Color Hex Logo

#426c97 Color Hex

#426C97
(66,108,151)
0 Favorites   0 Comments

Color spaces of #426c97

RGB 66108151
HSL0.580.390.43
HSV210°56°59°
CMYK 0.560.280.00   0.41
XYZ13.195214.117731.3077
Yxy14.11770.22510.2408
Hunter Lab37.5735-3.0674-23.1012
CIE-Lab44.4013-1.4519-27.8659

#426c97 color RGB value is (66,108,151).

#426c97 hex color red value is 66, green value is 108 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #426c97 hue: 0.58 , saturation: 0.39 and the lightness value of 426c97 is 0.43.

The process color (four color CMYK) of #426c97 color hex is 0.56, 0.28, 0.00, 0.41. Web safe color of #426c97 is #336699. Color #426c97 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101100 10010111
Octal 102 154 227
Decimal 66 108 151
Hex 42 6C 97

RGB Percentages of Color #426c97

%20.31
%33.23
%46.46

CMYK Percentages of Color #426c97

%56
%28
%0
%41

Triadic Colors of #426c97

#426c97 #97426c #6c9742

Analogous Colors of #426c97

#426c97 #434297 #429797

Monochromatic Colors of #426c97

#426c97

Complementary Color

#426c97 #976d42

#426c97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426c97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426c97 Color CSS Codes

.mybgcolor {background-color:#426c97; } 
.myforecolor {color:#426c97; }
.mybordercolor {border:3px solid #426c97; }

#426c97 Text Font Color

<p style="color:#426c97">Text here</p>

This sample text font color is #426c97
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#426c97 Background Color

<div style="background-color:#426c97">
Div content here</div>

This div background color is #426c97


#426c97 Border Color

<div style="border:3px solid #426c97">
Div here</div>

This div border color is #426c97


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,108,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426c97; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426c97;
  -webkit-box-shadow: 1px 1px 3px 2px #426c97;
  box-shadow:         1px 1px 3px 2px #426c97; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,108,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #426c97">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #426c97;
  -webkit-box-shadow: 1px 1px 3px 2px #426c97;
  box-shadow:         1px 1px 3px 2px #426c97;">
Div content here</div>

This div box has shadow with color #426c97


Comments

No comments written yet.

Please login to write comment.