Color Hex Logo

#479beb Color Hex

#479BEB
(71,155,235)
0 Favorites   0 Comments

Color spaces of #479beb

RGB 71155235
HSL0.580.800.60
HSV209°70°92°
CMYK 0.700.340.00   0.08
XYZ29.315330.780482.9934
Yxy30.78040.20490.2151
Hunter Lab55.4801-2.7720-49.8566
CIE-Lab62.32180.2285-47.6565

#479beb color RGB value is (71,155,235).

#479beb hex color red value is 71, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #479beb hue: 0.58 , saturation: 0.80 and the lightness value of 479beb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 11101011
Octal 107 233 353
Decimal 71 155 235
Hex 47 9B EB

RGB Percentages of Color #479beb

%15.40
%33.62
%50.98

CMYK Percentages of Color #479beb

%70
%34
%0
%8

Triadic Colors of #479beb

#479beb #eb479b #9beb47

Analogous Colors of #479beb

#479beb #4749eb #47ebe9

Monochromatic Colors of #479beb

#479beb

Complementary Color

#479beb #eb9747

#479beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#479beb Color CSS Codes

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

#479beb Text Font Color

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

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


#479beb Background Color

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

This div background color is #479beb


#479beb Border Color

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

This div border color is #479beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479beb


Comments

No comments written yet.

Please login to write comment.