Color Hex Logo

#4c4bb6 Color Hex

#4C4BB6
(76,75,182)
0 Favorites   0 Comments

Color spaces of #4c4bb6

RGB 7675182
HSL0.670.420.50
HSV241°59°71°
CMYK 0.580.590.00   0.29
XYZ13.94019.946145.4410
Yxy9.94610.20110.1435
Hunter Lab31.537423.7096-63.3523
CIE-Lab37.745532.0195-56.7956

#4c4bb6 color RGB value is (76,75,182).

#4c4bb6 hex color red value is 76, green value is 75 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #4c4bb6 hue: 0.67 , saturation: 0.42 and the lightness value of 4c4bb6 is 0.50.

The process color (four color CMYK) of #4c4bb6 color hex is 0.58, 0.59, 0.00, 0.29. Web safe color of #4c4bb6 is #3333cc. Color #4c4bb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01001011 10110110
Octal 114 113 266
Decimal 76 75 182
Hex 4C 4B B6

RGB Percentages of Color #4c4bb6

%22.82
%22.52
%54.65

CMYK Percentages of Color #4c4bb6

%58
%59
%0
%29

Triadic Colors of #4c4bb6

#4c4bb6 #b64c4b #4bb64c

Analogous Colors of #4c4bb6

#4c4bb6 #824bb6 #4b80b6

Monochromatic Colors of #4c4bb6

#4c4bb6

Complementary Color

#4c4bb6 #b5b64b

#4c4bb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4bb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4bb6 Color CSS Codes

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

#4c4bb6 Text Font Color

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

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


#4c4bb6 Background Color

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

This div background color is #4c4bb6


#4c4bb6 Border Color

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

This div border color is #4c4bb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4bb6


Comments

No comments written yet.

Please login to write comment.