Color Hex Logo

#474cdb Color Hex

#474CDB
(71,76,219)
0 Favorites   0 Comments

Color spaces of #474cdb

RGB 7176219
HSL0.660.670.57
HSV238°68°86°
CMYK 0.680.650.00   0.14
XYZ17.969211.622968.3142
Yxy11.62290.18350.1187
Hunter Lab34.092434.4210-94.9405
CIE-Lab40.610442.9577-73.6129

#474cdb color RGB value is (71,76,219).

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

The process color (four color CMYK) of #474cdb color hex is 0.68, 0.65, 0.00, 0.14. Web safe color of #474cdb is #3333cc. Color #474cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001100 11011011
Octal 107 114 333
Decimal 71 76 219
Hex 47 4C DB

RGB Percentages of Color #474cdb

%19.40
%20.77
%59.84

CMYK Percentages of Color #474cdb

%68
%65
%0
%14

Triadic Colors of #474cdb

#474cdb #db474c #4cdb47

Analogous Colors of #474cdb

#474cdb #8c47db #4796db

Monochromatic Colors of #474cdb

#474cdb

Complementary Color

#474cdb #dbd647

#474cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#474cdb Color CSS Codes

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

#474cdb Text Font Color

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

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


#474cdb Background Color

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

This div background color is #474cdb


#474cdb Border Color

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

This div border color is #474cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474cdb


Comments

No comments written yet.

Please login to write comment.