Color Hex Logo

#478fbc Color Hex

#478FBC
(71,143,188)
0 Favorites   0 Comments

Color spaces of #478fbc

RGB 71143188
HSL0.560.470.51
HSV203°62°74°
CMYK 0.620.240.00   0.26
XYZ21.498124.615451.1951
Yxy24.61540.22090.2530
Hunter Lab49.6139-9.4789-26.4498
CIE-Lab56.6988-8.7141-30.1773

#478fbc color RGB value is (71,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 10111100
Octal 107 217 274
Decimal 71 143 188
Hex 47 8F BC

RGB Percentages of Color #478fbc

%17.66
%35.57
%46.77

CMYK Percentages of Color #478fbc

%62
%24
%0
%26

Triadic Colors of #478fbc

#478fbc #bc478f #8fbc47

Analogous Colors of #478fbc

#478fbc #4754bc #47bcaf

Monochromatic Colors of #478fbc

#478fbc

Complementary Color

#478fbc #bc7447

#478fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fbc Color CSS Codes

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

#478fbc Text Font Color

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

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


#478fbc Background Color

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

This div background color is #478fbc


#478fbc Border Color

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

This div border color is #478fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fbc


Comments

No comments written yet.

Please login to write comment.