Color Hex Logo

#478dba Color Hex

#478DBA
(71,141,186)
0 Favorites   0 Comments

Color spaces of #478dba

RGB 71141186
HSL0.570.450.50
HSV203°62°73°
CMYK 0.620.240.00   0.27
XYZ20.986323.934549.9681
Yxy23.93450.22120.2522
Hunter Lab48.9229-9.0445-26.3107
CIE-Lab56.0222-8.2347-30.0913

#478dba color RGB value is (71,141,186).

#478dba hex color red value is 71, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #478dba hue: 0.57 , saturation: 0.45 and the lightness value of 478dba is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001101 10111010
Octal 107 215 272
Decimal 71 141 186
Hex 47 8D BA

RGB Percentages of Color #478dba

%17.84
%35.43
%46.73

CMYK Percentages of Color #478dba

%62
%24
%0
%27

Triadic Colors of #478dba

#478dba #ba478d #8dba47

Analogous Colors of #478dba

#478dba #4753ba #47baae

Monochromatic Colors of #478dba

#478dba

Complementary Color

#478dba #ba7447

#478dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#478dba Color CSS Codes

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

#478dba Text Font Color

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

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


#478dba Background Color

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

This div background color is #478dba


#478dba Border Color

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

This div border color is #478dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478dba


Comments

No comments written yet.

Please login to write comment.