Color Hex Logo

#046bff Color Hex

#046BFF
(4,107,255)
0 Favorites   0 Comments

Color spaces of #046bff

RGB 4107255
HSL0.601.000.51
HSV215°98°100°
CMYK 0.980.580.00   0.00
XYZ23.357817.761296.8049
Yxy17.76120.16940.1288
Hunter Lab42.144025.1793-106.6884
CIE-Lab49.205232.1284-79.8905

#046bff color RGB value is (4,107,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101011 11111111
Octal 4 153 377
Decimal 4 107 255
Hex 4 6B FF

RGB Percentages of Color #046bff

%1.09
%29.23
%69.67

CMYK Percentages of Color #046bff

%98
%58
%0
%0

Triadic Colors of #046bff

#046bff #ff046b #6bff04

Analogous Colors of #046bff

#046bff #1b04ff #04e9ff

Monochromatic Colors of #046bff

#046bff

Complementary Color

#046bff #ff9804

#046bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#046bff Color CSS Codes

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

#046bff Text Font Color

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

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


#046bff Background Color

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

This div background color is #046bff


#046bff Border Color

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

This div border color is #046bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046bff


Comments

No comments written yet.

Please login to write comment.