Color Hex Logo

#4779ff Color Hex

#4779FF
(71,121,255)
0 Favorites   0 Comments

Color spaces of #4779ff

RGB 71121255
HSL0.621.000.64
HSV224°72°100°
CMYK 0.720.530.00   0.00
XYZ27.485922.234397.4507
Yxy22.23430.18680.1511
Hunter Lab47.153321.5304-89.5262
CIE-Lab54.274727.7356-71.5766

#4779ff color RGB value is (71,121,255).

#4779ff hex color red value is 71, green value is 121 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4779ff hue: 0.62 , saturation: 1.00 and the lightness value of 4779ff is 0.64.

The process color (four color CMYK) of #4779ff color hex is 0.72, 0.53, 0.00, 0.00. Web safe color of #4779ff is #3366ff. Color #4779ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111001 11111111
Octal 107 171 377
Decimal 71 121 255
Hex 47 79 FF

RGB Percentages of Color #4779ff

%15.88
%27.07
%57.05

CMYK Percentages of Color #4779ff

%72
%53
%0
%0

Triadic Colors of #4779ff

#4779ff #ff4779 #79ff47

Analogous Colors of #4779ff

#4779ff #7147ff #47d5ff

Monochromatic Colors of #4779ff

#4779ff

Complementary Color

#4779ff #ffcd47

#4779ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4779ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4779ff Color CSS Codes

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

#4779ff Text Font Color

<p style="color:#4779ff">Text here</p>

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


#4779ff Background Color

<div style="background-color:#4779ff">
Div content here</div>

This div background color is #4779ff


#4779ff Border Color

<div style="border:3px solid #4779ff">
Div here</div>

This div border color is #4779ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,121,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4779ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4779ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4779ff;
  box-shadow:         1px 1px 3px 2px #4779ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4779ff

Related Colors


Comments

No comments written yet.

Please login to write comment.