Color Hex Logo

#040730 Color Hex

#040730
(4,7,48)
0 Favorites   0 Comments

Color spaces of #040730

RGB 4748
HSL0.660.850.10
HSV236°92°19°
CMYK 0.920.850.00   0.81
XYZ0.65950.39122.8370
Yxy0.39120.16960.1006
Hunter Lab6.25467.8759-22.5149
CIE-Lab3.533711.7843-25.6133

#040730 color RGB value is (4,7,48).

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

The process color (four color CMYK) of #040730 color hex is 0.92, 0.85, 0.00, 0.81. Web safe color of #040730 is #000033. Color #040730 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000111 00110000
Octal 4 7 60
Decimal 4 7 48
Hex 4 7 30

RGB Percentages of Color #040730

%6.78
%11.86
%81.36

CMYK Percentages of Color #040730

%92
%85
%0
%81

Triadic Colors of #040730

#040730 #300407 #073004

Analogous Colors of #040730

#040730 #170430 #041d30

Monochromatic Colors of #040730

#040730

Complementary Color

#040730 #302d04

#040730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040730 Color CSS Codes

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

#040730 Text Font Color

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

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


#040730 Background Color

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

This div background color is #040730


#040730 Border Color

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

This div border color is #040730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040730


Comments

No comments written yet.

Please login to write comment.