Color Hex Logo

#4694dc Color Hex

#4694DC
(70,148,220)
0 Favorites   0 Comments

Color spaces of #4694dc

RGB 70148220
HSL0.580.680.57
HSV209°68°86°
CMYK 0.680.330.00   0.14
XYZ26.034027.649271.6748
Yxy27.64920.20770.2206
Hunter Lab52.5825-3.6427-44.0100
CIE-Lab59.5705-1.0185-43.6859

#4694dc color RGB value is (70,148,220).

#4694dc hex color red value is 70, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4694dc hue: 0.58 , saturation: 0.68 and the lightness value of 4694dc is 0.57.

The process color (four color CMYK) of #4694dc color hex is 0.68, 0.33, 0.00, 0.14. Web safe color of #4694dc is #3399cc. Color #4694dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010100 11011100
Octal 106 224 334
Decimal 70 148 220
Hex 46 94 DC

RGB Percentages of Color #4694dc

%15.98
%33.79
%50.23

CMYK Percentages of Color #4694dc

%68
%33
%0
%14

Triadic Colors of #4694dc

#4694dc #dc4694 #94dc46

Analogous Colors of #4694dc

#4694dc #4649dc #46dcd9

Monochromatic Colors of #4694dc

#4694dc

Complementary Color

#4694dc #dc8e46

#4694dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4694dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4694dc Color CSS Codes

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

#4694dc Text Font Color

<p style="color:#4694dc">Text here</p>

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


#4694dc Background Color

<div style="background-color:#4694dc">
Div content here</div>

This div background color is #4694dc


#4694dc Border Color

<div style="border:3px solid #4694dc">
Div here</div>

This div border color is #4694dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,148,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4694dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4694dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4694dc;
  box-shadow:         1px 1px 3px 2px #4694dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,148,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 #4694dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4694dc

#4694dc Color Palettes


Comments

No comments written yet.

Please login to write comment.