Color Hex Logo

#426baa Color Hex

#426BAA
(66,107,170)
0 Favorites   0 Comments

Color spaces of #426baa

RGB 66107170
HSL0.600.440.46
HSV216°61°67°
CMYK 0.610.370.00   0.33
XYZ14.760214.575940.0657
Yxy14.57590.21270.2100
Hunter Lab38.17842.1979-35.4961
CIE-Lab45.04785.6169-38.0633

#426baa color RGB value is (66,107,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 10101010
Octal 102 153 252
Decimal 66 107 170
Hex 42 6B AA

RGB Percentages of Color #426baa

%19.24
%31.20
%49.56

CMYK Percentages of Color #426baa

%61
%37
%0
%33

Triadic Colors of #426baa

#426baa #aa426b #6baa42

Analogous Colors of #426baa

#426baa #4d42aa #429faa

Monochromatic Colors of #426baa

#426baa

Complementary Color

#426baa #aa8142

#426baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#426baa Color CSS Codes

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

#426baa Text Font Color

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

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


#426baa Background Color

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

This div background color is #426baa


#426baa Border Color

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

This div border color is #426baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426baa


Comments

No comments written yet.

Please login to write comment.