Color Hex Logo

#426eaa Color Hex

#426EAA
(66,110,170)
0 Favorites   0 Comments

Color spaces of #426eaa

RGB 66110170
HSL0.600.440.46
HSV215°61°67°
CMYK 0.610.350.00   0.33
XYZ15.078415.212440.1718
Yxy15.21240.21400.2159
Hunter Lab39.00310.7518-33.7645
CIE-Lab45.92373.7586-36.6794

#426eaa color RGB value is (66,110,170).

#426eaa hex color red value is 66, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #426eaa hue: 0.60 , saturation: 0.44 and the lightness value of 426eaa is 0.46.

The process color (four color CMYK) of #426eaa color hex is 0.61, 0.35, 0.00, 0.33. Web safe color of #426eaa is #336699. Color #426eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101110 10101010
Octal 102 156 252
Decimal 66 110 170
Hex 42 6E AA

RGB Percentages of Color #426eaa

%19.08
%31.79
%49.13

CMYK Percentages of Color #426eaa

%61
%35
%0
%33

Triadic Colors of #426eaa

#426eaa #aa426e #6eaa42

Analogous Colors of #426eaa

#426eaa #4a42aa #42a2aa

Monochromatic Colors of #426eaa

#426eaa

Complementary Color

#426eaa #aa7e42

#426eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#426eaa Color CSS Codes

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

#426eaa Text Font Color

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

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


#426eaa Background Color

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

This div background color is #426eaa


#426eaa Border Color

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

This div border color is #426eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426eaa


Comments

No comments written yet.

Please login to write comment.