Color Hex Logo

#426fbf Color Hex

#426FBF
(66,111,191)
0 Favorites   0 Comments

Color spaces of #426fbf

RGB 66111191
HSL0.610.490.50
HSV218°65°75°
CMYK 0.650.420.00   0.25
XYZ17.335216.288751.5206
Yxy16.28870.20360.1913
Hunter Lab40.35936.0410-47.4351
CIE-Lab47.351010.4879-46.6230

#426fbf color RGB value is (66,111,191).

#426fbf hex color red value is 66, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #426fbf hue: 0.61 , saturation: 0.49 and the lightness value of 426fbf is 0.50.

The process color (four color CMYK) of #426fbf color hex is 0.65, 0.42, 0.00, 0.25. Web safe color of #426fbf is #3366cc. Color #426fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 10111111
Octal 102 157 277
Decimal 66 111 191
Hex 42 6F BF

RGB Percentages of Color #426fbf

%17.93
%30.16
%51.90

CMYK Percentages of Color #426fbf

%65
%42
%0
%25

Triadic Colors of #426fbf

#426fbf #bf426f #6fbf42

Analogous Colors of #426fbf

#426fbf #5442bf #42aebf

Monochromatic Colors of #426fbf

#426fbf

Complementary Color

#426fbf #bf9242

#426fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fbf Color CSS Codes

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

#426fbf Text Font Color

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

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


#426fbf Background Color

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

This div background color is #426fbf


#426fbf Border Color

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

This div border color is #426fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fbf


Comments

No comments written yet.

Please login to write comment.