Color Hex Logo

#478ccb Color Hex

#478CCB
(71,140,203)
0 Favorites   0 Comments

Color spaces of #478ccb

RGB 71140203
HSL0.580.560.54
HSV209°65°80°
CMYK 0.650.310.00   0.20
XYZ22.756124.407660.0117
Yxy24.40760.21230.2277
Hunter Lab49.4040-4.2378-37.4375
CIE-Lab56.4936-1.9999-38.9902

#478ccb color RGB value is (71,140,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001100 11001011
Octal 107 214 313
Decimal 71 140 203
Hex 47 8C CB

RGB Percentages of Color #478ccb

%17.15
%33.82
%49.03

CMYK Percentages of Color #478ccb

%65
%31
%0
%20

Triadic Colors of #478ccb

#478ccb #cb478c #8ccb47

Analogous Colors of #478ccb

#478ccb #474acb #47cbc8

Monochromatic Colors of #478ccb

#478ccb

Complementary Color

#478ccb #cb8647

#478ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#478ccb Color CSS Codes

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

#478ccb Text Font Color

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

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


#478ccb Background Color

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

This div background color is #478ccb


#478ccb Border Color

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

This div border color is #478ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478ccb


Comments

No comments written yet.

Please login to write comment.