Color Hex Logo

#4893bd Color Hex

#4893BD
(72,147,189)
0 Favorites   0 Comments

Color spaces of #4893bd

RGB 72147189
HSL0.560.470.51
HSV202°62°74°
CMYK 0.620.220.00   0.26
XYZ22.291525.919351.9721
Yxy25.91930.22250.2587
Hunter Lab50.9110-10.9376-24.8880
CIE-Lab57.9604-10.4497-28.7849

#4893bd color RGB value is (72,147,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010011 10111101
Octal 110 223 275
Decimal 72 147 189
Hex 48 93 BD

RGB Percentages of Color #4893bd

%17.65
%36.03
%46.32

CMYK Percentages of Color #4893bd

%62
%22
%0
%26

Triadic Colors of #4893bd

#4893bd #bd4893 #93bd48

Analogous Colors of #4893bd

#4893bd #4858bd #48bdad

Monochromatic Colors of #4893bd

#4893bd

Complementary Color

#4893bd #bd7248

#4893bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4893bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4893bd Color CSS Codes

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

#4893bd Text Font Color

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

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


#4893bd Background Color

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

This div background color is #4893bd


#4893bd Border Color

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

This div border color is #4893bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4893bd


Comments

No comments written yet.

Please login to write comment.