Color Hex Logo

#426faa Color Hex

#426FAA
(66,111,170)
0 Favorites   0 Comments

Color spaces of #426faa

RGB 66111170
HSL0.590.440.46
HSV214°61°67°
CMYK 0.610.350.00   0.33
XYZ15.186915.429440.2079
Yxy15.42940.21440.2179
Hunter Lab39.28030.2728-33.1940
CIE-Lab46.21683.1432-36.2171

#426faa color RGB value is (66,111,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 10101010
Octal 102 157 252
Decimal 66 111 170
Hex 42 6F AA

RGB Percentages of Color #426faa

%19.02
%31.99
%48.99

CMYK Percentages of Color #426faa

%61
%35
%0
%33

Triadic Colors of #426faa

#426faa #aa426f #6faa42

Analogous Colors of #426faa

#426faa #4942aa #42a3aa

Monochromatic Colors of #426faa

#426faa

Complementary Color

#426faa #aa7d42

#426faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#426faa Color CSS Codes

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

#426faa Text Font Color

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

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


#426faa Background Color

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

This div background color is #426faa


#426faa Border Color

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

This div border color is #426faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,111,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 #426faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426faa


Comments

No comments written yet.

Please login to write comment.