Color Hex Logo

#446cb5 Color Hex

#446CB5
(68,108,181)
0 Favorites   0 Comments

Color spaces of #446cb5

RGB 68108181
HSL0.610.450.49
HSV219°62°71°
CMYK 0.620.400.00   0.29
XYZ16.086915.290345.8195
Yxy15.29030.20840.1981
Hunter Lab39.10285.0050-42.1023
CIE-Lab46.02939.2086-42.9271

#446cb5 color RGB value is (68,108,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101100 10110101
Octal 104 154 265
Decimal 68 108 181
Hex 44 6C B5

RGB Percentages of Color #446cb5

%19.05
%30.25
%50.70

CMYK Percentages of Color #446cb5

%62
%40
%0
%29

Triadic Colors of #446cb5

#446cb5 #b5446c #6cb544

Analogous Colors of #446cb5

#446cb5 #5544b5 #44a5b5

Monochromatic Colors of #446cb5

#446cb5

Complementary Color

#446cb5 #b58d44

#446cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446cb5 Color CSS Codes

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

#446cb5 Text Font Color

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

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


#446cb5 Background Color

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

This div background color is #446cb5


#446cb5 Border Color

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

This div border color is #446cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446cb5


Comments

No comments written yet.

Please login to write comment.