Color Hex Logo

#042146 Color Hex

#042146
(4,33,70)
0 Favorites   0 Comments

Color spaces of #042146

RGB 43370
HSL0.590.890.15
HSV214°94°27°
CMYK 0.940.530.00   0.73
XYZ1.69941.55576.0051
Yxy1.55570.18350.1680
Hunter Lab12.47282.4931-19.8146
CIE-Lab12.95795.9258-26.2016

#042146 color RGB value is (4,33,70).

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

The process color (four color CMYK) of #042146 color hex is 0.94, 0.53, 0.00, 0.73. Web safe color of #042146 is #003333. Color #042146 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100001 01000110
Octal 4 41 106
Decimal 4 33 70
Hex 4 21 46

RGB Percentages of Color #042146

%3.74
%30.84
%65.42

CMYK Percentages of Color #042146

%94
%53
%0
%73

Triadic Colors of #042146

#042146 #460421 #214604

Analogous Colors of #042146

#042146 #080446 #044246

Monochromatic Colors of #042146

#042146

Complementary Color

#042146 #462904

#042146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042146 Color CSS Codes

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

#042146 Text Font Color

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

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


#042146 Background Color

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

This div background color is #042146


#042146 Border Color

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

This div border color is #042146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042146


Comments

No comments written yet.

Please login to write comment.