Color Hex Logo

#046388 Color Hex

#046388
(4,99,136)
0 Favorites   0 Comments

Color spaces of #046388

RGB 499136
HSL0.550.940.27
HSV197°97°53°
CMYK 0.970.270.00   0.47
XYZ8.955810.727124.8911
Yxy10.72710.20090.2407
Hunter Lab32.7523-8.5073-22.1327
CIE-Lab39.1170-10.0502-27.2608

#046388 color RGB value is (4,99,136).

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

The process color (four color CMYK) of #046388 color hex is 0.97, 0.27, 0.00, 0.47. Web safe color of #046388 is #006699. Color #046388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100011 10001000
Octal 4 143 210
Decimal 4 99 136
Hex 4 63 88

RGB Percentages of Color #046388

%1.67
%41.42
%56.90

CMYK Percentages of Color #046388

%97
%27
%0
%47

Triadic Colors of #046388

#046388 #880463 #638804

Analogous Colors of #046388

#046388 #042188 #04886b

Monochromatic Colors of #046388

#046388

Complementary Color

#046388 #882904

#046388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046388 Color CSS Codes

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

#046388 Text Font Color

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

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


#046388 Background Color

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

This div background color is #046388


#046388 Border Color

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

This div border color is #046388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046388


Comments

No comments written yet.

Please login to write comment.