Color Hex Logo

#426991 Color Hex

#426991
(66,105,145)
0 Favorites   0 Comments

Color spaces of #426991

RGB 66105145
HSL0.580.370.41
HSV210°54°57°
CMYK 0.540.280.00   0.43
XYZ12.409213.305728.7023
Yxy13.30570.22800.2445
Hunter Lab36.4770-3.1103-21.1191
CIE-Lab43.2203-1.6078-26.1337

#426991 color RGB value is (66,105,145).

#426991 hex color red value is 66, green value is 105 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #426991 hue: 0.58 , saturation: 0.37 and the lightness value of 426991 is 0.41.

The process color (four color CMYK) of #426991 color hex is 0.54, 0.28, 0.00, 0.43. Web safe color of #426991 is #336699. Color #426991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101001 10010001
Octal 102 151 221
Decimal 66 105 145
Hex 42 69 91

RGB Percentages of Color #426991

%20.89
%33.23
%45.89

CMYK Percentages of Color #426991

%54
%28
%0
%43

Triadic Colors of #426991

#426991 #914269 #699142

Analogous Colors of #426991

#426991 #434291 #429191

Monochromatic Colors of #426991

#426991

Complementary Color

#426991 #916a42

#426991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426991 Color CSS Codes

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

#426991 Text Font Color

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

This sample text font color is #426991
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.


#426991 Background Color

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

This div background color is #426991


#426991 Border Color

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

This div border color is #426991


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,105,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426991; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426991;
  -webkit-box-shadow: 1px 1px 3px 2px #426991;
  box-shadow:         1px 1px 3px 2px #426991; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426991


Comments

No comments written yet.

Please login to write comment.