Color Hex Logo

#404246 Color Hex

#404246
(64,66,70)
0 Favorites   0 Comments

Color spaces of #404246

RGB 646670
HSL0.610.040.26
HSV220°27°
CMYK 0.090.060.00   0.73
XYZ5.16815.42866.5698
Yxy5.42860.30110.3162
Hunter Lab23.2994-1.1803-0.4087
CIE-Lab27.92250.1024-2.7157

#404246 color RGB value is (64,66,70).

#404246 hex color red value is 64, green value is 66 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #404246 hue: 0.61 , saturation: 0.04 and the lightness value of 404246 is 0.26.

The process color (four color CMYK) of #404246 color hex is 0.09, 0.06, 0.00, 0.73. Web safe color of #404246 is #333333. Color #404246 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000010 01000110
Octal 100 102 106
Decimal 64 66 70
Hex 40 42 46

RGB Percentages of Color #404246

%32.00
%33.00
%35.00

CMYK Percentages of Color #404246

%9
%6
%0
%73

Triadic Colors of #404246

#404246 #464042 #424640

Analogous Colors of #404246

#404246 #414046 #404546

Monochromatic Colors of #404246

#404246

Complementary Color

#404246 #464440

#404246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404246 Color CSS Codes

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

#404246 Text Font Color

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

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


#404246 Background Color

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

This div background color is #404246


#404246 Border Color

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

This div border color is #404246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404246

#404246 Color Palettes


Comments

No comments written yet.

Please login to write comment.