Color Hex Logo

#046daf Color Hex

#046DAF
(4,109,175)
0 Favorites   0 Comments

Color spaces of #046daf

RGB 4109175
HSL0.560.960.35
HSV203°98°69°
CMYK 0.980.380.00   0.31
XYZ13.256614.058242.5723
Yxy14.05820.18970.2012
Hunter Lab37.4943-2.5039-41.0740
CIE-Lab44.3163-0.6847-42.2530

#046daf color RGB value is (4,109,175).

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

The process color (four color CMYK) of #046daf color hex is 0.98, 0.38, 0.00, 0.31. Web safe color of #046daf is #006699. Color #046daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101101 10101111
Octal 4 155 257
Decimal 4 109 175
Hex 4 6D AF

RGB Percentages of Color #046daf

%1.39
%37.85
%60.76

CMYK Percentages of Color #046daf

%98
%38
%0
%31

Triadic Colors of #046daf

#046daf #af046d #6daf04

Analogous Colors of #046daf

#046daf #0418af #04af9c

Monochromatic Colors of #046daf

#046daf

Complementary Color

#046daf #af4604

#046daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#046daf Color CSS Codes

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

#046daf Text Font Color

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

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


#046daf Background Color

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

This div background color is #046daf


#046daf Border Color

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

This div border color is #046daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046daf


Comments

No comments written yet.

Please login to write comment.