Color Hex Logo

#4c4cbc Color Hex

#4C4CBC
(76,76,188)
0 Favorites   0 Comments

Color spaces of #4c4cbc

RGB 7676188
HSL0.670.460.52
HSV240°60°74°
CMYK 0.600.600.00   0.26
XYZ14.642010.336248.8003
Yxy10.33620.19850.1401
Hunter Lab32.150025.0315-67.4911
CIE-Lab38.439233.3828-59.1955

#4c4cbc color RGB value is (76,76,188).

#4c4cbc hex color red value is 76, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4c4cbc hue: 0.67 , saturation: 0.46 and the lightness value of 4c4cbc is 0.52.

The process color (four color CMYK) of #4c4cbc color hex is 0.60, 0.60, 0.00, 0.26. Web safe color of #4c4cbc is #3333cc. Color #4c4cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01001100 10111100
Octal 114 114 274
Decimal 76 76 188
Hex 4C 4C BC

RGB Percentages of Color #4c4cbc

%22.35
%22.35
%55.29

CMYK Percentages of Color #4c4cbc

%60
%60
%0
%26

Triadic Colors of #4c4cbc

#4c4cbc #bc4c4c #4cbc4c

Analogous Colors of #4c4cbc

#4c4cbc #844cbc #4c84bc

Monochromatic Colors of #4c4cbc

#4c4cbc

Complementary Color

#4c4cbc #bcbc4c

#4c4cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4cbc Color CSS Codes

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

#4c4cbc Text Font Color

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

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


#4c4cbc Background Color

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

This div background color is #4c4cbc


#4c4cbc Border Color

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

This div border color is #4c4cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4cbc


Comments

No comments written yet.

Please login to write comment.