Color Hex Logo

#4770bd Color Hex

#4770BD
(71,112,189)
0 Favorites   0 Comments

Color spaces of #4770bd

RGB 71112189
HSL0.610.470.51
HSV219°62°74°
CMYK 0.620.410.00   0.26
XYZ17.578016.602150.4222
Yxy16.60210.20780.1962
Hunter Lab40.74575.7014-44.8486
CIE-Lab47.754710.0654-44.8114

#4770bd color RGB value is (71,112,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110000 10111101
Octal 107 160 275
Decimal 71 112 189
Hex 47 70 BD

RGB Percentages of Color #4770bd

%19.09
%30.11
%50.81

CMYK Percentages of Color #4770bd

%62
%41
%0
%26

Triadic Colors of #4770bd

#4770bd #bd4770 #70bd47

Analogous Colors of #4770bd

#4770bd #5947bd #47abbd

Monochromatic Colors of #4770bd

#4770bd

Complementary Color

#4770bd #bd9447

#4770bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4770bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4770bd Color CSS Codes

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

#4770bd Text Font Color

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

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


#4770bd Background Color

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

This div background color is #4770bd


#4770bd Border Color

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

This div border color is #4770bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4770bd


Comments

No comments written yet.

Please login to write comment.