Color Hex Logo

#040773 Color Hex

#040773
(4,7,115)
0 Favorites   0 Comments

Color spaces of #040773

RGB 47115
HSL0.660.930.23
HSV238°97°45°
CMYK 0.970.940.00   0.55
XYZ3.22061.415616.3231
Yxy1.41560.15370.0675
Hunter Lab11.897927.4962-73.0133
CIE-Lab12.061140.8436-57.8644

#040773 color RGB value is (4,7,115).

#040773 hex color red value is 4, green value is 7 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #040773 hue: 0.66 , saturation: 0.93 and the lightness value of 040773 is 0.23.

The process color (four color CMYK) of #040773 color hex is 0.97, 0.94, 0.00, 0.55. Web safe color of #040773 is #000066. Color #040773 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000111 01110011
Octal 4 7 163
Decimal 4 7 115
Hex 4 7 73

RGB Percentages of Color #040773

%3.17
%5.56
%91.27

CMYK Percentages of Color #040773

%97
%94
%0
%55

Triadic Colors of #040773

#040773 #730407 #077304

Analogous Colors of #040773

#040773 #380473 #043f73

Monochromatic Colors of #040773

#040773

Complementary Color

#040773 #737004

#040773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040773 Color CSS Codes

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

#040773 Text Font Color

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

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


#040773 Background Color

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

This div background color is #040773


#040773 Border Color

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

This div border color is #040773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040773


Comments

No comments written yet.

Please login to write comment.