Color Hex Logo

#478dbb Color Hex

#478DBB
(71,141,187)
0 Favorites   0 Comments

Color spaces of #478dbb

RGB 71141187
HSL0.570.460.51
HSV204°62°73°
CMYK 0.620.250.00   0.27
XYZ21.093123.977250.5300
Yxy23.97720.22060.2508
Hunter Lab48.9665-8.7997-26.9065
CIE-Lab56.0650-7.9075-30.5936

#478dbb color RGB value is (71,141,187).

#478dbb hex color red value is 71, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #478dbb hue: 0.57 , saturation: 0.46 and the lightness value of 478dbb is 0.51.

The process color (four color CMYK) of #478dbb color hex is 0.62, 0.25, 0.00, 0.27. Web safe color of #478dbb is #3399cc. Color #478dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001101 10111011
Octal 107 215 273
Decimal 71 141 187
Hex 47 8D BB

RGB Percentages of Color #478dbb

%17.79
%35.34
%46.87

CMYK Percentages of Color #478dbb

%62
%25
%0
%27

Triadic Colors of #478dbb

#478dbb #bb478d #8dbb47

Analogous Colors of #478dbb

#478dbb #4753bb #47bbaf

Monochromatic Colors of #478dbb

#478dbb

Complementary Color

#478dbb #bb7547

#478dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#478dbb Color CSS Codes

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

#478dbb Text Font Color

<p style="color:#478dbb">Text here</p>

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


#478dbb Background Color

<div style="background-color:#478dbb">
Div content here</div>

This div background color is #478dbb


#478dbb Border Color

<div style="border:3px solid #478dbb">
Div here</div>

This div border color is #478dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,141,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #478dbb;
  box-shadow:         1px 1px 3px 2px #478dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,141,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #478dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478dbb


Comments

No comments written yet.

Please login to write comment.