Color Hex Logo

#040726 Color Hex

#040726
(4,7,38)
0 Favorites   0 Comments

Color spaces of #040726

RGB 4738
HSL0.650.810.08
HSV235°89°15°
CMYK 0.890.820.00   0.85
XYZ0.47590.31771.8700
Yxy0.31770.17870.1193
Hunter Lab5.63655.2073-15.7249
CIE-Lab2.86987.1251-19.0668

#040726 color RGB value is (4,7,38).

#040726 hex color red value is 4, green value is 7 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #040726 hue: 0.65 , saturation: 0.81 and the lightness value of 040726 is 0.08.

The process color (four color CMYK) of #040726 color hex is 0.89, 0.82, 0.00, 0.85. Web safe color of #040726 is #000033. Color #040726 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000111 00100110
Octal 4 7 46
Decimal 4 7 38
Hex 4 7 26

RGB Percentages of Color #040726

%8.16
%14.29
%77.55

CMYK Percentages of Color #040726

%89
%82
%0
%85

Triadic Colors of #040726

#040726 #260407 #072604

Analogous Colors of #040726

#040726 #120426 #041826

Monochromatic Colors of #040726

#040726

Complementary Color

#040726 #262304

#040726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040726 Color CSS Codes

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

#040726 Text Font Color

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

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


#040726 Background Color

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

This div background color is #040726


#040726 Border Color

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

This div border color is #040726


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,7,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #040726; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #040726;
  -webkit-box-shadow: 1px 1px 3px 2px #040726;
  box-shadow:         1px 1px 3px 2px #040726; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040726


Comments

No comments written yet.

Please login to write comment.