Color Hex Logo

#426fbb Color Hex

#426FBB
(66,111,187)
0 Favorites   0 Comments

Color spaces of #426fbb

RGB 66111187
HSL0.600.480.50
HSV218°65°73°
CMYK 0.650.410.00   0.27
XYZ16.900816.115049.2334
Yxy16.11500.20550.1959
Hunter Lab40.14354.8991-44.6149
CIE-Lab47.12509.0734-44.6714

#426fbb color RGB value is (66,111,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 10111011
Octal 102 157 273
Decimal 66 111 187
Hex 42 6F BB

RGB Percentages of Color #426fbb

%18.13
%30.49
%51.37

CMYK Percentages of Color #426fbb

%65
%41
%0
%27

Triadic Colors of #426fbb

#426fbb #bb426f #6fbb42

Analogous Colors of #426fbb

#426fbb #5242bb #42acbb

Monochromatic Colors of #426fbb

#426fbb

Complementary Color

#426fbb #bb8e42

#426fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fbb Color CSS Codes

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

#426fbb Text Font Color

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

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


#426fbb Background Color

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

This div background color is #426fbb


#426fbb Border Color

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

This div border color is #426fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fbb


Comments

No comments written yet.

Please login to write comment.