Color Hex Logo

#4b4cdc Color Hex

#4B4CDC
(75,76,220)
0 Favorites   0 Comments

Color spaces of #4b4cdc

RGB 7576220
HSL0.670.670.58
HSV240°66°86°
CMYK 0.660.650.00   0.14
XYZ18.404411.832069.0239
Yxy11.83200.18540.1192
Hunter Lab34.397735.3101-94.8956
CIE-Lab40.947943.8013-73.6219

#4b4cdc color RGB value is (75,76,220).

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

The process color (four color CMYK) of #4b4cdc color hex is 0.66, 0.65, 0.00, 0.14. Web safe color of #4b4cdc is #3333cc. Color #4b4cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001100 11011100
Octal 113 114 334
Decimal 75 76 220
Hex 4B 4C DC

RGB Percentages of Color #4b4cdc

%20.22
%20.49
%59.30

CMYK Percentages of Color #4b4cdc

%66
%65
%0
%14

Triadic Colors of #4b4cdc

#4b4cdc #dc4b4c #4cdc4b

Analogous Colors of #4b4cdc

#4b4cdc #934bdc #4b95dc

Monochromatic Colors of #4b4cdc

#4b4cdc

Complementary Color

#4b4cdc #dcdb4b

#4b4cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4cdc Color CSS Codes

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

#4b4cdc Text Font Color

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

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


#4b4cdc Background Color

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

This div background color is #4b4cdc


#4b4cdc Border Color

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

This div border color is #4b4cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4cdc


Comments

No comments written yet.

Please login to write comment.