Color Hex Logo

#474eca Color Hex

#474ECA
(71,78,202)
0 Favorites   0 Comments

Color spaces of #474eca

RGB 7178202
HSL0.660.550.54
HSV237°65°79°
CMYK 0.650.610.00   0.21
XYZ15.983611.052657.1681
Yxy11.05260.18980.1313
Hunter Lab33.245527.6389-78.6819
CIE-Lab39.668936.0306-65.3662

#474eca color RGB value is (71,78,202).

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

The process color (four color CMYK) of #474eca color hex is 0.65, 0.61, 0.00, 0.21. Web safe color of #474eca is #3366cc. Color #474eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001110 11001010
Octal 107 116 312
Decimal 71 78 202
Hex 47 4E CA

RGB Percentages of Color #474eca

%20.23
%22.22
%57.55

CMYK Percentages of Color #474eca

%65
%61
%0
%21

Triadic Colors of #474eca

#474eca #ca474e #4eca47

Analogous Colors of #474eca

#474eca #8247ca #4790ca

Monochromatic Colors of #474eca

#474eca

Complementary Color

#474eca #cac347

#474eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#474eca Color CSS Codes

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

#474eca Text Font Color

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

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


#474eca Background Color

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

This div background color is #474eca


#474eca Border Color

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

This div border color is #474eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474eca


Comments

No comments written yet.

Please login to write comment.