Color Hex Logo

#478bcb Color Hex

#478BCB
(71,139,203)
0 Favorites   0 Comments

Color spaces of #478bcb

RGB 71139203
HSL0.580.560.54
HSV209°65°80°
CMYK 0.650.320.00   0.20
XYZ22.610624.116659.9632
Yxy24.11660.21190.2260
Hunter Lab49.1087-3.7552-38.0189
CIE-Lab56.2043-1.4163-39.4447

#478bcb color RGB value is (71,139,203).

#478bcb hex color red value is 71, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #478bcb hue: 0.58 , saturation: 0.56 and the lightness value of 478bcb is 0.54.

The process color (four color CMYK) of #478bcb color hex is 0.65, 0.32, 0.00, 0.20. Web safe color of #478bcb is #3399cc. Color #478bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001011 11001011
Octal 107 213 313
Decimal 71 139 203
Hex 47 8B CB

RGB Percentages of Color #478bcb

%17.19
%33.66
%49.15

CMYK Percentages of Color #478bcb

%65
%32
%0
%20

Triadic Colors of #478bcb

#478bcb #cb478b #8bcb47

Analogous Colors of #478bcb

#478bcb #4749cb #47cbc9

Monochromatic Colors of #478bcb

#478bcb

Complementary Color

#478bcb #cb8747

#478bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#478bcb Color CSS Codes

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

#478bcb Text Font Color

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

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


#478bcb Background Color

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

This div background color is #478bcb


#478bcb Border Color

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

This div border color is #478bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478bcb


Comments

No comments written yet.

Please login to write comment.