Color Hex Logo

#4c6dfb Color Hex

#4C6DFB
(76,109,251)
0 Favorites   0 Comments

Color spaces of #4c6dfb

RGB 76109251
HSL0.640.960.64
HSV229°70°98°
CMYK 0.700.570.00   0.02
XYZ25.861719.438893.6558
Yxy19.43880.18610.1399
Hunter Lab44.089527.5468-95.0825
CIE-Lab51.196734.3576-74.3485

#4c6dfb color RGB value is (76,109,251).

#4c6dfb hex color red value is 76, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4c6dfb hue: 0.64 , saturation: 0.96 and the lightness value of 4c6dfb is 0.64.

The process color (four color CMYK) of #4c6dfb color hex is 0.70, 0.57, 0.00, 0.02. Web safe color of #4c6dfb is #3366ff. Color #4c6dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101101 11111011
Octal 114 155 373
Decimal 76 109 251
Hex 4C 6D FB

RGB Percentages of Color #4c6dfb

%17.43
%25.00
%57.57

CMYK Percentages of Color #4c6dfb

%70
%57
%0
%2

Triadic Colors of #4c6dfb

#4c6dfb #fb4c6d #6dfb4c

Analogous Colors of #4c6dfb

#4c6dfb #834cfb #4cc5fb

Monochromatic Colors of #4c6dfb

#4c6dfb

Complementary Color

#4c6dfb #fbda4c

#4c6dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6dfb Color CSS Codes

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

#4c6dfb Text Font Color

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

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


#4c6dfb Background Color

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

This div background color is #4c6dfb


#4c6dfb Border Color

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

This div border color is #4c6dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.