Color Hex Logo

#046aff Color Hex

#046AFF
(4,106,255)
0 Favorites   0 Comments

Color spaces of #046aff

RGB 4106255
HSL0.601.000.51
HSV216°98°100°
CMYK 0.980.580.00   0.00
XYZ23.254117.553996.7704
Yxy17.55390.16900.1276
Hunter Lab41.897425.7516-107.6140
CIE-Lab48.950532.7619-80.3067

#046aff color RGB value is (4,106,255).

#046aff hex color red value is 4, green value is 106 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #046aff hue: 0.60 , saturation: 1.00 and the lightness value of 046aff is 0.51.

The process color (four color CMYK) of #046aff color hex is 0.98, 0.58, 0.00, 0.00. Web safe color of #046aff is #0066ff. Color #046aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101010 11111111
Octal 4 152 377
Decimal 4 106 255
Hex 4 6A FF

RGB Percentages of Color #046aff

%1.10
%29.04
%69.86

CMYK Percentages of Color #046aff

%98
%58
%0
%0

Triadic Colors of #046aff

#046aff #ff046a #6aff04

Analogous Colors of #046aff

#046aff #1c04ff #04e8ff

Monochromatic Colors of #046aff

#046aff

Complementary Color

#046aff #ff9904

#046aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#046aff Color CSS Codes

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

#046aff Text Font Color

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

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


#046aff Background Color

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

This div background color is #046aff


#046aff Border Color

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

This div border color is #046aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046aff

Related Colors


Comments

No comments written yet.

Please login to write comment.