Color Hex Logo

#4879bd Color Hex

#4879BD
(72,121,189)
0 Favorites   0 Comments

Color spaces of #4879bd

RGB 72121189
HSL0.600.470.51
HSV215°62°74°
CMYK 0.620.360.00   0.26
XYZ18.695218.726650.7734
Yxy18.72660.21200.2123
Hunter Lab43.27421.3851-39.2726
CIE-Lab50.36584.7224-40.6680

#4879bd color RGB value is (72,121,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111001 10111101
Octal 110 171 275
Decimal 72 121 189
Hex 48 79 BD

RGB Percentages of Color #4879bd

%18.85
%31.68
%49.48

CMYK Percentages of Color #4879bd

%62
%36
%0
%26

Triadic Colors of #4879bd

#4879bd #bd4879 #79bd48

Analogous Colors of #4879bd

#4879bd #5248bd #48b4bd

Monochromatic Colors of #4879bd

#4879bd

Complementary Color

#4879bd #bd8c48

#4879bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4879bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4879bd Color CSS Codes

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

#4879bd Text Font Color

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

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


#4879bd Background Color

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

This div background color is #4879bd


#4879bd Border Color

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

This div border color is #4879bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4879bd

#4879bd Color Palettes


Comments

No comments written yet.

Please login to write comment.