Color Hex Logo

#046fda Color Hex

#046FDA
(4,111,218)
0 Favorites   0 Comments

Color spaces of #046fda

RGB 4111218
HSL0.580.960.44
HSV210°98°85°
CMYK 0.980.490.00   0.15
XYZ18.389416.456668.5369
Yxy16.45660.17790.1592
Hunter Lab40.56679.9245-71.7729
CIE-Lab47.567915.1880-61.8030

#046fda color RGB value is (4,111,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101111 11011010
Octal 4 157 332
Decimal 4 111 218
Hex 4 6F DA

RGB Percentages of Color #046fda

%1.20
%33.33
%65.47

CMYK Percentages of Color #046fda

%98
%49
%0
%15

Triadic Colors of #046fda

#046fda #da046f #6fda04

Analogous Colors of #046fda

#046fda #0404da #04dada

Monochromatic Colors of #046fda

#046fda

Complementary Color

#046fda #da6f04

#046fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#046fda Color CSS Codes

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

#046fda Text Font Color

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

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


#046fda Background Color

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

This div background color is #046fda


#046fda Border Color

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

This div border color is #046fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046fda


Comments

No comments written yet.

Please login to write comment.