Color Hex Logo

#476bdb Color Hex

#476BDB
(71,107,219)
0 Favorites   0 Comments

Color spaces of #476bdb

RGB 71107219
HSL0.630.670.57
HSV225°68°86°
CMYK 0.680.510.00   0.14
XYZ20.642416.969569.2053
Yxy16.96950.19320.1589
Hunter Lab41.194117.3570-70.7703
CIE-Lab48.221623.7286-61.2314

#476bdb color RGB value is (71,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101011 11011011
Octal 107 153 333
Decimal 71 107 219
Hex 47 6B DB

RGB Percentages of Color #476bdb

%17.88
%26.95
%55.16

CMYK Percentages of Color #476bdb

%68
%51
%0
%14

Triadic Colors of #476bdb

#476bdb #db476b #6bdb47

Analogous Colors of #476bdb

#476bdb #6d47db #47b5db

Monochromatic Colors of #476bdb

#476bdb

Complementary Color

#476bdb #dbb747

#476bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476bdb Color CSS Codes

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

#476bdb Text Font Color

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

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


#476bdb Background Color

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

This div background color is #476bdb


#476bdb Border Color

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

This div border color is #476bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476bdb


Comments

No comments written yet.

Please login to write comment.