Color Hex Logo

#479bee Color Hex

#479BEE
(71,155,238)
0 Favorites   0 Comments

Color spaces of #479bee

RGB 71155238
HSL0.580.830.61
HSV210°70°93°
CMYK 0.700.350.00   0.07
XYZ29.752530.955385.2958
Yxy30.95530.20380.2120
Hunter Lab55.6375-1.9116-51.9491
CIE-Lab62.46991.2614-49.0752

#479bee color RGB value is (71,155,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 11101110
Octal 107 233 356
Decimal 71 155 238
Hex 47 9B EE

RGB Percentages of Color #479bee

%15.30
%33.41
%51.29

CMYK Percentages of Color #479bee

%70
%35
%0
%7

Triadic Colors of #479bee

#479bee #ee479b #9bee47

Analogous Colors of #479bee

#479bee #4747ee #47eeee

Monochromatic Colors of #479bee

#479bee

Complementary Color

#479bee #ee9a47

#479bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#479bee Color CSS Codes

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

#479bee Text Font Color

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

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


#479bee Background Color

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

This div background color is #479bee


#479bee Border Color

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

This div border color is #479bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479bee


Comments

No comments written yet.

Please login to write comment.