Color Hex Logo

#4244db Color Hex

#4244DB
(66,68,219)
0 Favorites   0 Comments

Color spaces of #4244db

RGB 6668219
HSL0.660.680.56
HSV239°70°86°
CMYK 0.700.690.00   0.14
XYZ17.100110.407068.1253
Yxy10.40700.17880.1088
Hunter Lab32.259938.1633-102.6246
CIE-Lab38.563247.0786-76.9846

#4244db color RGB value is (66,68,219).

#4244db hex color red value is 66, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4244db hue: 0.66 , saturation: 0.68 and the lightness value of 4244db is 0.56.

The process color (four color CMYK) of #4244db color hex is 0.70, 0.69, 0.00, 0.14. Web safe color of #4244db is #3333cc. Color #4244db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000100 11011011
Octal 102 104 333
Decimal 66 68 219
Hex 42 44 DB

RGB Percentages of Color #4244db

%18.70
%19.26
%62.04

CMYK Percentages of Color #4244db

%70
%69
%0
%14

Triadic Colors of #4244db

#4244db #db4244 #44db42

Analogous Colors of #4244db

#4244db #8d42db #4291db

Monochromatic Colors of #4244db

#4244db

Complementary Color

#4244db #dbd942

#4244db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4244db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4244db Color CSS Codes

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

#4244db Text Font Color

<p style="color:#4244db">Text here</p>

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


#4244db Background Color

<div style="background-color:#4244db">
Div content here</div>

This div background color is #4244db


#4244db Border Color

<div style="border:3px solid #4244db">
Div here</div>

This div border color is #4244db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,68,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4244db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4244db;
  -webkit-box-shadow: 1px 1px 3px 2px #4244db;
  box-shadow:         1px 1px 3px 2px #4244db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4244db


Comments

No comments written yet.

Please login to write comment.