Color Hex Logo

#046daa Color Hex

#046DAA
(4,109,170)
0 Favorites   0 Comments

Color spaces of #046daa

RGB 4109170
HSL0.560.950.34
HSV202°98°67°
CMYK 0.980.360.00   0.33
XYZ12.774413.865440.0332
Yxy13.86540.19160.2080
Hunter Lab37.2363-3.9267-37.6781
CIE-Lab44.0393-2.6736-39.7633

#046daa color RGB value is (4,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101101 10101010
Octal 4 155 252
Decimal 4 109 170
Hex 4 6D AA

RGB Percentages of Color #046daa

%1.41
%38.52
%60.07

CMYK Percentages of Color #046daa

%98
%36
%0
%33

Triadic Colors of #046daa

#046daa #aa046d #6daa04

Analogous Colors of #046daa

#046daa #041aaa #04aa94

Monochromatic Colors of #046daa

#046daa

Complementary Color

#046daa #aa4104

#046daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#046daa Color CSS Codes

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

#046daa Text Font Color

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

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


#046daa Background Color

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

This div background color is #046daa


#046daa Border Color

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

This div border color is #046daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046daa


Comments

No comments written yet.

Please login to write comment.