Color Hex Logo

#479ebc Color Hex

#479EBC
(71,158,188)
0 Favorites   0 Comments

Color spaces of #479ebc

RGB 71158188
HSL0.540.470.51
HSV195°62°74°
CMYK 0.620.160.00   0.26
XYZ23.902529.424251.9966
Yxy29.42420.22690.2794
Hunter Lab54.2441-16.2716-18.8626
CIE-Lab61.1542-16.9602-23.3029

#479ebc color RGB value is (71,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 10111100
Octal 107 236 274
Decimal 71 158 188
Hex 47 9E BC

RGB Percentages of Color #479ebc

%17.03
%37.89
%45.08

CMYK Percentages of Color #479ebc

%62
%16
%0
%26

Triadic Colors of #479ebc

#479ebc #bc479e #9ebc47

Analogous Colors of #479ebc

#479ebc #4763bc #47bca0

Monochromatic Colors of #479ebc

#479ebc

Complementary Color

#479ebc #bc6547

#479ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#479ebc Color CSS Codes

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

#479ebc Text Font Color

<p style="color:#479ebc">Text here</p>

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


#479ebc Background Color

<div style="background-color:#479ebc">
Div content here</div>

This div background color is #479ebc


#479ebc Border Color

<div style="border:3px solid #479ebc">
Div here</div>

This div border color is #479ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479ebc


Comments

No comments written yet.

Please login to write comment.