Color Hex Logo

#4774ef Color Hex

#4774EF
(71,116,239)
0 Favorites   0 Comments

Color spaces of #4774ef

RGB 71116239
HSL0.620.840.61
HSV224°70°94°
CMYK 0.700.510.00   0.06
XYZ24.423920.062484.2465
Yxy20.06240.18970.1558
Hunter Lab44.791118.9490-80.1635
CIE-Lab51.907725.1737-66.5268

#4774ef color RGB value is (71,116,239).

#4774ef hex color red value is 71, green value is 116 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4774ef hue: 0.62 , saturation: 0.84 and the lightness value of 4774ef is 0.61.

The process color (four color CMYK) of #4774ef color hex is 0.70, 0.51, 0.00, 0.06. Web safe color of #4774ef is #3366ff. Color #4774ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110100 11101111
Octal 107 164 357
Decimal 71 116 239
Hex 47 74 EF

RGB Percentages of Color #4774ef

%16.67
%27.23
%56.10

CMYK Percentages of Color #4774ef

%70
%51
%0
%6

Triadic Colors of #4774ef

#4774ef #ef4774 #74ef47

Analogous Colors of #4774ef

#4774ef #6e47ef #47c8ef

Monochromatic Colors of #4774ef

#4774ef

Complementary Color

#4774ef #efc247

#4774ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4774ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4774ef Color CSS Codes

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

#4774ef Text Font Color

<p style="color:#4774ef">Text here</p>

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


#4774ef Background Color

<div style="background-color:#4774ef">
Div content here</div>

This div background color is #4774ef


#4774ef Border Color

<div style="border:3px solid #4774ef">
Div here</div>

This div border color is #4774ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,116,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4774ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4774ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4774ef;
  box-shadow:         1px 1px 3px 2px #4774ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4774ef


Comments

No comments written yet.

Please login to write comment.