Color Hex Logo

#446681 Color Hex

#446681
(68,102,129)
0 Favorites   0 Comments

Color spaces of #446681

RGB 68102129
HSL0.570.310.39
HSV207°47°51°
CMYK 0.470.210.00   0.49
XYZ11.097712.316722.5613
Yxy12.31670.24140.2679
Hunter Lab35.0952-4.9717-13.5486
CIE-Lab41.7151-4.3906-18.8402

#446681 color RGB value is (68,102,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100110 10000001
Octal 104 146 201
Decimal 68 102 129
Hex 44 66 81

RGB Percentages of Color #446681

%22.74
%34.11
%43.14

CMYK Percentages of Color #446681

%47
%21
%0
%49

Triadic Colors of #446681

#446681 #814466 #668144

Analogous Colors of #446681

#446681 #444881 #44817e

Monochromatic Colors of #446681

#446681

Complementary Color

#446681 #815f44

#446681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446681 Color CSS Codes

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

#446681 Text Font Color

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

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


#446681 Background Color

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

This div background color is #446681


#446681 Border Color

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

This div border color is #446681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446681


Comments

No comments written yet.

Please login to write comment.