Color Hex Logo

#44969c Color Hex

#44969C
(68,150,156)
0 Favorites   0 Comments

Color spaces of #44969c

RGB 68150156
HSL0.510.390.44
HSV184°56°61°
CMYK 0.560.040.00   0.39
XYZ19.291025.441935.3465
Yxy25.44190.24090.3177
Hunter Lab50.4400-20.0018-6.2403
CIE-Lab57.5035-22.9867-10.7243

#44969c color RGB value is (68,150,156).

#44969c hex color red value is 68, green value is 150 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #44969c hue: 0.51 , saturation: 0.39 and the lightness value of 44969c is 0.44.

The process color (four color CMYK) of #44969c color hex is 0.56, 0.04, 0.00, 0.39. Web safe color of #44969c is #339999. Color #44969c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010110 10011100
Octal 104 226 234
Decimal 68 150 156
Hex 44 96 9C

RGB Percentages of Color #44969c

%18.18
%40.11
%41.71

CMYK Percentages of Color #44969c

%56
%4
%0
%39

Triadic Colors of #44969c

#44969c #9c4496 #969c44

Analogous Colors of #44969c

#44969c #446a9c #449c76

Monochromatic Colors of #44969c

#44969c

Complementary Color

#44969c #9c4a44

#44969c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44969c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44969c Color CSS Codes

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

#44969c Text Font Color

<p style="color:#44969c">Text here</p>

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


#44969c Background Color

<div style="background-color:#44969c">
Div content here</div>

This div background color is #44969c


#44969c Border Color

<div style="border:3px solid #44969c">
Div here</div>

This div border color is #44969c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,150,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44969c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44969c;
  -webkit-box-shadow: 1px 1px 3px 2px #44969c;
  box-shadow:         1px 1px 3px 2px #44969c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44969c

#44969c Color Palettes


Comments

No comments written yet.

Please login to write comment.