Color Hex Logo

#474dce Color Hex

#474DCE
(71,77,206)
0 Favorites   0 Comments

Color spaces of #474dce

RGB 7177206
HSL0.660.580.54
HSV237°66°81°
CMYK 0.660.630.00   0.19
XYZ16.393011.103659.6717
Yxy11.10360.18810.1274
Hunter Lab33.322129.5006-82.8485
CIE-Lab39.754437.9986-67.5406

#474dce color RGB value is (71,77,206).

#474dce hex color red value is 71, green value is 77 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #474dce hue: 0.66 , saturation: 0.58 and the lightness value of 474dce is 0.54.

The process color (four color CMYK) of #474dce color hex is 0.66, 0.63, 0.00, 0.19. Web safe color of #474dce is #3366cc. Color #474dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001101 11001110
Octal 107 115 316
Decimal 71 77 206
Hex 47 4D CE

RGB Percentages of Color #474dce

%20.06
%21.75
%58.19

CMYK Percentages of Color #474dce

%66
%63
%0
%19

Triadic Colors of #474dce

#474dce #ce474d #4dce47

Analogous Colors of #474dce

#474dce #8547ce #4791ce

Monochromatic Colors of #474dce

#474dce

Complementary Color

#474dce #cec847

#474dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#474dce Color CSS Codes

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

#474dce Text Font Color

<p style="color:#474dce">Text here</p>

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


#474dce Background Color

<div style="background-color:#474dce">
Div content here</div>

This div background color is #474dce


#474dce Border Color

<div style="border:3px solid #474dce">
Div here</div>

This div border color is #474dce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,77,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #474dce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #474dce;
  -webkit-box-shadow: 1px 1px 3px 2px #474dce;
  box-shadow:         1px 1px 3px 2px #474dce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474dce


Comments

No comments written yet.

Please login to write comment.