Color Hex Logo

#4876ba Color Hex

#4876BA
(72,118,186)
0 Favorites   0 Comments

Color spaces of #4876ba

RGB 72118186
HSL0.600.450.51
HSV216°61°73°
CMYK 0.610.370.00   0.27
XYZ18.013817.879848.9561
Yxy17.87980.21230.2107
Hunter Lab42.28452.0456-39.0455
CIE-Lab49.35005.5242-40.5465

#4876ba color RGB value is (72,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 10111010
Octal 110 166 272
Decimal 72 118 186
Hex 48 76 BA

RGB Percentages of Color #4876ba

%19.15
%31.38
%49.47

CMYK Percentages of Color #4876ba

%61
%37
%0
%27

Triadic Colors of #4876ba

#4876ba #ba4876 #76ba48

Analogous Colors of #4876ba

#4876ba #5348ba #48afba

Monochromatic Colors of #4876ba

#4876ba

Complementary Color

#4876ba #ba8c48

#4876ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4876ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4876ba Color CSS Codes

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

#4876ba Text Font Color

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

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


#4876ba Background Color

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

This div background color is #4876ba


#4876ba Border Color

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

This div border color is #4876ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4876ba


Comments

No comments written yet.

Please login to write comment.