Color Hex Logo

#4c86bb Color Hex

#4C86BB
(76,134,187)
0 Favorites   0 Comments

Color spaces of #4c86bb

RGB 76134187
HSL0.580.450.52
HSV209°59°73°
CMYK 0.590.280.00   0.27
XYZ20.475222.174650.2147
Yxy22.17460.22050.2388
Hunter Lab47.0899-4.7936-30.2614
CIE-Lab54.2118-2.9048-33.4660

#4c86bb color RGB value is (76,134,187).

#4c86bb hex color red value is 76, green value is 134 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4c86bb hue: 0.58 , saturation: 0.45 and the lightness value of 4c86bb is 0.52.

The process color (four color CMYK) of #4c86bb color hex is 0.59, 0.28, 0.00, 0.27. Web safe color of #4c86bb is #3399cc. Color #4c86bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000110 10111011
Octal 114 206 273
Decimal 76 134 187
Hex 4C 86 BB

RGB Percentages of Color #4c86bb

%19.14
%33.75
%47.10

CMYK Percentages of Color #4c86bb

%59
%28
%0
%27

Triadic Colors of #4c86bb

#4c86bb #bb4c86 #86bb4c

Analogous Colors of #4c86bb

#4c86bb #4c4ebb #4cbbb9

Monochromatic Colors of #4c86bb

#4c86bb

Complementary Color

#4c86bb #bb814c

#4c86bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c86bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c86bb Color CSS Codes

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

#4c86bb Text Font Color

<p style="color:#4c86bb">Text here</p>

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


#4c86bb Background Color

<div style="background-color:#4c86bb">
Div content here</div>

This div background color is #4c86bb


#4c86bb Border Color

<div style="border:3px solid #4c86bb">
Div here</div>

This div border color is #4c86bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,134,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c86bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c86bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4c86bb;
  box-shadow:         1px 1px 3px 2px #4c86bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,134,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 #4c86bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c86bb


Comments

No comments written yet.

Please login to write comment.