Color Hex Logo

#476adb Color Hex

#476ADB
(71,106,219)
0 Favorites   0 Comments

Color spaces of #476adb

RGB 71106219
HSL0.630.670.57
HSV226°68°86°
CMYK 0.680.520.00   0.14
XYZ20.538816.762169.1707
Yxy16.76210.19290.1574
Hunter Lab40.941517.8989-71.5113
CIE-Lab47.958924.3573-61.6557

#476adb color RGB value is (71,106,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101010 11011011
Octal 107 152 333
Decimal 71 106 219
Hex 47 6A DB

RGB Percentages of Color #476adb

%17.93
%26.77
%55.30

CMYK Percentages of Color #476adb

%68
%52
%0
%14

Triadic Colors of #476adb

#476adb #db476a #6adb47

Analogous Colors of #476adb

#476adb #6e47db #47b4db

Monochromatic Colors of #476adb

#476adb

Complementary Color

#476adb #dbb847

#476adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476adb Color CSS Codes

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

#476adb Text Font Color

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

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


#476adb Background Color

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

This div background color is #476adb


#476adb Border Color

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

This div border color is #476adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476adb


Comments

No comments written yet.

Please login to write comment.