Color Hex Logo

#042eaf Color Hex

#042EAF
(4,46,175)
0 Favorites   0 Comments

Color spaces of #042eaf

RGB 446175
HSL0.630.960.35
HSV225°98°69°
CMYK 0.980.740.00   0.31
XYZ8.76495.074941.0750
Yxy5.07490.15960.0924
Hunter Lab22.527530.0267-92.3356
CIE-Lab26.947140.7780-70.4648

#042eaf color RGB value is (4,46,175).

#042eaf hex color red value is 4, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #042eaf hue: 0.63 , saturation: 0.96 and the lightness value of 042eaf is 0.35.

The process color (four color CMYK) of #042eaf color hex is 0.98, 0.74, 0.00, 0.31. Web safe color of #042eaf is #003399. Color #042eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101110 10101111
Octal 4 56 257
Decimal 4 46 175
Hex 4 2E AF

RGB Percentages of Color #042eaf

%1.78
%20.44
%77.78

CMYK Percentages of Color #042eaf

%98
%74
%0
%31

Triadic Colors of #042eaf

#042eaf #af042e #2eaf04

Analogous Colors of #042eaf

#042eaf #2f04af #0484af

Monochromatic Colors of #042eaf

#042eaf

Complementary Color

#042eaf #af8504

#042eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#042eaf Color CSS Codes

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

#042eaf Text Font Color

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

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


#042eaf Background Color

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

This div background color is #042eaf


#042eaf Border Color

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

This div border color is #042eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,46,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #042eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #042eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #042eaf;
  box-shadow:         1px 1px 3px 2px #042eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042eaf


Comments

No comments written yet.

Please login to write comment.