Color Hex Logo

#04296b Color Hex

#04296B
(4,41,107)
0 Favorites   0 Comments

Color spaces of #04296b

RGB 441107
HSL0.610.930.22
HSV218°96°42°
CMYK 0.960.620.00   0.58
XYZ3.49692.673214.2416
Yxy2.67320.17130.1310
Hunter Lab16.34999.5650-40.1996
CIE-Lab18.684516.7951-41.7218

#04296b color RGB value is (4,41,107).

#04296b hex color red value is 4, green value is 41 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #04296b hue: 0.61 , saturation: 0.93 and the lightness value of 04296b is 0.22.

The process color (four color CMYK) of #04296b color hex is 0.96, 0.62, 0.00, 0.58. Web safe color of #04296b is #003366. Color #04296b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101001 01101011
Octal 4 51 153
Decimal 4 41 107
Hex 4 29 6B

RGB Percentages of Color #04296b

%2.63
%26.97
%70.39

CMYK Percentages of Color #04296b

%96
%62
%0
%58

Triadic Colors of #04296b

#04296b #6b0429 #296b04

Analogous Colors of #04296b

#04296b #12046b #045d6b

Monochromatic Colors of #04296b

#04296b

Complementary Color

#04296b #6b4604

#04296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04296b Color CSS Codes

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

#04296b Text Font Color

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

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


#04296b Background Color

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

This div background color is #04296b


#04296b Border Color

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

This div border color is #04296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04296b


Comments

No comments written yet.

Please login to write comment.