Color Hex Logo

#446582 Color Hex

#446582
(68,101,130)
0 Favorites   0 Comments

Color spaces of #446582

RGB 68101130
HSL0.580.310.39
HSV208°48°51°
CMYK 0.480.220.00   0.49
XYZ11.066812.148022.8806
Yxy12.14800.24010.2635
Hunter Lab34.8540-4.3173-14.5243
CIE-Lab41.4504-3.4766-19.8523

#446582 color RGB value is (68,101,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100101 10000010
Octal 104 145 202
Decimal 68 101 130
Hex 44 65 82

RGB Percentages of Color #446582

%22.74
%33.78
%43.48

CMYK Percentages of Color #446582

%48
%22
%0
%49

Triadic Colors of #446582

#446582 #824465 #658244

Analogous Colors of #446582

#446582 #444682 #448280

Monochromatic Colors of #446582

#446582

Complementary Color

#446582 #826144

#446582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446582 Color CSS Codes

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

#446582 Text Font Color

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

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


#446582 Background Color

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

This div background color is #446582


#446582 Border Color

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

This div border color is #446582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446582


Comments

No comments written yet.

Please login to write comment.