Color Hex Logo

#04394e Color Hex

#04394E
(4,57,78)
0 Favorites   0 Comments

Color spaces of #04394e

RGB 45778
HSL0.550.900.16
HSV197°95°31°
CMYK 0.950.270.00   0.69
XYZ2.88833.50217.7315
Yxy3.50210.20450.2480
Hunter Lab18.7139-5.1997-11.3955
CIE-Lab21.9520-7.5573-17.3848

#04394e color RGB value is (4,57,78).

#04394e hex color red value is 4, green value is 57 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #04394e hue: 0.55 , saturation: 0.90 and the lightness value of 04394e is 0.16.

The process color (four color CMYK) of #04394e color hex is 0.95, 0.27, 0.00, 0.69. Web safe color of #04394e is #003366. Color #04394e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00111001 01001110
Octal 4 71 116
Decimal 4 57 78
Hex 4 39 4E

RGB Percentages of Color #04394e

%2.88
%41.01
%56.12

CMYK Percentages of Color #04394e

%95
%27
%0
%69

Triadic Colors of #04394e

#04394e #4e0439 #394e04

Analogous Colors of #04394e

#04394e #04144e #044e3e

Monochromatic Colors of #04394e

#04394e

Complementary Color

#04394e #4e1904

#04394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04394e Color CSS Codes

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

#04394e Text Font Color

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

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


#04394e Background Color

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

This div background color is #04394e


#04394e Border Color

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

This div border color is #04394e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,57,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04394e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04394e;
  -webkit-box-shadow: 1px 1px 3px 2px #04394e;
  box-shadow:         1px 1px 3px 2px #04394e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04394e


Comments

No comments written yet.

Please login to write comment.