Color Hex Logo

#479def Color Hex

#479DEF
(71,157,239)
0 Favorites   0 Comments

Color spaces of #479def

RGB 71157239
HSL0.580.840.61
HSV209°70°94°
CMYK 0.700.340.00   0.06
XYZ30.235531.685586.1837
Yxy31.68550.20410.2139
Hunter Lab56.2899-2.6279-51.3742
CIE-Lab63.08210.4498-48.6572

#479def color RGB value is (71,157,239).

#479def hex color red value is 71, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #479def hue: 0.58 , saturation: 0.84 and the lightness value of 479def is 0.61.

The process color (four color CMYK) of #479def color hex is 0.70, 0.34, 0.00, 0.06. Web safe color of #479def is #3399ff. Color #479def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011101 11101111
Octal 107 235 357
Decimal 71 157 239
Hex 47 9D EF

RGB Percentages of Color #479def

%15.20
%33.62
%51.18

CMYK Percentages of Color #479def

%70
%34
%0
%6

Triadic Colors of #479def

#479def #ef479d #9def47

Analogous Colors of #479def

#479def #4749ef #47efed

Monochromatic Colors of #479def

#479def

Complementary Color

#479def #ef9947

#479def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479def Color Preview on White Background

Lorem ipsum dolor sit amet.

#479def Color CSS Codes

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

#479def Text Font Color

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

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


#479def Background Color

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

This div background color is #479def


#479def Border Color

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

This div border color is #479def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479def


Comments

No comments written yet.

Please login to write comment.