Color Hex Logo

#040470 Color Hex

#040470
(4,4,112)
0 Favorites   0 Comments

Color spaces of #040470

RGB 44112
HSL0.670.930.23
HSV240°96°44°
CMYK 0.960.960.00   0.56
XYZ3.01811.282515.4177
Yxy1.28250.15310.0650
Hunter Lab11.324827.7528-72.7910
CIE-Lab11.152541.2951-57.4290

#040470 color RGB value is (4,4,112).

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

The process color (four color CMYK) of #040470 color hex is 0.96, 0.96, 0.00, 0.56. Web safe color of #040470 is #000066. Color #040470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000100 01110000
Octal 4 4 160
Decimal 4 4 112
Hex 4 4 70

RGB Percentages of Color #040470

%3.33
%3.33
%93.33

CMYK Percentages of Color #040470

%96
%96
%0
%56

Triadic Colors of #040470

#040470 #700404 #047004

Analogous Colors of #040470

#040470 #3a0470 #043a70

Monochromatic Colors of #040470

#040470

Complementary Color

#040470 #707004

#040470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040470 Color CSS Codes

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

#040470 Text Font Color

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

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


#040470 Background Color

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

This div background color is #040470


#040470 Border Color

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

This div border color is #040470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040470


Comments

No comments written yet.

Please login to write comment.