Color Hex Logo

#404782 Color Hex

#404782
(64,71,130)
0 Favorites   0 Comments

Color spaces of #404782

RGB 6471130
HSL0.650.340.38
HSV234°51°51°
CMYK 0.510.450.00   0.49
XYZ8.39697.208222.0678
Yxy7.20820.22290.1913
Hunter Lab26.84818.8428-29.9398
CIE-Lab32.276314.6007-34.2448

#404782 color RGB value is (64,71,130).

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

The process color (four color CMYK) of #404782 color hex is 0.51, 0.45, 0.00, 0.49. Web safe color of #404782 is #333399. Color #404782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000111 10000010
Octal 100 107 202
Decimal 64 71 130
Hex 40 47 82

RGB Percentages of Color #404782

%24.15
%26.79
%49.06

CMYK Percentages of Color #404782

%51
%45
%0
%49

Triadic Colors of #404782

#404782 #824047 #478240

Analogous Colors of #404782

#404782 #5a4082 #406882

Monochromatic Colors of #404782

#404782

Complementary Color

#404782 #827b40

#404782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404782 Color CSS Codes

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

#404782 Text Font Color

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

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


#404782 Background Color

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

This div background color is #404782


#404782 Border Color

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

This div border color is #404782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404782


Comments

No comments written yet.

Please login to write comment.