Color Hex Logo

#042247 Color Hex

#042247
(4,34,71)
0 Favorites   0 Comments

Color spaces of #042247

RGB 43471
HSL0.590.890.15
HSV213°94°28°
CMYK 0.940.520.00   0.72
XYZ1.75941.62486.1821
Yxy1.62480.18390.1698
Hunter Lab12.74682.3310-19.8325
CIE-Lab13.38045.6254-26.2138

#042247 color RGB value is (4,34,71).

#042247 hex color red value is 4, green value is 34 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #042247 hue: 0.59 , saturation: 0.89 and the lightness value of 042247 is 0.15.

The process color (four color CMYK) of #042247 color hex is 0.94, 0.52, 0.00, 0.72. Web safe color of #042247 is #003333. Color #042247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100010 01000111
Octal 4 42 107
Decimal 4 34 71
Hex 4 22 47

RGB Percentages of Color #042247

%3.67
%31.19
%65.14

CMYK Percentages of Color #042247

%94
%52
%0
%72

Triadic Colors of #042247

#042247 #470422 #224704

Analogous Colors of #042247

#042247 #070447 #044447

Monochromatic Colors of #042247

#042247

Complementary Color

#042247 #472904

#042247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042247 Color CSS Codes

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

#042247 Text Font Color

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

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


#042247 Background Color

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

This div background color is #042247


#042247 Border Color

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

This div border color is #042247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042247


Comments

No comments written yet.

Please login to write comment.