Color Hex Logo

#446bdb Color Hex

#446BDB
(68,107,219)
0 Favorites   0 Comments

Color spaces of #446bdb

RGB 68107219
HSL0.620.680.56
HSV225°69°86°
CMYK 0.690.510.00   0.14
XYZ20.427816.858869.1952
Yxy16.85880.19180.1583
Hunter Lab41.059516.9528-71.1765
CIE-Lab48.081623.2867-61.4643

#446bdb color RGB value is (68,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101011 11011011
Octal 104 153 333
Decimal 68 107 219
Hex 44 6B DB

RGB Percentages of Color #446bdb

%17.26
%27.16
%55.58

CMYK Percentages of Color #446bdb

%69
%51
%0
%14

Triadic Colors of #446bdb

#446bdb #db446b #6bdb44

Analogous Colors of #446bdb

#446bdb #6944db #44b7db

Monochromatic Colors of #446bdb

#446bdb

Complementary Color

#446bdb #dbb444

#446bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#446bdb Color CSS Codes

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

#446bdb Text Font Color

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

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


#446bdb Background Color

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

This div background color is #446bdb


#446bdb Border Color

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

This div border color is #446bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446bdb


Comments

No comments written yet.

Please login to write comment.