Color Hex Logo

#4799bd Color Hex

#4799BD
(71,153,189)
0 Favorites   0 Comments

Color spaces of #4799bd

RGB 71153189
HSL0.550.470.51
HSV198°62°74°
CMYK 0.620.190.00   0.26
XYZ23.175127.796252.2879
Yxy27.79620.22440.2692
Hunter Lab52.7221-13.8003-21.8962
CIE-Lab59.7042-13.9446-26.0943

#4799bd color RGB value is (71,153,189).

#4799bd hex color red value is 71, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4799bd hue: 0.55 , saturation: 0.47 and the lightness value of 4799bd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011001 10111101
Octal 107 231 275
Decimal 71 153 189
Hex 47 99 BD

RGB Percentages of Color #4799bd

%17.19
%37.05
%45.76

CMYK Percentages of Color #4799bd

%62
%19
%0
%26

Triadic Colors of #4799bd

#4799bd #bd4799 #99bd47

Analogous Colors of #4799bd

#4799bd #475ebd #47bda6

Monochromatic Colors of #4799bd

#4799bd

Complementary Color

#4799bd #bd6b47

#4799bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4799bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4799bd Color CSS Codes

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

#4799bd Text Font Color

<p style="color:#4799bd">Text here</p>

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


#4799bd Background Color

<div style="background-color:#4799bd">
Div content here</div>

This div background color is #4799bd


#4799bd Border Color

<div style="border:3px solid #4799bd">
Div here</div>

This div border color is #4799bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,153,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4799bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4799bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4799bd;
  box-shadow:         1px 1px 3px 2px #4799bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4799bd


Comments

No comments written yet.

Please login to write comment.