Color Hex Logo

#406480 Color Hex

#406480
(64,100,128)
0 Favorites   0 Comments

Color spaces of #406480

RGB 64100128
HSL0.570.330.38
HSV206°50°50°
CMYK 0.500.220.00   0.50
XYZ10.567811.762822.1355
Yxy11.76280.23770.2645
Hunter Lab34.2969-5.0190-14.2584
CIE-Lab40.8366-4.5572-19.6056

#406480 color RGB value is (64,100,128).

#406480 hex color red value is 64, green value is 100 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #406480 hue: 0.57 , saturation: 0.33 and the lightness value of 406480 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100100 10000000
Octal 100 144 200
Decimal 64 100 128
Hex 40 64 80

RGB Percentages of Color #406480

%21.92
%34.25
%43.84

CMYK Percentages of Color #406480

%50
%22
%0
%50

Triadic Colors of #406480

#406480 #804064 #648040

Analogous Colors of #406480

#406480 #404480 #40807c

Monochromatic Colors of #406480

#406480

Complementary Color

#406480 #805c40

#406480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406480 Color CSS Codes

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

#406480 Text Font Color

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

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


#406480 Background Color

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

This div background color is #406480


#406480 Border Color

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

This div border color is #406480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,100,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406480


Comments

No comments written yet.

Please login to write comment.