Color Hex Logo

#4c00bb Color Hex

#4C00BB
(76,0,187)
0 Favorites   0 Comments

Color spaces of #4c00bb

RGB 760187
HSL0.731.000.37
HSV264°100°73°
CMYK 0.591.000.00   0.27
XYZ11.95015.124447.3730
Yxy5.12440.18540.0795
Hunter Lab22.637154.6148-108.2309
CIE-Lab27.086364.7679-77.2625

#4c00bb color RGB value is (76,0,187).

#4c00bb hex color red value is 76, green value is 0 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4c00bb hue: 0.73 , saturation: 1.00 and the lightness value of 4c00bb is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000000 10111011
Octal 114 0 273
Decimal 76 0 187
Hex 4C 0 BB

RGB Percentages of Color #4c00bb

%28.90
%0.00
%71.10

CMYK Percentages of Color #4c00bb

%59
%100
%0
%27

Triadic Colors of #4c00bb

#4c00bb #bb4c00 #00bb4c

Analogous Colors of #4c00bb

#4c00bb #aa00bb #0011bb

Monochromatic Colors of #4c00bb

#4c00bb

Complementary Color

#4c00bb #6fbb00

#4c00bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c00bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c00bb Color CSS Codes

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

#4c00bb Text Font Color

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

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


#4c00bb Background Color

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

This div background color is #4c00bb


#4c00bb Border Color

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

This div border color is #4c00bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c00bb


Comments

No comments written yet.

Please login to write comment.