Color Hex Logo

#404873 Color Hex

#404873
(64,72,115)
0 Favorites   0 Comments

Color spaces of #404873

RGB 6472115
HSL0.640.280.35
HSV231°44°45°
CMYK 0.440.370.00   0.55
XYZ7.52626.962517.1669
Yxy6.96250.23780.2199
Hunter Lab26.38654.7369-20.1031
CIE-Lab31.72149.0128-25.7674

#404873 color RGB value is (64,72,115).

#404873 hex color red value is 64, green value is 72 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #404873 hue: 0.64 , saturation: 0.28 and the lightness value of 404873 is 0.35.

The process color (four color CMYK) of #404873 color hex is 0.44, 0.37, 0.00, 0.55. Web safe color of #404873 is #333366. Color #404873 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 01110011
Octal 100 110 163
Decimal 64 72 115
Hex 40 48 73

RGB Percentages of Color #404873

%25.50
%28.69
%45.82

CMYK Percentages of Color #404873

%44
%37
%0
%55

Triadic Colors of #404873

#404873 #734048 #487340

Analogous Colors of #404873

#404873 #524073 #406173

Monochromatic Colors of #404873

#404873

Complementary Color

#404873 #736b40

#404873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404873 Color CSS Codes

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

#404873 Text Font Color

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

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


#404873 Background Color

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

This div background color is #404873


#404873 Border Color

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

This div border color is #404873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404873


Comments

No comments written yet.

Please login to write comment.