Color Hex Logo

#4c6fba Color Hex

#4C6FBA
(76,111,186)
0 Favorites   0 Comments

Color spaces of #4c6fba

RGB 76111186
HSL0.610.440.51
HSV221°59°73°
CMYK 0.590.400.00   0.27
XYZ17.527916.450548.7058
Yxy16.45050.21200.1990
Hunter Lab40.55926.1612-42.8073
CIE-Lab47.560110.6335-43.3710

#4c6fba color RGB value is (76,111,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101111 10111010
Octal 114 157 272
Decimal 76 111 186
Hex 4C 6F BA

RGB Percentages of Color #4c6fba

%20.38
%29.76
%49.87

CMYK Percentages of Color #4c6fba

%59
%40
%0
%27

Triadic Colors of #4c6fba

#4c6fba #ba4c6f #6fba4c

Analogous Colors of #4c6fba

#4c6fba #604cba #4ca6ba

Monochromatic Colors of #4c6fba

#4c6fba

Complementary Color

#4c6fba #ba974c

#4c6fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6fba Color CSS Codes

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

#4c6fba Text Font Color

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

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


#4c6fba Background Color

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

This div background color is #4c6fba


#4c6fba Border Color

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

This div border color is #4c6fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6fba


Comments

No comments written yet.

Please login to write comment.