Color Hex Logo

#406182 Color Hex

#406182
(64,97,130)
0 Favorites   0 Comments

Color spaces of #406182

RGB 6497130
HSL0.580.340.38
HSV210°51°51°
CMYK 0.510.250.00   0.49
XYZ10.418311.251122.7417
Yxy11.25110.23460.2533
Hunter Lab33.5427-3.2578-16.7184
CIE-Lab40.0002-2.0912-22.1115

#406182 color RGB value is (64,97,130).

#406182 hex color red value is 64, green value is 97 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #406182 hue: 0.58 , saturation: 0.34 and the lightness value of 406182 is 0.38.

The process color (four color CMYK) of #406182 color hex is 0.51, 0.25, 0.00, 0.49. Web safe color of #406182 is #336699. Color #406182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 10000010
Octal 100 141 202
Decimal 64 97 130
Hex 40 61 82

RGB Percentages of Color #406182

%21.99
%33.33
%44.67

CMYK Percentages of Color #406182

%51
%25
%0
%49

Triadic Colors of #406182

#406182 #824061 #618240

Analogous Colors of #406182

#406182 #404082 #408282

Monochromatic Colors of #406182

#406182

Complementary Color

#406182 #826140

#406182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406182 Color CSS Codes

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

#406182 Text Font Color

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

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


#406182 Background Color

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

This div background color is #406182


#406182 Border Color

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

This div border color is #406182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406182


Comments

No comments written yet.

Please login to write comment.