Color Hex Logo

#042994 Color Hex

#042994
(4,41,148)
0 Favorites   0 Comments

Color spaces of #042994

RGB 441148
HSL0.620.950.30
HSV225°97°58°
CMYK 0.970.720.00   0.42
XYZ6.18833.749828.4146
Yxy3.74980.16140.0978
Hunter Lab19.364423.1557-73.4449
CIE-Lab22.826433.7921-60.8656

#042994 color RGB value is (4,41,148).

#042994 hex color red value is 4, green value is 41 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #042994 hue: 0.62 , saturation: 0.95 and the lightness value of 042994 is 0.30.

The process color (four color CMYK) of #042994 color hex is 0.97, 0.72, 0.00, 0.42. Web safe color of #042994 is #003399. Color #042994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101001 10010100
Octal 4 51 224
Decimal 4 41 148
Hex 4 29 94

RGB Percentages of Color #042994

%2.07
%21.24
%76.68

CMYK Percentages of Color #042994

%97
%72
%0
%42

Triadic Colors of #042994

#042994 #940429 #299404

Analogous Colors of #042994

#042994 #270494 #047194

Monochromatic Colors of #042994

#042994

Complementary Color

#042994 #946f04

#042994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042994 Color CSS Codes

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

#042994 Text Font Color

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

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


#042994 Background Color

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

This div background color is #042994


#042994 Border Color

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

This div border color is #042994


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,41,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #042994; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #042994;
  -webkit-box-shadow: 1px 1px 3px 2px #042994;
  box-shadow:         1px 1px 3px 2px #042994; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042994


Comments

No comments written yet.

Please login to write comment.