Color Hex Logo

#476edb Color Hex

#476EDB
(71,110,219)
0 Favorites   0 Comments

Color spaces of #476edb

RGB 71110219
HSL0.620.670.57
HSV224°68°86°
CMYK 0.680.500.00   0.14
XYZ20.960617.605969.3114
Yxy17.60590.19430.1632
Hunter Lab41.959415.7399-68.5677
CIE-Lab49.014621.8469-59.9520

#476edb color RGB value is (71,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101110 11011011
Octal 107 156 333
Decimal 71 110 219
Hex 47 6E DB

RGB Percentages of Color #476edb

%17.75
%27.50
%54.75

CMYK Percentages of Color #476edb

%68
%50
%0
%14

Triadic Colors of #476edb

#476edb #db476e #6edb47

Analogous Colors of #476edb

#476edb #6a47db #47b8db

Monochromatic Colors of #476edb

#476edb

Complementary Color

#476edb #dbb447

#476edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476edb Color CSS Codes

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

#476edb Text Font Color

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

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


#476edb Background Color

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

This div background color is #476edb


#476edb Border Color

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

This div border color is #476edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476edb


Comments

No comments written yet.

Please login to write comment.