Color Hex Logo

#046caa Color Hex

#046CAA
(4,108,170)
0 Favorites   0 Comments

Color spaces of #046caa

RGB 4108170
HSL0.560.950.34
HSV202°98°67°
CMYK 0.980.360.00   0.33
XYZ12.668313.653239.9979
Yxy13.65320.19100.2059
Hunter Lab36.9502-3.4646-38.3151
CIE-Lab43.7314-2.0577-40.2520

#046caa color RGB value is (4,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101100 10101010
Octal 4 154 252
Decimal 4 108 170
Hex 4 6C AA

RGB Percentages of Color #046caa

%1.42
%38.30
%60.28

CMYK Percentages of Color #046caa

%98
%36
%0
%33

Triadic Colors of #046caa

#046caa #aa046c #6caa04

Analogous Colors of #046caa

#046caa #0419aa #04aa95

Monochromatic Colors of #046caa

#046caa

Complementary Color

#046caa #aa4204

#046caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#046caa Color CSS Codes

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

#046caa Text Font Color

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

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


#046caa Background Color

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

This div background color is #046caa


#046caa Border Color

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

This div border color is #046caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046caa


Comments

No comments written yet.

Please login to write comment.