Color Hex Logo

#479bed Color Hex

#479BED
(71,155,237)
0 Favorites   0 Comments

Color spaces of #479bed

RGB 71155237
HSL0.580.820.60
HSV210°70°93°
CMYK 0.700.350.00   0.07
XYZ29.605930.896784.5240
Yxy30.89670.20410.2130
Hunter Lab55.5848-2.1997-51.2489
CIE-Lab62.42030.9165-48.6029

#479bed color RGB value is (71,155,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 11101101
Octal 107 233 355
Decimal 71 155 237
Hex 47 9B ED

RGB Percentages of Color #479bed

%15.33
%33.48
%51.19

CMYK Percentages of Color #479bed

%70
%35
%0
%7

Triadic Colors of #479bed

#479bed #ed479b #9bed47

Analogous Colors of #479bed

#479bed #4748ed #47edec

Monochromatic Colors of #479bed

#479bed

Complementary Color

#479bed #ed9947

#479bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#479bed Color CSS Codes

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

#479bed Text Font Color

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

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


#479bed Background Color

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

This div background color is #479bed


#479bed Border Color

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

This div border color is #479bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479bed


Comments

No comments written yet.

Please login to write comment.