Color Hex Logo

#4876bd Color Hex

#4876BD
(72,118,189)
0 Favorites   0 Comments

Color spaces of #4876bd

RGB 72118189
HSL0.600.470.51
HSV216°62°74°
CMYK 0.620.380.00   0.26
XYZ18.336218.008750.6537
Yxy18.00870.21080.2070
Hunter Lab42.43672.8628-41.0647
CIE-Lab49.50676.5522-42.0273

#4876bd color RGB value is (72,118,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 10111101
Octal 110 166 275
Decimal 72 118 189
Hex 48 76 BD

RGB Percentages of Color #4876bd

%19.00
%31.13
%49.87

CMYK Percentages of Color #4876bd

%62
%38
%0
%26

Triadic Colors of #4876bd

#4876bd #bd4876 #76bd48

Analogous Colors of #4876bd

#4876bd #5548bd #48b1bd

Monochromatic Colors of #4876bd

#4876bd

Complementary Color

#4876bd #bd8f48

#4876bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4876bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4876bd Color CSS Codes

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

#4876bd Text Font Color

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

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


#4876bd Background Color

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

This div background color is #4876bd


#4876bd Border Color

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

This div border color is #4876bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4876bd


Comments

No comments written yet.

Please login to write comment.