Color Hex Logo

#44488a Color Hex

#44488A
(68,72,138)
0 Favorites   0 Comments

Color spaces of #44488a

RGB 6872138
HSL0.660.340.40
HSV237°51°54°
CMYK 0.510.480.00   0.46
XYZ9.28877.698725.0412
Yxy7.69870.22100.1832
Hunter Lab27.746511.2000-34.0866
CIE-Lab33.347317.6038-37.4538

#44488a color RGB value is (68,72,138).

#44488a hex color red value is 68, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #44488a hue: 0.66 , saturation: 0.34 and the lightness value of 44488a is 0.40.

The process color (four color CMYK) of #44488a color hex is 0.51, 0.48, 0.00, 0.46. Web safe color of #44488a is #333399. Color #44488a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001000 10001010
Octal 104 110 212
Decimal 68 72 138
Hex 44 48 8A

RGB Percentages of Color #44488a

%24.46
%25.90
%49.64

CMYK Percentages of Color #44488a

%51
%48
%0
%46

Triadic Colors of #44488a

#44488a #8a4448 #488a44

Analogous Colors of #44488a

#44488a #63448a #446b8a

Monochromatic Colors of #44488a

#44488a

Complementary Color

#44488a #8a8644

#44488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#44488a Color CSS Codes

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

#44488a Text Font Color

<p style="color:#44488a">Text here</p>

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


#44488a Background Color

<div style="background-color:#44488a">
Div content here</div>

This div background color is #44488a


#44488a Border Color

<div style="border:3px solid #44488a">
Div here</div>

This div border color is #44488a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,72,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44488a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44488a;
  -webkit-box-shadow: 1px 1px 3px 2px #44488a;
  box-shadow:         1px 1px 3px 2px #44488a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44488a


Comments

No comments written yet.

Please login to write comment.