Color Hex Logo

#4774dd Color Hex

#4774DD
(71,116,221)
0 Favorites   0 Comments

Color spaces of #4774dd

RGB 71116221
HSL0.620.690.57
HSV222°68°87°
CMYK 0.680.480.00   0.13
XYZ21.895119.050870.9298
Yxy19.05080.19570.1703
Hunter Lab43.647213.1597-65.7974
CIE-Lab50.746618.8056-58.2946

#4774dd color RGB value is (71,116,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110100 11011101
Octal 107 164 335
Decimal 71 116 221
Hex 47 74 DD

RGB Percentages of Color #4774dd

%17.40
%28.43
%54.17

CMYK Percentages of Color #4774dd

%68
%48
%0
%13

Triadic Colors of #4774dd

#4774dd #dd4774 #74dd47

Analogous Colors of #4774dd

#4774dd #6547dd #47bfdd

Monochromatic Colors of #4774dd

#4774dd

Complementary Color

#4774dd #ddb047

#4774dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4774dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4774dd Color CSS Codes

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

#4774dd Text Font Color

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

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


#4774dd Background Color

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

This div background color is #4774dd


#4774dd Border Color

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

This div border color is #4774dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4774dd


Comments

No comments written yet.

Please login to write comment.