Color Hex Logo

#4c6baa Color Hex

#4C6BAA
(76,107,170)
0 Favorites   0 Comments

Color spaces of #4c6baa

RGB 76107170
HSL0.610.380.48
HSV220°55°67°
CMYK 0.550.370.00   0.33
XYZ15.493914.954240.1000
Yxy14.95420.21960.2120
Hunter Lab38.67073.8447-34.4120
CIE-Lab45.57147.7411-37.2013

#4c6baa color RGB value is (76,107,170).

#4c6baa hex color red value is 76, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4c6baa hue: 0.61 , saturation: 0.38 and the lightness value of 4c6baa is 0.48.

The process color (four color CMYK) of #4c6baa color hex is 0.55, 0.37, 0.00, 0.33. Web safe color of #4c6baa is #336699. Color #4c6baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101011 10101010
Octal 114 153 252
Decimal 76 107 170
Hex 4C 6B AA

RGB Percentages of Color #4c6baa

%21.53
%30.31
%48.16

CMYK Percentages of Color #4c6baa

%55
%37
%0
%33

Triadic Colors of #4c6baa

#4c6baa #aa4c6b #6baa4c

Analogous Colors of #4c6baa

#4c6baa #5c4caa #4c9aaa

Monochromatic Colors of #4c6baa

#4c6baa

Complementary Color

#4c6baa #aa8b4c

#4c6baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6baa Color CSS Codes

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

#4c6baa Text Font Color

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

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


#4c6baa Background Color

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

This div background color is #4c6baa


#4c6baa Border Color

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

This div border color is #4c6baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,107,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6baa


Comments

No comments written yet.

Please login to write comment.