Color Hex Logo

#4749cf Color Hex

#4749CF
(71,73,207)
0 Favorites   0 Comments

Color spaces of #4749cf

RGB 7173207
HSL0.660.590.55
HSV239°66°81°
CMYK 0.660.650.00   0.19
XYZ16.243610.609760.2232
Yxy10.60970.18650.1218
Hunter Lab32.572532.0142-86.8202
CIE-Lab38.915240.7679-69.4902

#4749cf color RGB value is (71,73,207).

#4749cf hex color red value is 71, green value is 73 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4749cf hue: 0.66 , saturation: 0.59 and the lightness value of 4749cf is 0.55.

The process color (four color CMYK) of #4749cf color hex is 0.66, 0.65, 0.00, 0.19. Web safe color of #4749cf is #3333cc. Color #4749cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 11001111
Octal 107 111 317
Decimal 71 73 207
Hex 47 49 CF

RGB Percentages of Color #4749cf

%20.23
%20.80
%58.97

CMYK Percentages of Color #4749cf

%66
%65
%0
%19

Triadic Colors of #4749cf

#4749cf #cf4749 #49cf47

Analogous Colors of #4749cf

#4749cf #8947cf #478dcf

Monochromatic Colors of #4749cf

#4749cf

Complementary Color

#4749cf #cfcd47

#4749cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4749cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4749cf Color CSS Codes

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

#4749cf Text Font Color

<p style="color:#4749cf">Text here</p>

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


#4749cf Background Color

<div style="background-color:#4749cf">
Div content here</div>

This div background color is #4749cf


#4749cf Border Color

<div style="border:3px solid #4749cf">
Div here</div>

This div border color is #4749cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,73,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4749cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4749cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4749cf;
  box-shadow:         1px 1px 3px 2px #4749cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4749cf


Comments

No comments written yet.

Please login to write comment.