Color Hex Logo

#4657cd Color Hex

#4657CD
(70,87,205)
0 Favorites   0 Comments

Color spaces of #4657cd

RGB 7087205
HSL0.650.570.54
HSV232°66°80°
CMYK 0.660.580.00   0.20
XYZ16.953412.526359.2819
Yxy12.52630.19100.1411
Hunter Lab35.392523.5665-74.5351
CIE-Lab42.040631.2801-63.2416

#4657cd color RGB value is (70,87,205).

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

The process color (four color CMYK) of #4657cd color hex is 0.66, 0.58, 0.00, 0.20. Web safe color of #4657cd is #3366cc. Color #4657cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010111 11001101
Octal 106 127 315
Decimal 70 87 205
Hex 46 57 CD

RGB Percentages of Color #4657cd

%19.34
%24.03
%56.63

CMYK Percentages of Color #4657cd

%66
%58
%0
%20

Triadic Colors of #4657cd

#4657cd #cd4657 #57cd46

Analogous Colors of #4657cd

#4657cd #7946cd #469bcd

Monochromatic Colors of #4657cd

#4657cd

Complementary Color

#4657cd #cdbc46

#4657cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4657cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4657cd Color CSS Codes

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

#4657cd Text Font Color

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

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


#4657cd Background Color

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

This div background color is #4657cd


#4657cd Border Color

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

This div border color is #4657cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4657cd


Comments

No comments written yet.

Please login to write comment.