Color Hex Logo

#4c80ba Color Hex

#4C80BA
(76,128,186)
0 Favorites   0 Comments

Color spaces of #4c80ba

RGB 76128186
HSL0.590.440.51
HSV212°59°73°
CMYK 0.590.310.00   0.27
XYZ19.562620.520049.3841
Yxy20.52000.21870.2294
Hunter Lab45.2990-2.1872-32.9275
CIE-Lab52.42010.2969-35.6984

#4c80ba color RGB value is (76,128,186).

#4c80ba hex color red value is 76, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4c80ba hue: 0.59 , saturation: 0.44 and the lightness value of 4c80ba is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000000 10111010
Octal 114 200 272
Decimal 76 128 186
Hex 4C 80 BA

RGB Percentages of Color #4c80ba

%19.49
%32.82
%47.69

CMYK Percentages of Color #4c80ba

%59
%31
%0
%27

Triadic Colors of #4c80ba

#4c80ba #ba4c80 #80ba4c

Analogous Colors of #4c80ba

#4c80ba #4f4cba #4cb7ba

Monochromatic Colors of #4c80ba

#4c80ba

Complementary Color

#4c80ba #ba864c

#4c80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c80ba Color CSS Codes

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

#4c80ba Text Font Color

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

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


#4c80ba Background Color

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

This div background color is #4c80ba


#4c80ba Border Color

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

This div border color is #4c80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c80ba


Comments

No comments written yet.

Please login to write comment.