Color Hex Logo

#446eb3 Color Hex

#446EB3
(68,110,179)
0 Favorites   0 Comments

Color spaces of #446eb3

RGB 68110179
HSL0.600.450.48
HSV217°62°70°
CMYK 0.620.390.00   0.30
XYZ16.096515.635544.8174
Yxy15.63550.21030.2043
Hunter Lab39.54183.4650-39.5212
CIE-Lab46.49267.2665-41.0276

#446eb3 color RGB value is (68,110,179).

#446eb3 hex color red value is 68, green value is 110 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #446eb3 hue: 0.60 , saturation: 0.45 and the lightness value of 446eb3 is 0.48.

The process color (four color CMYK) of #446eb3 color hex is 0.62, 0.39, 0.00, 0.30. Web safe color of #446eb3 is #3366cc. Color #446eb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101110 10110011
Octal 104 156 263
Decimal 68 110 179
Hex 44 6E B3

RGB Percentages of Color #446eb3

%19.05
%30.81
%50.14

CMYK Percentages of Color #446eb3

%62
%39
%0
%30

Triadic Colors of #446eb3

#446eb3 #b3446e #6eb344

Analogous Colors of #446eb3

#446eb3 #5144b3 #44a6b3

Monochromatic Colors of #446eb3

#446eb3

Complementary Color

#446eb3 #b38944

#446eb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446eb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446eb3 Color CSS Codes

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

#446eb3 Text Font Color

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

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


#446eb3 Background Color

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

This div background color is #446eb3


#446eb3 Border Color

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

This div border color is #446eb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446eb3


Comments

No comments written yet.

Please login to write comment.