Color Hex Logo

#04449e Color Hex

#04449E
(4,68,158)
0 Favorites   0 Comments

Color spaces of #04449e

RGB 468158
HSL0.600.950.32
HSV215°97°62°
CMYK 0.970.570.00   0.38
XYZ8.28876.628733.1904
Yxy6.62870.17230.1378
Hunter Lab25.746312.4100-58.4104
CIE-Lab30.946219.3729-53.6590

#04449e color RGB value is (4,68,158).

#04449e hex color red value is 4, green value is 68 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #04449e hue: 0.60 , saturation: 0.95 and the lightness value of 04449e is 0.32.

The process color (four color CMYK) of #04449e color hex is 0.97, 0.57, 0.00, 0.38. Web safe color of #04449e is #003399. Color #04449e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000100 10011110
Octal 4 104 236
Decimal 4 68 158
Hex 4 44 9E

RGB Percentages of Color #04449e

%1.74
%29.57
%68.70

CMYK Percentages of Color #04449e

%97
%57
%0
%38

Triadic Colors of #04449e

#04449e #9e0444 #449e04

Analogous Colors of #04449e

#04449e #11049e #04919e

Monochromatic Colors of #04449e

#04449e

Complementary Color

#04449e #9e5e04

#04449e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04449e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04449e Color CSS Codes

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

#04449e Text Font Color

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

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


#04449e Background Color

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

This div background color is #04449e


#04449e Border Color

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

This div border color is #04449e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04449e


Comments

No comments written yet.

Please login to write comment.