Color Hex Logo

#04496d Color Hex

#04496D
(4,73,109)
0 Favorites   0 Comments

Color spaces of #04496d

RGB 473109
HSL0.560.930.22
HSV201°96°43°
CMYK 0.960.330.00   0.57
XYZ5.19295.895015.3322
Yxy5.89500.19660.2231
Hunter Lab24.2796-4.3119-20.4450
CIE-Lab29.1460-4.8687-26.2127

#04496d color RGB value is (4,73,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001001 01101101
Octal 4 111 155
Decimal 4 73 109
Hex 4 49 6D

RGB Percentages of Color #04496d

%2.15
%39.25
%58.60

CMYK Percentages of Color #04496d

%96
%33
%0
%57

Triadic Colors of #04496d

#04496d #6d0449 #496d04

Analogous Colors of #04496d

#04496d #04146d #046d5d

Monochromatic Colors of #04496d

#04496d

Complementary Color

#04496d #6d2804

#04496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04496d Color CSS Codes

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

#04496d Text Font Color

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

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


#04496d Background Color

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

This div background color is #04496d


#04496d Border Color

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

This div border color is #04496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04496d


Comments

No comments written yet.

Please login to write comment.