Color Hex Logo

#4770dd Color Hex

#4770DD
(71,112,221)
0 Favorites   0 Comments

Color spaces of #4770dd

RGB 71112221
HSL0.620.690.57
HSV224°68°87°
CMYK 0.680.490.00   0.13
XYZ21.443818.148470.7794
Yxy18.14840.19430.1644
Hunter Lab42.600915.2989-68.6868
CIE-Lab49.675621.3013-60.0185

#4770dd color RGB value is (71,112,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110000 11011101
Octal 107 160 335
Decimal 71 112 221
Hex 47 70 DD

RGB Percentages of Color #4770dd

%17.57
%27.72
%54.70

CMYK Percentages of Color #4770dd

%68
%49
%0
%13

Triadic Colors of #4770dd

#4770dd #dd4770 #70dd47

Analogous Colors of #4770dd

#4770dd #6947dd #47bbdd

Monochromatic Colors of #4770dd

#4770dd

Complementary Color

#4770dd #ddb447

#4770dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4770dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4770dd Color CSS Codes

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

#4770dd Text Font Color

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

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


#4770dd Background Color

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

This div background color is #4770dd


#4770dd Border Color

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

This div border color is #4770dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4770dd


Comments

No comments written yet.

Please login to write comment.