Color Hex Logo

#4c45db Color Hex

#4C45DB
(76,69,219)
0 Favorites   0 Comments

Color spaces of #4c45db

RGB 7669219
HSL0.670.680.56
HSV243°68°86°
CMYK 0.650.680.00   0.14
XYZ17.894810.907268.1800
Yxy10.90720.18450.1125
Hunter Lab33.026138.9227-99.2819
CIE-Lab39.423747.6760-75.5467

#4c45db color RGB value is (76,69,219).

#4c45db hex color red value is 76, green value is 69 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4c45db hue: 0.67 , saturation: 0.68 and the lightness value of 4c45db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000101 11011011
Octal 114 105 333
Decimal 76 69 219
Hex 4C 45 DB

RGB Percentages of Color #4c45db

%20.88
%18.96
%60.16

CMYK Percentages of Color #4c45db

%65
%68
%0
%14

Triadic Colors of #4c45db

#4c45db #db4c45 #45db4c

Analogous Colors of #4c45db

#4c45db #9745db #4589db

Monochromatic Colors of #4c45db

#4c45db

Complementary Color

#4c45db #d4db45

#4c45db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c45db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c45db Color CSS Codes

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

#4c45db Text Font Color

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

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


#4c45db Background Color

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

This div background color is #4c45db


#4c45db Border Color

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

This div border color is #4c45db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c45db


Comments

No comments written yet.

Please login to write comment.