Color Hex Logo

#446dbd Color Hex

#446DBD
(68,109,189)
0 Favorites   0 Comments

Color spaces of #446dbd

RGB 68109189
HSL0.610.480.50
HSV220°64°74°
CMYK 0.640.420.00   0.26
XYZ17.037815.840350.3036
Yxy15.84030.20480.1904
Hunter Lab39.79996.7637-47.0775
CIE-Lab46.764311.3860-46.3977

#446dbd color RGB value is (68,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101101 10111101
Octal 104 155 275
Decimal 68 109 189
Hex 44 6D BD

RGB Percentages of Color #446dbd

%18.58
%29.78
%51.64

CMYK Percentages of Color #446dbd

%64
%42
%0
%26

Triadic Colors of #446dbd

#446dbd #bd446d #6dbd44

Analogous Colors of #446dbd

#446dbd #5844bd #44aabd

Monochromatic Colors of #446dbd

#446dbd

Complementary Color

#446dbd #bd9444

#446dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#446dbd Color CSS Codes

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

#446dbd Text Font Color

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

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


#446dbd Background Color

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

This div background color is #446dbd


#446dbd Border Color

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

This div border color is #446dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446dbd


Comments

No comments written yet.

Please login to write comment.