Color Hex Logo

#4c6fad Color Hex

#4C6FAD
(76,111,173)
0 Favorites   0 Comments

Color spaces of #4c6fad

RGB 76111173
HSL0.610.390.49
HSV218°56°68°
CMYK 0.560.360.00   0.32
XYZ16.207815.922541.7543
Yxy15.92250.21940.2155
Hunter Lab39.90302.6729-34.1086
CIE-Lab46.87266.2645-36.9027

#4c6fad color RGB value is (76,111,173).

#4c6fad hex color red value is 76, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4c6fad hue: 0.61 , saturation: 0.39 and the lightness value of 4c6fad is 0.49.

The process color (four color CMYK) of #4c6fad color hex is 0.56, 0.36, 0.00, 0.32. Web safe color of #4c6fad is #336699. Color #4c6fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101111 10101101
Octal 114 157 255
Decimal 76 111 173
Hex 4C 6F AD

RGB Percentages of Color #4c6fad

%21.11
%30.83
%48.06

CMYK Percentages of Color #4c6fad

%56
%36
%0
%32

Triadic Colors of #4c6fad

#4c6fad #ad4c6f #6fad4c

Analogous Colors of #4c6fad

#4c6fad #5a4cad #4ca0ad

Monochromatic Colors of #4c6fad

#4c6fad

Complementary Color

#4c6fad #ad8a4c

#4c6fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6fad Color CSS Codes

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

#4c6fad Text Font Color

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

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


#4c6fad Background Color

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

This div background color is #4c6fad


#4c6fad Border Color

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

This div border color is #4c6fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6fad


Comments

No comments written yet.

Please login to write comment.