Color Hex Logo

#446581 Color Hex

#446581
(68,101,129)
0 Favorites   0 Comments

Color spaces of #446581

RGB 68101129
HSL0.580.310.39
HSV208°47°51°
CMYK 0.470.220.00   0.49
XYZ11.000012.121322.5288
Yxy12.12130.24100.2655
Hunter Lab34.8157-4.5304-13.9949
CIE-Lab41.4083-3.7872-19.3124

#446581 color RGB value is (68,101,129).

#446581 hex color red value is 68, green value is 101 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #446581 hue: 0.58 , saturation: 0.31 and the lightness value of 446581 is 0.39.

The process color (four color CMYK) of #446581 color hex is 0.47, 0.22, 0.00, 0.49. Web safe color of #446581 is #336699. Color #446581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100101 10000001
Octal 104 145 201
Decimal 68 101 129
Hex 44 65 81

RGB Percentages of Color #446581

%22.82
%33.89
%43.29

CMYK Percentages of Color #446581

%47
%22
%0
%49

Triadic Colors of #446581

#446581 #814465 #658144

Analogous Colors of #446581

#446581 #444781 #44817f

Monochromatic Colors of #446581

#446581

Complementary Color

#446581 #816044

#446581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446581 Color CSS Codes

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

#446581 Text Font Color

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

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


#446581 Background Color

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

This div background color is #446581


#446581 Border Color

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

This div border color is #446581


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,101,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #446581; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #446581;
  -webkit-box-shadow: 1px 1px 3px 2px #446581;
  box-shadow:         1px 1px 3px 2px #446581; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446581


Comments

No comments written yet.

Please login to write comment.