Color Hex Logo

#046389 Color Hex

#046389
(4,99,137)
0 Favorites   0 Comments

Color spaces of #046389

RGB 499137
HSL0.550.940.28
HSV197°97°54°
CMYK 0.970.280.00   0.46
XYZ9.027310.755625.2672
Yxy10.75560.20040.2387
Hunter Lab32.7957-8.2589-22.7225
CIE-Lab39.1658-9.6565-27.7896

#046389 color RGB value is (4,99,137).

#046389 hex color red value is 4, green value is 99 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #046389 hue: 0.55 , saturation: 0.94 and the lightness value of 046389 is 0.28.

The process color (four color CMYK) of #046389 color hex is 0.97, 0.28, 0.00, 0.46. Web safe color of #046389 is #006699. Color #046389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100011 10001001
Octal 4 143 211
Decimal 4 99 137
Hex 4 63 89

RGB Percentages of Color #046389

%1.67
%41.25
%57.08

CMYK Percentages of Color #046389

%97
%28
%0
%46

Triadic Colors of #046389

#046389 #890463 #638904

Analogous Colors of #046389

#046389 #042089 #04896d

Monochromatic Colors of #046389

#046389

Complementary Color

#046389 #892a04

#046389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046389 Color CSS Codes

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

#046389 Text Font Color

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

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


#046389 Background Color

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

This div background color is #046389


#046389 Border Color

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

This div border color is #046389


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,99,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046389; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046389;
  -webkit-box-shadow: 1px 1px 3px 2px #046389;
  box-shadow:         1px 1px 3px 2px #046389; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046389


Comments

No comments written yet.

Please login to write comment.