Color Hex Logo

#4875bb Color Hex

#4875BB
(72,117,187)
0 Favorites   0 Comments

Color spaces of #4875bb

RGB 72117187
HSL0.600.460.51
HSV217°61°73°
CMYK 0.610.370.00   0.27
XYZ18.003417.688249.4790
Yxy17.68820.21140.2077
Hunter Lab42.05732.8098-40.3125
CIE-Lab49.11576.4787-41.4940

#4875bb color RGB value is (72,117,187).

#4875bb hex color red value is 72, green value is 117 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4875bb hue: 0.60 , saturation: 0.46 and the lightness value of 4875bb is 0.51.

The process color (four color CMYK) of #4875bb color hex is 0.61, 0.37, 0.00, 0.27. Web safe color of #4875bb is #3366cc. Color #4875bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110101 10111011
Octal 110 165 273
Decimal 72 117 187
Hex 48 75 BB

RGB Percentages of Color #4875bb

%19.15
%31.12
%49.73

CMYK Percentages of Color #4875bb

%61
%37
%0
%27

Triadic Colors of #4875bb

#4875bb #bb4875 #75bb48

Analogous Colors of #4875bb

#4875bb #5448bb #48afbb

Monochromatic Colors of #4875bb

#4875bb

Complementary Color

#4875bb #bb8e48

#4875bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4875bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4875bb Color CSS Codes

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

#4875bb Text Font Color

<p style="color:#4875bb">Text here</p>

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


#4875bb Background Color

<div style="background-color:#4875bb">
Div content here</div>

This div background color is #4875bb


#4875bb Border Color

<div style="border:3px solid #4875bb">
Div here</div>

This div border color is #4875bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,117,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4875bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4875bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4875bb;
  box-shadow:         1px 1px 3px 2px #4875bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,117,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4875bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4875bb


Comments

No comments written yet.

Please login to write comment.