Color Hex Logo

#046aaf Color Hex

#046AAF
(4,106,175)
0 Favorites   0 Comments

Color spaces of #046aaf

RGB 4106175
HSL0.570.960.35
HSV204°98°69°
CMYK 0.980.390.00   0.31
XYZ12.942013.429042.4674
Yxy13.42900.18800.1951
Hunter Lab36.6456-1.0896-43.0573
CIE-Lab43.40271.1857-43.7080

#046aaf color RGB value is (4,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101010 10101111
Octal 4 152 257
Decimal 4 106 175
Hex 4 6A AF

RGB Percentages of Color #046aaf

%1.40
%37.19
%61.40

CMYK Percentages of Color #046aaf

%98
%39
%0
%31

Triadic Colors of #046aaf

#046aaf #af046a #6aaf04

Analogous Colors of #046aaf

#046aaf #0414af #04af9f

Monochromatic Colors of #046aaf

#046aaf

Complementary Color

#046aaf #af4904

#046aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#046aaf Color CSS Codes

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

#046aaf Text Font Color

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

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


#046aaf Background Color

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

This div background color is #046aaf


#046aaf Border Color

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

This div border color is #046aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,106,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 #046aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046aaf


Comments

No comments written yet.

Please login to write comment.