Color Hex Logo

#4449da Color Hex

#4449DA
(68,73,218)
0 Favorites   0 Comments

Color spaces of #4449da

RGB 6873218
HSL0.660.670.56
HSV238°69°85°
CMYK 0.690.670.00   0.15
XYZ17.421311.056067.5455
Yxy11.05600.18140.1151
Hunter Lab33.250635.3348-97.1669
CIE-Lab39.674644.0443-74.5817

#4449da color RGB value is (68,73,218).

#4449da hex color red value is 68, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4449da hue: 0.66 , saturation: 0.67 and the lightness value of 4449da is 0.56.

The process color (four color CMYK) of #4449da color hex is 0.69, 0.67, 0.00, 0.15. Web safe color of #4449da is #3333cc. Color #4449da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001001 11011010
Octal 104 111 332
Decimal 68 73 218
Hex 44 49 DA

RGB Percentages of Color #4449da

%18.94
%20.33
%60.72

CMYK Percentages of Color #4449da

%69
%67
%0
%15

Triadic Colors of #4449da

#4449da #da4449 #49da44

Analogous Colors of #4449da

#4449da #8a44da #4494da

Monochromatic Colors of #4449da

#4449da

Complementary Color

#4449da #dad544

#4449da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4449da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4449da Color CSS Codes

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

#4449da Text Font Color

<p style="color:#4449da">Text here</p>

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


#4449da Background Color

<div style="background-color:#4449da">
Div content here</div>

This div background color is #4449da


#4449da Border Color

<div style="border:3px solid #4449da">
Div here</div>

This div border color is #4449da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4449da


Comments

No comments written yet.

Please login to write comment.