Color Hex Logo

#046286 Color Hex

#046286
(4,98,134)
0 Favorites   0 Comments

Color spaces of #046286

RGB 498134
HSL0.550.940.27
HSV197°97°53°
CMYK 0.970.270.00   0.47
XYZ8.720810.482424.1179
Yxy10.48240.20130.2420
Hunter Lab32.3765-8.5790-21.5027
CIE-Lab38.6947-10.2375-26.7094

#046286 color RGB value is (4,98,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100010 10000110
Octal 4 142 206
Decimal 4 98 134
Hex 4 62 86

RGB Percentages of Color #046286

%1.69
%41.53
%56.78

CMYK Percentages of Color #046286

%97
%27
%0
%47

Triadic Colors of #046286

#046286 #860462 #628604

Analogous Colors of #046286

#046286 #042186 #048669

Monochromatic Colors of #046286

#046286

Complementary Color

#046286 #862804

#046286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046286 Color CSS Codes

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

#046286 Text Font Color

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

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


#046286 Background Color

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

This div background color is #046286


#046286 Border Color

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

This div border color is #046286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046286


Comments

No comments written yet.

Please login to write comment.