Color Hex Logo

#046aca Color Hex

#046ACA
(4,106,202)
0 Favorites   0 Comments

Color spaces of #046aca

RGB 4106202
HSL0.580.960.40
HSV209°98°79°
CMYK 0.980.480.00   0.21
XYZ15.864814.598157.8587
Yxy14.59810.17960.1653
Hunter Lab38.20757.2551-63.0394
CIE-Lab45.078712.0269-56.6860

#046aca color RGB value is (4,106,202).

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

The process color (four color CMYK) of #046aca color hex is 0.98, 0.48, 0.00, 0.21. Web safe color of #046aca is #0066cc. Color #046aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101010 11001010
Octal 4 152 312
Decimal 4 106 202
Hex 4 6A CA

RGB Percentages of Color #046aca

%1.28
%33.97
%64.74

CMYK Percentages of Color #046aca

%98
%48
%0
%21

Triadic Colors of #046aca

#046aca #ca046a #6aca04

Analogous Colors of #046aca

#046aca #0407ca #04cac7

Monochromatic Colors of #046aca

#046aca

Complementary Color

#046aca #ca6404

#046aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#046aca Color CSS Codes

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

#046aca Text Font Color

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

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


#046aca Background Color

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

This div background color is #046aca


#046aca Border Color

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

This div border color is #046aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046aca


Comments

No comments written yet.

Please login to write comment.