Color Hex Logo

#04425b Color Hex

#04425B
(4,66,91)
0 Favorites   0 Comments

Color spaces of #04425b

RGB 46691
HSL0.550.920.19
HSV197°96°36°
CMYK 0.960.270.00   0.64
XYZ3.88664.677610.5955
Yxy4.67760.20290.2441
Hunter Lab21.6278-5.7714-13.9069
CIE-Lab25.7958-7.8958-19.9304

#04425b color RGB value is (4,66,91).

#04425b hex color red value is 4, green value is 66 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #04425b hue: 0.55 , saturation: 0.92 and the lightness value of 04425b is 0.19.

The process color (four color CMYK) of #04425b color hex is 0.96, 0.27, 0.00, 0.64. Web safe color of #04425b is #003366. Color #04425b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000010 01011011
Octal 4 102 133
Decimal 4 66 91
Hex 4 42 5B

RGB Percentages of Color #04425b

%2.48
%40.99
%56.52

CMYK Percentages of Color #04425b

%96
%27
%0
%64

Triadic Colors of #04425b

#04425b #5b0442 #425b04

Analogous Colors of #04425b

#04425b #04165b #045b49

Monochromatic Colors of #04425b

#04425b

Complementary Color

#04425b #5b1d04

#04425b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04425b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04425b Color CSS Codes

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

#04425b Text Font Color

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

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


#04425b Background Color

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

This div background color is #04425b


#04425b Border Color

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

This div border color is #04425b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04425b


Comments

No comments written yet.

Please login to write comment.