Color Hex Logo

#046eac Color Hex

#046EAC
(4,110,172)
0 Favorites   0 Comments

Color spaces of #046eac

RGB 4110172
HSL0.560.950.35
HSV202°98°67°
CMYK 0.980.360.00   0.33
XYZ13.072414.156241.0732
Yxy14.15620.19140.2073
Hunter Lab37.6247-3.8249-38.3869
CIE-Lab44.4561-2.4940-40.2747

#046eac color RGB value is (4,110,172).

#046eac hex color red value is 4, green value is 110 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #046eac hue: 0.56 , saturation: 0.95 and the lightness value of 046eac is 0.35.

The process color (four color CMYK) of #046eac color hex is 0.98, 0.36, 0.00, 0.33. Web safe color of #046eac is #006699. Color #046eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101110 10101100
Octal 4 156 254
Decimal 4 110 172
Hex 4 6E AC

RGB Percentages of Color #046eac

%1.40
%38.46
%60.14

CMYK Percentages of Color #046eac

%98
%36
%0
%33

Triadic Colors of #046eac

#046eac #ac046e #6eac04

Analogous Colors of #046eac

#046eac #041aac #04ac96

Monochromatic Colors of #046eac

#046eac

Complementary Color

#046eac #ac4204

#046eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#046eac Color CSS Codes

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

#046eac Text Font Color

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

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


#046eac Background Color

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

This div background color is #046eac


#046eac Border Color

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

This div border color is #046eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,110,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046eac;
  -webkit-box-shadow: 1px 1px 3px 2px #046eac;
  box-shadow:         1px 1px 3px 2px #046eac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046eac


Comments

No comments written yet.

Please login to write comment.