Color Hex Logo

#446dbf Color Hex

#446DBF
(68,109,191)
0 Favorites   0 Comments

Color spaces of #446dbf

RGB 68109191
HSL0.610.490.51
HSV220°64°75°
CMYK 0.640.430.00   0.25
XYZ17.256515.927851.4551
Yxy15.92780.20390.1882
Hunter Lab39.90967.3396-48.5052
CIE-Lab46.879612.0899-47.3696

#446dbf color RGB value is (68,109,191).

#446dbf hex color red value is 68, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #446dbf hue: 0.61 , saturation: 0.49 and the lightness value of 446dbf is 0.51.

The process color (four color CMYK) of #446dbf color hex is 0.64, 0.43, 0.00, 0.25. Web safe color of #446dbf is #3366cc. Color #446dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101101 10111111
Octal 104 155 277
Decimal 68 109 191
Hex 44 6D BF

RGB Percentages of Color #446dbf

%18.48
%29.62
%51.90

CMYK Percentages of Color #446dbf

%64
%43
%0
%25

Triadic Colors of #446dbf

#446dbf #bf446d #6dbf44

Analogous Colors of #446dbf

#446dbf #5844bf #44abbf

Monochromatic Colors of #446dbf

#446dbf

Complementary Color

#446dbf #bf9644

#446dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#446dbf Color CSS Codes

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

#446dbf Text Font Color

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

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


#446dbf Background Color

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

This div background color is #446dbf


#446dbf Border Color

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

This div border color is #446dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446dbf


Comments

No comments written yet.

Please login to write comment.