Color Hex Logo

#478fbb Color Hex

#478FBB
(71,143,187)
0 Favorites   0 Comments

Color spaces of #478fbb

RGB 71143187
HSL0.560.460.51
HSV203°62°73°
CMYK 0.620.240.00   0.27
XYZ21.390624.572450.6292
Yxy24.57240.22150.2544
Hunter Lab49.5706-9.7225-25.8568
CIE-Lab56.6564-9.0402-29.6751

#478fbb color RGB value is (71,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 10111011
Octal 107 217 273
Decimal 71 143 187
Hex 47 8F BB

RGB Percentages of Color #478fbb

%17.71
%35.66
%46.63

CMYK Percentages of Color #478fbb

%62
%24
%0
%27

Triadic Colors of #478fbb

#478fbb #bb478f #8fbb47

Analogous Colors of #478fbb

#478fbb #4755bb #47bbad

Monochromatic Colors of #478fbb

#478fbb

Complementary Color

#478fbb #bb7347

#478fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fbb Color CSS Codes

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

#478fbb Text Font Color

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

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


#478fbb Background Color

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

This div background color is #478fbb


#478fbb Border Color

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

This div border color is #478fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fbb


Comments

No comments written yet.

Please login to write comment.