Color Hex Logo

#042799 Color Hex

#042799
(4,39,153)
0 Favorites   0 Comments

Color spaces of #042799

RGB 439153
HSL0.630.950.31
HSV226°97°60°
CMYK 0.970.750.00   0.40
XYZ6.52543.776830.5221
Yxy3.77680.15980.0925
Hunter Lab19.434025.9259-79.5143
CIE-Lab22.919436.9794-63.7901

#042799 color RGB value is (4,39,153).

#042799 hex color red value is 4, green value is 39 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #042799 hue: 0.63 , saturation: 0.95 and the lightness value of 042799 is 0.31.

The process color (four color CMYK) of #042799 color hex is 0.97, 0.75, 0.00, 0.40. Web safe color of #042799 is #003399. Color #042799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100111 10011001
Octal 4 47 231
Decimal 4 39 153
Hex 4 27 99

RGB Percentages of Color #042799

%2.04
%19.90
%78.06

CMYK Percentages of Color #042799

%97
%75
%0
%40

Triadic Colors of #042799

#042799 #990427 #279904

Analogous Colors of #042799

#042799 #2c0499 #047299

Monochromatic Colors of #042799

#042799

Complementary Color

#042799 #997604

#042799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042799 Color CSS Codes

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

#042799 Text Font Color

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

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


#042799 Background Color

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

This div background color is #042799


#042799 Border Color

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

This div border color is #042799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042799


Comments

No comments written yet.

Please login to write comment.