Color Hex Logo

#446fbd Color Hex

#446FBD
(68,111,189)
0 Favorites   0 Comments

Color spaces of #446fbd

RGB 68111189
HSL0.610.480.50
HSV219°64°74°
CMYK 0.640.410.00   0.26
XYZ17.253616.271950.3755
Yxy16.27190.20560.1939
Hunter Lab40.33845.7559-45.8057
CIE-Lab47.329210.1362-45.4973

#446fbd color RGB value is (68,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101111 10111101
Octal 104 157 275
Decimal 68 111 189
Hex 44 6F BD

RGB Percentages of Color #446fbd

%18.48
%30.16
%51.36

CMYK Percentages of Color #446fbd

%64
%41
%0
%26

Triadic Colors of #446fbd

#446fbd #bd446f #6fbd44

Analogous Colors of #446fbd

#446fbd #5644bd #44acbd

Monochromatic Colors of #446fbd

#446fbd

Complementary Color

#446fbd #bd9244

#446fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#446fbd Color CSS Codes

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

#446fbd Text Font Color

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

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


#446fbd Background Color

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

This div background color is #446fbd


#446fbd Border Color

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

This div border color is #446fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446fbd


Comments

No comments written yet.

Please login to write comment.