Color Hex Logo

#478cbb Color Hex

#478CBB
(71,140,187)
0 Favorites   0 Comments

Color spaces of #478cbb

RGB 71140187
HSL0.570.460.51
HSV204°62°73°
CMYK 0.620.250.00   0.27
XYZ20.946323.683650.4811
Yxy23.68360.22020.2490
Hunter Lab48.6658-8.3368-27.4355
CIE-Lab55.7696-7.3383-31.0529

#478cbb color RGB value is (71,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001100 10111011
Octal 107 214 273
Decimal 71 140 187
Hex 47 8C BB

RGB Percentages of Color #478cbb

%17.84
%35.18
%46.98

CMYK Percentages of Color #478cbb

%62
%25
%0
%27

Triadic Colors of #478cbb

#478cbb #bb478c #8cbb47

Analogous Colors of #478cbb

#478cbb #4752bb #47bbb0

Monochromatic Colors of #478cbb

#478cbb

Complementary Color

#478cbb #bb7647

#478cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#478cbb Color CSS Codes

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

#478cbb Text Font Color

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

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


#478cbb Background Color

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

This div background color is #478cbb


#478cbb Border Color

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

This div border color is #478cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478cbb


Comments

No comments written yet.

Please login to write comment.