Color Hex Logo

#446081 Color Hex

#446081
(68,96,129)
0 Favorites   0 Comments

Color spaces of #446081

RGB 6896129
HSL0.590.310.39
HSV212°47°51°
CMYK 0.470.260.00   0.49
XYZ10.529211.179722.3718
Yxy11.17970.23890.2536
Hunter Lab33.4361-2.3025-16.2652
CIE-Lab39.8815-0.7334-21.6693

#446081 color RGB value is (68,96,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100000 10000001
Octal 104 140 201
Decimal 68 96 129
Hex 44 60 81

RGB Percentages of Color #446081

%23.21
%32.76
%44.03

CMYK Percentages of Color #446081

%47
%26
%0
%49

Triadic Colors of #446081

#446081 #814460 #608144

Analogous Colors of #446081

#446081 #474481 #447f81

Monochromatic Colors of #446081

#446081

Complementary Color

#446081 #816544

#446081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446081 Color CSS Codes

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

#446081 Text Font Color

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

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


#446081 Background Color

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

This div background color is #446081


#446081 Border Color

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

This div border color is #446081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446081


Comments

No comments written yet.

Please login to write comment.