Color Hex Logo

#046ddc Color Hex

#046DDC
(4,109,220)
0 Favorites   0 Comments

Color spaces of #046ddc

RGB 4109220
HSL0.590.960.44
HSV211°98°86°
CMYK 0.980.500.00   0.14
XYZ18.437016.130469.8519
Yxy16.13040.17660.1545
Hunter Lab40.162711.6572-75.0048
CIE-Lab47.145117.2598-63.6213

#046ddc color RGB value is (4,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101101 11011100
Octal 4 155 334
Decimal 4 109 220
Hex 4 6D DC

RGB Percentages of Color #046ddc

%1.20
%32.73
%66.07

CMYK Percentages of Color #046ddc

%98
%50
%0
%14

Triadic Colors of #046ddc

#046ddc #dc046d #6ddc04

Analogous Colors of #046ddc

#046ddc #0704dc #04d9dc

Monochromatic Colors of #046ddc

#046ddc

Complementary Color

#046ddc #dc7304

#046ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#046ddc Color CSS Codes

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

#046ddc Text Font Color

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

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


#046ddc Background Color

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

This div background color is #046ddc


#046ddc Border Color

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

This div border color is #046ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046ddc


Comments

No comments written yet.

Please login to write comment.