Color Hex Logo

#04468e Color Hex

#04468E
(4,70,142)
0 Favorites   0 Comments

Color spaces of #04468e

RGB 470142
HSL0.590.950.29
HSV211°97°56°
CMYK 0.970.510.00   0.44
XYZ7.12276.359126.4432
Yxy6.35910.17840.1593
Hunter Lab25.21736.2877-44.5203
CIE-Lab30.300911.2277-44.9516

#04468e color RGB value is (4,70,142).

#04468e hex color red value is 4, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #04468e hue: 0.59 , saturation: 0.95 and the lightness value of 04468e is 0.29.

The process color (four color CMYK) of #04468e color hex is 0.97, 0.51, 0.00, 0.44. Web safe color of #04468e is #003399. Color #04468e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000110 10001110
Octal 4 106 216
Decimal 4 70 142
Hex 4 46 8E

RGB Percentages of Color #04468e

%1.85
%32.41
%65.74

CMYK Percentages of Color #04468e

%97
%51
%0
%44

Triadic Colors of #04468e

#04468e #8e0446 #468e04

Analogous Colors of #04468e

#04468e #07048e #048b8e

Monochromatic Colors of #04468e

#04468e

Complementary Color

#04468e #8e4c04

#04468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04468e Color CSS Codes

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

#04468e Text Font Color

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

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


#04468e Background Color

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

This div background color is #04468e


#04468e Border Color

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

This div border color is #04468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04468e


Comments

No comments written yet.

Please login to write comment.