Color Hex Logo

#04415f Color Hex

#04415F
(4,65,95)
0 Favorites   0 Comments

Color spaces of #04415f

RGB 46595
HSL0.550.920.19
HSV200°96°37°
CMYK 0.960.320.00   0.63
XYZ4.00594.632611.5095
Yxy4.63260.19880.2299
Hunter Lab21.5235-4.4441-16.6384
CIE-Lab25.6613-5.5714-22.7348

#04415f color RGB value is (4,65,95).

#04415f hex color red value is 4, green value is 65 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #04415f hue: 0.55 , saturation: 0.92 and the lightness value of 04415f is 0.19.

The process color (four color CMYK) of #04415f color hex is 0.96, 0.32, 0.00, 0.63. Web safe color of #04415f is #003366. Color #04415f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000001 01011111
Octal 4 101 137
Decimal 4 65 95
Hex 4 41 5F

RGB Percentages of Color #04415f

%2.44
%39.63
%57.93

CMYK Percentages of Color #04415f

%96
%32
%0
%63

Triadic Colors of #04415f

#04415f #5f0441 #415f04

Analogous Colors of #04415f

#04415f #04135f #045f50

Monochromatic Colors of #04415f

#04415f

Complementary Color

#04415f #5f2204

#04415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04415f Color CSS Codes

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

#04415f Text Font Color

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

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


#04415f Background Color

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

This div background color is #04415f


#04415f Border Color

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

This div border color is #04415f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,65,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04415f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04415f;
  -webkit-box-shadow: 1px 1px 3px 2px #04415f;
  box-shadow:         1px 1px 3px 2px #04415f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04415f


Comments

No comments written yet.

Please login to write comment.