Color Hex Logo

#042761 Color Hex

#042761
(4,39,97)
0 Favorites   0 Comments

Color spaces of #042761

RGB 43997
HSL0.600.920.20
HSV217°96°38°
CMYK 0.960.600.00   0.62
XYZ2.93332.339911.6063
Yxy2.33990.17380.1386
Hunter Lab15.29677.4599-34.2782
CIE-Lab17.178513.8240-37.6247

#042761 color RGB value is (4,39,97).

#042761 hex color red value is 4, green value is 39 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #042761 hue: 0.60 , saturation: 0.92 and the lightness value of 042761 is 0.20.

The process color (four color CMYK) of #042761 color hex is 0.96, 0.60, 0.00, 0.62. Web safe color of #042761 is #003366. Color #042761 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100111 01100001
Octal 4 47 141
Decimal 4 39 97
Hex 4 27 61

RGB Percentages of Color #042761

%2.86
%27.86
%69.29

CMYK Percentages of Color #042761

%96
%60
%0
%62

Triadic Colors of #042761

#042761 #610427 #276104

Analogous Colors of #042761

#042761 #100461 #045661

Monochromatic Colors of #042761

#042761

Complementary Color

#042761 #613e04

#042761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042761 Color CSS Codes

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

#042761 Text Font Color

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

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


#042761 Background Color

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

This div background color is #042761


#042761 Border Color

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

This div border color is #042761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042761


Comments

No comments written yet.

Please login to write comment.