Color Hex Logo

#474fcc Color Hex

#474FCC
(71,79,204)
0 Favorites   0 Comments

Color spaces of #474fcc

RGB 7179204
HSL0.660.570.54
HSV236°65°80°
CMYK 0.650.610.00   0.20
XYZ16.293611.291258.4474
Yxy11.29120.18940.1312
Hunter Lab33.602427.7495-79.6063
CIE-Lab40.066736.0890-65.8751

#474fcc color RGB value is (71,79,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001111 11001100
Octal 107 117 314
Decimal 71 79 204
Hex 47 4F CC

RGB Percentages of Color #474fcc

%20.06
%22.32
%57.63

CMYK Percentages of Color #474fcc

%65
%61
%0
%20

Triadic Colors of #474fcc

#474fcc #cc474f #4fcc47

Analogous Colors of #474fcc

#474fcc #8247cc #4792cc

Monochromatic Colors of #474fcc

#474fcc

Complementary Color

#474fcc #ccc447

#474fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#474fcc Color CSS Codes

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

#474fcc Text Font Color

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

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


#474fcc Background Color

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

This div background color is #474fcc


#474fcc Border Color

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

This div border color is #474fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474fcc


Comments

No comments written yet.

Please login to write comment.