Color Hex Logo

#477bdb Color Hex

#477BDB
(71,123,219)
0 Favorites   0 Comments

Color spaces of #477bdb

RGB 71123219
HSL0.610.670.57
HSV219°68°86°
CMYK 0.680.440.00   0.14
XYZ22.467720.620069.8137
Yxy20.62000.19900.1826
Hunter Lab45.40938.8525-59.3680
CIE-Lab52.531113.7628-54.3037

#477bdb color RGB value is (71,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111011 11011011
Octal 107 173 333
Decimal 71 123 219
Hex 47 7B DB

RGB Percentages of Color #477bdb

%17.19
%29.78
%53.03

CMYK Percentages of Color #477bdb

%68
%44
%0
%14

Triadic Colors of #477bdb

#477bdb #db477b #7bdb47

Analogous Colors of #477bdb

#477bdb #5d47db #47c5db

Monochromatic Colors of #477bdb

#477bdb

Complementary Color

#477bdb #dba747

#477bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477bdb Color CSS Codes

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

#477bdb Text Font Color

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

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


#477bdb Background Color

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

This div background color is #477bdb


#477bdb Border Color

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

This div border color is #477bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477bdb


Comments

No comments written yet.

Please login to write comment.