Color Hex Logo

#4874bd Color Hex

#4874BD
(72,116,189)
0 Favorites   0 Comments

Color spaces of #4874bd

RGB 72116189
HSL0.600.470.51
HSV217°62°74°
CMYK 0.620.390.00   0.26
XYZ18.103217.542650.5760
Yxy17.54260.21000.2035
Hunter Lab41.88393.8551-42.2757
CIE-Lab48.93667.7806-42.9309

#4874bd color RGB value is (72,116,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110100 10111101
Octal 110 164 275
Decimal 72 116 189
Hex 48 74 BD

RGB Percentages of Color #4874bd

%19.10
%30.77
%50.13

CMYK Percentages of Color #4874bd

%62
%39
%0
%26

Triadic Colors of #4874bd

#4874bd #bd4874 #74bd48

Analogous Colors of #4874bd

#4874bd #5748bd #48afbd

Monochromatic Colors of #4874bd

#4874bd

Complementary Color

#4874bd #bd9148

#4874bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4874bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4874bd Color CSS Codes

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

#4874bd Text Font Color

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

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


#4874bd Background Color

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

This div background color is #4874bd


#4874bd Border Color

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

This div border color is #4874bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4874bd


Comments

No comments written yet.

Please login to write comment.