Color Hex Logo

#444eb6 Color Hex

#444EB6
(68,78,182)
0 Favorites   0 Comments

Color spaces of #444eb6

RGB 6878182
HSL0.650.460.49
HSV235°63°71°
CMYK 0.630.570.00   0.29
XYZ13.551810.055145.4825
Yxy10.05510.19610.1455
Hunter Lab31.709820.7934-62.8450
CIE-Lab37.941128.7049-56.5038

#444eb6 color RGB value is (68,78,182).

#444eb6 hex color red value is 68, green value is 78 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #444eb6 hue: 0.65 , saturation: 0.46 and the lightness value of 444eb6 is 0.49.

The process color (four color CMYK) of #444eb6 color hex is 0.63, 0.57, 0.00, 0.29. Web safe color of #444eb6 is #3366cc. Color #444eb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001110 10110110
Octal 104 116 266
Decimal 68 78 182
Hex 44 4E B6

RGB Percentages of Color #444eb6

%20.73
%23.78
%55.49

CMYK Percentages of Color #444eb6

%63
%57
%0
%29

Triadic Colors of #444eb6

#444eb6 #b6444e #4eb644

Analogous Colors of #444eb6

#444eb6 #7344b6 #4487b6

Monochromatic Colors of #444eb6

#444eb6

Complementary Color

#444eb6 #b6ac44

#444eb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444eb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#444eb6 Color CSS Codes

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

#444eb6 Text Font Color

<p style="color:#444eb6">Text here</p>

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


#444eb6 Background Color

<div style="background-color:#444eb6">
Div content here</div>

This div background color is #444eb6


#444eb6 Border Color

<div style="border:3px solid #444eb6">
Div here</div>

This div border color is #444eb6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,78,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #444eb6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #444eb6;
  -webkit-box-shadow: 1px 1px 3px 2px #444eb6;
  box-shadow:         1px 1px 3px 2px #444eb6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,78,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444eb6


Comments

No comments written yet.

Please login to write comment.