Color Hex Logo

#44497d Color Hex

#44497D
(68,73,125)
0 Favorites   0 Comments

Color spaces of #44497d

RGB 6873125
HSL0.650.300.38
HSV235°46°49°
CMYK 0.460.420.00   0.51
XYZ8.46817.474720.3985
Yxy7.47470.23300.2057
Hunter Lab27.33997.4427-25.0988
CIE-Lab32.864012.6949-30.1912

#44497d color RGB value is (68,73,125).

#44497d hex color red value is 68, green value is 73 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #44497d hue: 0.65 , saturation: 0.30 and the lightness value of 44497d is 0.38.

The process color (four color CMYK) of #44497d color hex is 0.46, 0.42, 0.00, 0.51. Web safe color of #44497d is #333366. Color #44497d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001001 01111101
Octal 104 111 175
Decimal 68 73 125
Hex 44 49 7D

RGB Percentages of Color #44497d

%25.56
%27.44
%46.99

CMYK Percentages of Color #44497d

%46
%42
%0
%51

Triadic Colors of #44497d

#44497d #7d4449 #497d44

Analogous Colors of #44497d

#44497d #5c447d #44667d

Monochromatic Colors of #44497d

#44497d

Complementary Color

#44497d #7d7844

#44497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44497d Color CSS Codes

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

#44497d Text Font Color

<p style="color:#44497d">Text here</p>

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


#44497d Background Color

<div style="background-color:#44497d">
Div content here</div>

This div background color is #44497d


#44497d Border Color

<div style="border:3px solid #44497d">
Div here</div>

This div border color is #44497d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,73,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44497d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44497d;
  -webkit-box-shadow: 1px 1px 3px 2px #44497d;
  box-shadow:         1px 1px 3px 2px #44497d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44497d


Comments

No comments written yet.

Please login to write comment.