Color Hex Logo

#476fdb Color Hex

#476FDB
(71,111,219)
0 Favorites   0 Comments

Color spaces of #476fdb

RGB 71111219
HSL0.620.670.57
HSV224°68°86°
CMYK 0.680.490.00   0.14
XYZ21.069217.822969.3475
Yxy17.82290.19470.1647
Hunter Lab42.217215.2034-67.8399
CIE-Lab49.280621.2211-59.5232

#476fdb color RGB value is (71,111,219).

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

The process color (four color CMYK) of #476fdb color hex is 0.68, 0.49, 0.00, 0.14. Web safe color of #476fdb is #3366cc. Color #476fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101111 11011011
Octal 107 157 333
Decimal 71 111 219
Hex 47 6F DB

RGB Percentages of Color #476fdb

%17.71
%27.68
%54.61

CMYK Percentages of Color #476fdb

%68
%49
%0
%14

Triadic Colors of #476fdb

#476fdb #db476f #6fdb47

Analogous Colors of #476fdb

#476fdb #6947db #47b9db

Monochromatic Colors of #476fdb

#476fdb

Complementary Color

#476fdb #dbb347

#476fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476fdb Color CSS Codes

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

#476fdb Text Font Color

<p style="color:#476fdb">Text here</p>

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


#476fdb Background Color

<div style="background-color:#476fdb">
Div content here</div>

This div background color is #476fdb


#476fdb Border Color

<div style="border:3px solid #476fdb">
Div here</div>

This div border color is #476fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,111,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 #476fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476fdb


Comments

No comments written yet.

Please login to write comment.