Color Hex Logo

#4894bd Color Hex

#4894BD
(72,148,189)
0 Favorites   0 Comments

Color spaces of #4894bd

RGB 72148189
HSL0.560.470.51
HSV201°62°74°
CMYK 0.620.220.00   0.26
XYZ22.447726.231652.0242
Yxy26.23160.22290.2605
Hunter Lab51.2168-11.3950-24.3729
CIE-Lab58.2562-11.0064-28.3270

#4894bd color RGB value is (72,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010100 10111101
Octal 110 224 275
Decimal 72 148 189
Hex 48 94 BD

RGB Percentages of Color #4894bd

%17.60
%36.19
%46.21

CMYK Percentages of Color #4894bd

%62
%22
%0
%26

Triadic Colors of #4894bd

#4894bd #bd4894 #94bd48

Analogous Colors of #4894bd

#4894bd #4859bd #48bdac

Monochromatic Colors of #4894bd

#4894bd

Complementary Color

#4894bd #bd7148

#4894bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4894bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4894bd Color CSS Codes

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

#4894bd Text Font Color

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

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


#4894bd Background Color

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

This div background color is #4894bd


#4894bd Border Color

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

This div border color is #4894bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4894bd


Comments

No comments written yet.

Please login to write comment.