Color Hex Logo

#474cbc Color Hex

#474CBC
(71,76,188)
0 Favorites   0 Comments

Color spaces of #474cbc

RGB 7176188
HSL0.660.470.51
HSV237°62°74°
CMYK 0.620.600.00   0.26
XYZ14.260110.139348.7824
Yxy10.13930.19490.1385
Hunter Lab31.842324.2147-68.5428
CIE-Lab38.091332.5315-59.7766

#474cbc color RGB value is (71,76,188).

#474cbc hex color red value is 71, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #474cbc hue: 0.66 , saturation: 0.47 and the lightness value of 474cbc is 0.51.

The process color (four color CMYK) of #474cbc color hex is 0.62, 0.60, 0.00, 0.26. Web safe color of #474cbc is #3333cc. Color #474cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001100 10111100
Octal 107 114 274
Decimal 71 76 188
Hex 47 4C BC

RGB Percentages of Color #474cbc

%21.19
%22.69
%56.12

CMYK Percentages of Color #474cbc

%62
%60
%0
%26

Triadic Colors of #474cbc

#474cbc #bc474c #4cbc47

Analogous Colors of #474cbc

#474cbc #7d47bc #4787bc

Monochromatic Colors of #474cbc

#474cbc

Complementary Color

#474cbc #bcb747

#474cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#474cbc Color CSS Codes

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

#474cbc Text Font Color

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

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


#474cbc Background Color

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

This div background color is #474cbc


#474cbc Border Color

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

This div border color is #474cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474cbc


Comments

No comments written yet.

Please login to write comment.