Color Hex Logo

#4746db Color Hex

#4746DB
(71,70,219)
0 Favorites   0 Comments

Color spaces of #4746db

RGB 7170219
HSL0.670.670.57
HSV240°68°86°
CMYK 0.680.680.00   0.14
XYZ17.574910.834468.1828
Yxy10.83440.18190.1122
Hunter Lab32.915637.7055-99.7747
CIE-Lab39.300146.4908-75.7621

#4746db color RGB value is (71,70,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 11011011
Octal 107 106 333
Decimal 71 70 219
Hex 47 46 DB

RGB Percentages of Color #4746db

%19.72
%19.44
%60.83

CMYK Percentages of Color #4746db

%68
%68
%0
%14

Triadic Colors of #4746db

#4746db #db4746 #46db47

Analogous Colors of #4746db

#4746db #9246db #4690db

Monochromatic Colors of #4746db

#4746db

Complementary Color

#4746db #dadb46

#4746db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4746db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4746db Color CSS Codes

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

#4746db Text Font Color

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

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


#4746db Background Color

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

This div background color is #4746db


#4746db Border Color

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

This div border color is #4746db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4746db


Comments

No comments written yet.

Please login to write comment.