Color Hex Logo

#404676 Color Hex

#404676
(64,70,118)
0 Favorites   0 Comments

Color spaces of #404676

RGB 6470118
HSL0.650.300.36
HSV233°46°46°
CMYK 0.460.410.00   0.54
XYZ7.57456.778318.0487
Yxy6.77830.23380.2092
Hunter Lab26.03526.3701-22.8778
CIE-Lab31.296811.3013-28.3186

#404676 color RGB value is (64,70,118).

#404676 hex color red value is 64, green value is 70 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #404676 hue: 0.65 , saturation: 0.30 and the lightness value of 404676 is 0.36.

The process color (four color CMYK) of #404676 color hex is 0.46, 0.41, 0.00, 0.54. Web safe color of #404676 is #333366. Color #404676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000110 01110110
Octal 100 106 166
Decimal 64 70 118
Hex 40 46 76

RGB Percentages of Color #404676

%25.40
%27.78
%46.83

CMYK Percentages of Color #404676

%46
%41
%0
%54

Triadic Colors of #404676

#404676 #764046 #467640

Analogous Colors of #404676

#404676 #554076 #406176

Monochromatic Colors of #404676

#404676

Complementary Color

#404676 #767040

#404676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404676 Color CSS Codes

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

#404676 Text Font Color

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

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


#404676 Background Color

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

This div background color is #404676


#404676 Border Color

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

This div border color is #404676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404676


Comments

No comments written yet.

Please login to write comment.