Color Hex Logo

#4785bd Color Hex

#4785BD
(71,133,189)
0 Favorites   0 Comments

Color spaces of #4785bd

RGB 71133189
HSL0.580.470.51
HSV208°62°74°
CMYK 0.620.300.00   0.26
XYZ20.171421.788851.2866
Yxy21.78880.21630.2337
Hunter Lab46.6785-4.5512-32.4682
CIE-Lab53.8022-2.6293-35.2639

#4785bd color RGB value is (71,133,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000101 10111101
Octal 107 205 275
Decimal 71 133 189
Hex 47 85 BD

RGB Percentages of Color #4785bd

%18.07
%33.84
%48.09

CMYK Percentages of Color #4785bd

%62
%30
%0
%26

Triadic Colors of #4785bd

#4785bd #bd4785 #85bd47

Analogous Colors of #4785bd

#4785bd #474abd #47bdba

Monochromatic Colors of #4785bd

#4785bd

Complementary Color

#4785bd #bd7f47

#4785bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4785bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4785bd Color CSS Codes

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

#4785bd Text Font Color

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

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


#4785bd Background Color

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

This div background color is #4785bd


#4785bd Border Color

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

This div border color is #4785bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4785bd


Comments

No comments written yet.

Please login to write comment.