Color Hex Logo

#04465e Color Hex

#04465E
(4,70,94)
0 Favorites   0 Comments

Color spaces of #04465e

RGB 47094
HSL0.540.920.19
HSV196°96°37°
CMYK 0.960.260.00   0.63
XYZ4.26065.214311.3716
Yxy5.21430.20440.2501
Hunter Lab22.8348-6.6559-13.5416
CIE-Lab27.3368-9.1810-19.4669

#04465e color RGB value is (4,70,94).

#04465e hex color red value is 4, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #04465e hue: 0.54 , saturation: 0.92 and the lightness value of 04465e is 0.19.

The process color (four color CMYK) of #04465e color hex is 0.96, 0.26, 0.00, 0.63. Web safe color of #04465e is #003366. Color #04465e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000110 01011110
Octal 4 106 136
Decimal 4 70 94
Hex 4 46 5E

RGB Percentages of Color #04465e

%2.38
%41.67
%55.95

CMYK Percentages of Color #04465e

%96
%26
%0
%63

Triadic Colors of #04465e

#04465e #5e0446 #465e04

Analogous Colors of #04465e

#04465e #04195e #045e49

Monochromatic Colors of #04465e

#04465e

Complementary Color

#04465e #5e1c04

#04465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04465e Color CSS Codes

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

#04465e Text Font Color

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

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


#04465e Background Color

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

This div background color is #04465e


#04465e Border Color

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

This div border color is #04465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04465e


Comments

No comments written yet.

Please login to write comment.