Color Hex Logo

#426fab Color Hex

#426FAB
(66,111,171)
0 Favorites   0 Comments

Color spaces of #426fab

RGB 66111171
HSL0.600.440.46
HSV214°61°67°
CMYK 0.610.350.00   0.33
XYZ15.281915.467440.7081
Yxy15.46740.21390.2165
Hunter Lab39.32860.5346-33.8396
CIE-Lab46.26783.4877-36.7216

#426fab color RGB value is (66,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 10101011
Octal 102 157 253
Decimal 66 111 171
Hex 42 6F AB

RGB Percentages of Color #426fab

%18.97
%31.90
%49.14

CMYK Percentages of Color #426fab

%61
%35
%0
%33

Triadic Colors of #426fab

#426fab #ab426f #6fab42

Analogous Colors of #426fab

#426fab #4a42ab #42a4ab

Monochromatic Colors of #426fab

#426fab

Complementary Color

#426fab #ab7e42

#426fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fab Color CSS Codes

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

#426fab Text Font Color

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

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


#426fab Background Color

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

This div background color is #426fab


#426fab Border Color

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

This div border color is #426fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fab


Comments

No comments written yet.

Please login to write comment.