Color Hex Logo

#444b6e Color Hex

#444B6E
(68,75,110)
0 Favorites   0 Comments

Color spaces of #444b6e

RGB 6875110
HSL0.640.240.35
HSV230°38°43°
CMYK 0.380.320.00   0.57
XYZ7.71447.386915.7711
Yxy7.38690.24990.2393
Hunter Lab27.17893.1022-15.3791
CIE-Lab32.67196.6905-21.1170

#444b6e color RGB value is (68,75,110).

#444b6e hex color red value is 68, green value is 75 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #444b6e hue: 0.64 , saturation: 0.24 and the lightness value of 444b6e is 0.35.

The process color (four color CMYK) of #444b6e color hex is 0.38, 0.32, 0.00, 0.57. Web safe color of #444b6e is #333366. Color #444b6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001011 01101110
Octal 104 113 156
Decimal 68 75 110
Hex 44 4B 6E

RGB Percentages of Color #444b6e

%26.88
%29.64
%43.48

CMYK Percentages of Color #444b6e

%38
%32
%0
%57

Triadic Colors of #444b6e

#444b6e #6e444b #4b6e44

Analogous Colors of #444b6e

#444b6e #52446e #44606e

Monochromatic Colors of #444b6e

#444b6e

Complementary Color

#444b6e #6e6744

#444b6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444b6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#444b6e Color CSS Codes

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

#444b6e Text Font Color

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

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


#444b6e Background Color

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

This div background color is #444b6e


#444b6e Border Color

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

This div border color is #444b6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444b6e

#444b6e Color Palettes


Comments

No comments written yet.

Please login to write comment.