Color Hex Logo

#4247db Color Hex

#4247DB
(66,71,219)
0 Favorites   0 Comments

Color spaces of #4247db

RGB 6671219
HSL0.660.680.56
HSV238°70°86°
CMYK 0.700.680.00   0.14
XYZ17.286210.779268.1873
Yxy10.77920.17960.1120
Hunter Lab32.831736.5265-100.1557
CIE-Lab39.206145.3279-75.9281

#4247db color RGB value is (66,71,219).

#4247db hex color red value is 66, green value is 71 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4247db hue: 0.66 , saturation: 0.68 and the lightness value of 4247db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 11011011
Octal 102 107 333
Decimal 66 71 219
Hex 42 47 DB

RGB Percentages of Color #4247db

%18.54
%19.94
%61.52

CMYK Percentages of Color #4247db

%70
%68
%0
%14

Triadic Colors of #4247db

#4247db #db4247 #47db42

Analogous Colors of #4247db

#4247db #8a42db #4294db

Monochromatic Colors of #4247db

#4247db

Complementary Color

#4247db #dbd642

#4247db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4247db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4247db Color CSS Codes

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

#4247db Text Font Color

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

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


#4247db Background Color

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

This div background color is #4247db


#4247db Border Color

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

This div border color is #4247db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4247db


Comments

No comments written yet.

Please login to write comment.