Color Hex Logo

#046deb Color Hex

#046DEB
(4,109,235)
0 Favorites   0 Comments

Color spaces of #046deb

RGB 4109235
HSL0.590.970.47
HSV213°98°92°
CMYK 0.980.540.00   0.08
XYZ20.514116.961280.7899
Yxy16.96120.17350.1434
Hunter Lab41.184016.8405-87.4794
CIE-Lab48.211123.1498-70.3539

#046deb color RGB value is (4,109,235).

#046deb hex color red value is 4, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #046deb hue: 0.59 , saturation: 0.97 and the lightness value of 046deb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101101 11101011
Octal 4 155 353
Decimal 4 109 235
Hex 4 6D EB

RGB Percentages of Color #046deb

%1.15
%31.32
%67.53

CMYK Percentages of Color #046deb

%98
%54
%0
%8

Triadic Colors of #046deb

#046deb #eb046d #6deb04

Analogous Colors of #046deb

#046deb #0e04eb #04e1eb

Monochromatic Colors of #046deb

#046deb

Complementary Color

#046deb #eb8204

#046deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#046deb Color CSS Codes

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

#046deb Text Font Color

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

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


#046deb Background Color

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

This div background color is #046deb


#046deb Border Color

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

This div border color is #046deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046deb


Comments

No comments written yet.

Please login to write comment.