Color Hex Logo

#4468db Color Hex

#4468DB
(68,104,219)
0 Favorites   0 Comments

Color spaces of #4468db

RGB 68104219
HSL0.630.680.56
HSV226°69°86°
CMYK 0.690.530.00   0.14
XYZ20.120416.244069.0928
Yxy16.24400.19080.1540
Hunter Lab40.303818.5787-73.4280
CIE-Lab47.293025.1761-62.7392

#4468db color RGB value is (68,104,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101000 11011011
Octal 104 150 333
Decimal 68 104 219
Hex 44 68 DB

RGB Percentages of Color #4468db

%17.39
%26.60
%56.01

CMYK Percentages of Color #4468db

%69
%53
%0
%14

Triadic Colors of #4468db

#4468db #db4468 #68db44

Analogous Colors of #4468db

#4468db #6c44db #44b4db

Monochromatic Colors of #4468db

#4468db

Complementary Color

#4468db #dbb744

#4468db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4468db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4468db Color CSS Codes

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

#4468db Text Font Color

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

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


#4468db Background Color

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

This div background color is #4468db


#4468db Border Color

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

This div border color is #4468db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,104,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 #4468db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4468db


Comments

No comments written yet.

Please login to write comment.