Color Hex Logo

#4779dd Color Hex

#4779DD
(71,121,221)
0 Favorites   0 Comments

Color spaces of #4779dd

RGB 71121221
HSL0.610.690.57
HSV220°68°87°
CMYK 0.680.450.00   0.13
XYZ22.487120.234871.1271
Yxy20.23480.19750.1777
Hunter Lab44.983110.5119-62.2609
CIE-Lab52.101615.7027-56.1189

#4779dd color RGB value is (71,121,221).

#4779dd hex color red value is 71, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4779dd hue: 0.61 , saturation: 0.69 and the lightness value of 4779dd is 0.57.

The process color (four color CMYK) of #4779dd color hex is 0.68, 0.45, 0.00, 0.13. Web safe color of #4779dd is #3366cc. Color #4779dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111001 11011101
Octal 107 171 335
Decimal 71 121 221
Hex 47 79 DD

RGB Percentages of Color #4779dd

%17.19
%29.30
%53.51

CMYK Percentages of Color #4779dd

%68
%45
%0
%13

Triadic Colors of #4779dd

#4779dd #dd4779 #79dd47

Analogous Colors of #4779dd

#4779dd #6047dd #47c4dd

Monochromatic Colors of #4779dd

#4779dd

Complementary Color

#4779dd #ddab47

#4779dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4779dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4779dd Color CSS Codes

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

#4779dd Text Font Color

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

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


#4779dd Background Color

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

This div background color is #4779dd


#4779dd Border Color

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

This div border color is #4779dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4779dd


Comments

No comments written yet.

Please login to write comment.