Color Hex Logo

#4770db Color Hex

#4770DB
(71,112,219)
0 Favorites   0 Comments

Color spaces of #4770db

RGB 71112219
HSL0.620.670.57
HSV223°68°86°
CMYK 0.680.490.00   0.14
XYZ21.178918.042469.3841
Yxy18.04240.19500.1661
Hunter Lab42.476314.6673-67.1154
CIE-Lab49.547520.5950-59.0933

#4770db color RGB value is (71,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110000 11011011
Octal 107 160 333
Decimal 71 112 219
Hex 47 70 DB

RGB Percentages of Color #4770db

%17.66
%27.86
%54.48

CMYK Percentages of Color #4770db

%68
%49
%0
%14

Triadic Colors of #4770db

#4770db #db4770 #70db47

Analogous Colors of #4770db

#4770db #6847db #47badb

Monochromatic Colors of #4770db

#4770db

Complementary Color

#4770db #dbb247

#4770db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4770db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4770db Color CSS Codes

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

#4770db Text Font Color

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

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


#4770db Background Color

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

This div background color is #4770db


#4770db Border Color

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

This div border color is #4770db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4770db


Comments

No comments written yet.

Please login to write comment.