Color Hex Logo

#4794dc Color Hex

#4794DC
(71,148,220)
0 Favorites   0 Comments

Color spaces of #4794dc

RGB 71148220
HSL0.580.680.57
HSV209°68°86°
CMYK 0.680.330.00   0.14
XYZ26.106727.686771.6782
Yxy27.68670.20810.2207
Hunter Lab52.6182-3.5183-43.9341
CIE-Lab59.6046-0.8637-43.6297

#4794dc color RGB value is (71,148,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010100 11011100
Octal 107 224 334
Decimal 71 148 220
Hex 47 94 DC

RGB Percentages of Color #4794dc

%16.17
%33.71
%50.11

CMYK Percentages of Color #4794dc

%68
%33
%0
%14

Triadic Colors of #4794dc

#4794dc #dc4794 #94dc47

Analogous Colors of #4794dc

#4794dc #4749dc #47dcda

Monochromatic Colors of #4794dc

#4794dc

Complementary Color

#4794dc #dc8f47

#4794dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4794dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4794dc Color CSS Codes

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

#4794dc Text Font Color

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

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


#4794dc Background Color

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

This div background color is #4794dc


#4794dc Border Color

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

This div border color is #4794dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4794dc


Comments

No comments written yet.

Please login to write comment.