Color Hex Logo

#4657dc Color Hex

#4657DC
(70,87,220)
0 Favorites   0 Comments

Color spaces of #4657dc

RGB 7087220
HSL0.650.680.57
HSV233°68°86°
CMYK 0.680.600.00   0.14
XYZ18.852213.285869.2809
Yxy13.28580.18590.1310
Hunter Lab36.449728.5353-87.1793
CIE-Lab43.190836.4610-69.9678

#4657dc color RGB value is (70,87,220).

#4657dc hex color red value is 70, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4657dc hue: 0.65 , saturation: 0.68 and the lightness value of 4657dc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010111 11011100
Octal 106 127 334
Decimal 70 87 220
Hex 46 57 DC

RGB Percentages of Color #4657dc

%18.57
%23.08
%58.36

CMYK Percentages of Color #4657dc

%68
%60
%0
%14

Triadic Colors of #4657dc

#4657dc #dc4657 #57dc46

Analogous Colors of #4657dc

#4657dc #8046dc #46a2dc

Monochromatic Colors of #4657dc

#4657dc

Complementary Color

#4657dc #dccb46

#4657dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4657dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4657dc Color CSS Codes

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

#4657dc Text Font Color

<p style="color:#4657dc">Text here</p>

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


#4657dc Background Color

<div style="background-color:#4657dc">
Div content here</div>

This div background color is #4657dc


#4657dc Border Color

<div style="border:3px solid #4657dc">
Div here</div>

This div border color is #4657dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,87,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4657dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4657dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4657dc;
  box-shadow:         1px 1px 3px 2px #4657dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,87,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4657dc


Comments

No comments written yet.

Please login to write comment.