Color Hex Logo

#4759dc Color Hex

#4759DC
(71,89,220)
0 Favorites   0 Comments

Color spaces of #4759dc

RGB 7189220
HSL0.650.680.57
HSV233°68°86°
CMYK 0.680.600.00   0.14
XYZ19.089213.651769.3391
Yxy13.65170.18700.1337
Hunter Lab36.948227.5622-85.4032
CIE-Lab43.729235.3568-69.0876

#4759dc color RGB value is (71,89,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011001 11011100
Octal 107 131 334
Decimal 71 89 220
Hex 47 59 DC

RGB Percentages of Color #4759dc

%18.68
%23.42
%57.89

CMYK Percentages of Color #4759dc

%68
%60
%0
%14

Triadic Colors of #4759dc

#4759dc #dc4759 #59dc47

Analogous Colors of #4759dc

#4759dc #8047dc #47a4dc

Monochromatic Colors of #4759dc

#4759dc

Complementary Color

#4759dc #dcca47

#4759dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4759dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4759dc Color CSS Codes

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

#4759dc Text Font Color

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

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


#4759dc Background Color

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

This div background color is #4759dc


#4759dc Border Color

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

This div border color is #4759dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4759dc


Comments

No comments written yet.

Please login to write comment.