Color Hex Logo

#446edb Color Hex

#446EDB
(68,110,219)
0 Favorites   0 Comments

Color spaces of #446edb

RGB 68110219
HSL0.620.680.56
HSV223°69°86°
CMYK 0.690.500.00   0.14
XYZ20.746017.495369.3013
Yxy17.49530.19290.1627
Hunter Lab41.827415.3364-68.9549
CIE-Lab48.878121.4005-60.1789

#446edb color RGB value is (68,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101110 11011011
Octal 104 156 333
Decimal 68 110 219
Hex 44 6E DB

RGB Percentages of Color #446edb

%17.13
%27.71
%55.16

CMYK Percentages of Color #446edb

%69
%50
%0
%14

Triadic Colors of #446edb

#446edb #db446e #6edb44

Analogous Colors of #446edb

#446edb #6644db #44badb

Monochromatic Colors of #446edb

#446edb

Complementary Color

#446edb #dbb144

#446edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#446edb Color CSS Codes

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

#446edb Text Font Color

<p style="color:#446edb">Text here</p>

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


#446edb Background Color

<div style="background-color:#446edb">
Div content here</div>

This div background color is #446edb


#446edb Border Color

<div style="border:3px solid #446edb">
Div here</div>

This div border color is #446edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446edb


Comments

No comments written yet.

Please login to write comment.