Color Hex Logo

#4795bd Color Hex

#4795BD
(71,149,189)
0 Favorites   0 Comments

Color spaces of #4795bd

RGB 71149189
HSL0.560.470.51
HSV200°62°74°
CMYK 0.620.210.00   0.26
XYZ22.531326.508652.0733
Yxy26.50860.22280.2622
Hunter Lab51.4865-11.9870-23.9252
CIE-Lab58.5167-11.7459-27.9271

#4795bd color RGB value is (71,149,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010101 10111101
Octal 107 225 275
Decimal 71 149 189
Hex 47 95 BD

RGB Percentages of Color #4795bd

%17.36
%36.43
%46.21

CMYK Percentages of Color #4795bd

%62
%21
%0
%26

Triadic Colors of #4795bd

#4795bd #bd4795 #95bd47

Analogous Colors of #4795bd

#4795bd #475abd #47bdaa

Monochromatic Colors of #4795bd

#4795bd

Complementary Color

#4795bd #bd6f47

#4795bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4795bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4795bd Color CSS Codes

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

#4795bd Text Font Color

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

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


#4795bd Background Color

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

This div background color is #4795bd


#4795bd Border Color

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

This div border color is #4795bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,149,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 #4795bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4795bd


Comments

No comments written yet.

Please login to write comment.