Color Hex Logo

#04426f Color Hex

#04426F
(4,66,111)
0 Favorites   0 Comments

Color spaces of #04426f

RGB 466111
HSL0.570.930.23
HSV205°96°44°
CMYK 0.960.410.00   0.56
XYZ4.86755.069915.7610
Yxy5.06990.18940.1973
Hunter Lab22.5164-0.8165-25.7402
CIE-Lab26.93300.6215-30.9894

#04426f color RGB value is (4,66,111).

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

The process color (four color CMYK) of #04426f color hex is 0.96, 0.41, 0.00, 0.56. Web safe color of #04426f is #003366. Color #04426f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000010 01101111
Octal 4 102 157
Decimal 4 66 111
Hex 4 42 6F

RGB Percentages of Color #04426f

%2.21
%36.46
%61.33

CMYK Percentages of Color #04426f

%96
%41
%0
%56

Triadic Colors of #04426f

#04426f #6f0442 #426f04

Analogous Colors of #04426f

#04426f #040d6f #046f67

Monochromatic Colors of #04426f

#04426f

Complementary Color

#04426f #6f3104

#04426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04426f Color CSS Codes

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

#04426f Text Font Color

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

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


#04426f Background Color

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

This div background color is #04426f


#04426f Border Color

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

This div border color is #04426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04426f


Comments

No comments written yet.

Please login to write comment.