Color Hex Logo

#04496e Color Hex

#04496E
(4,73,110)
0 Favorites   0 Comments

Color spaces of #04496e

RGB 473110
HSL0.560.930.22
HSV201°96°43°
CMYK 0.960.340.00   0.57
XYZ5.24715.916715.6173
Yxy5.91670.19590.2209
Hunter Lab24.3243-4.0624-21.0399
CIE-Lab29.2013-4.4494-26.7583

#04496e color RGB value is (4,73,110).

#04496e hex color red value is 4, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #04496e hue: 0.56 , saturation: 0.93 and the lightness value of 04496e is 0.22.

The process color (four color CMYK) of #04496e color hex is 0.96, 0.34, 0.00, 0.57. Web safe color of #04496e is #003366. Color #04496e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001001 01101110
Octal 4 111 156
Decimal 4 73 110
Hex 4 49 6E

RGB Percentages of Color #04496e

%2.14
%39.04
%58.82

CMYK Percentages of Color #04496e

%96
%34
%0
%57

Triadic Colors of #04496e

#04496e #6e0449 #496e04

Analogous Colors of #04496e

#04496e #04146e #046e5e

Monochromatic Colors of #04496e

#04496e

Complementary Color

#04496e #6e2904

#04496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04496e Color CSS Codes

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

#04496e Text Font Color

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

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


#04496e Background Color

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

This div background color is #04496e


#04496e Border Color

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

This div border color is #04496e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04496e


Comments

No comments written yet.

Please login to write comment.