#4c568a

#4c568a color hex

#4c568a hex color information.
RGB value of #4c568a is (76,86,138)
Change page background color to #4c568a | Reset

#4c568a rgb color chart

Color spaces of #4c568a

RGB 7686138
HSL0.640.290.42
HSV230°45°54°
CMYK 0.450.380.00   0.46
XYZ10.895710.027125.4059
Yxy10.02710.23520.2164
Hunter Lab31.66566.0046-25.4036
CIE-Lab37.891010.6007-30.2119

Shades of #4c568a

Tints of #4c568a

RGB Percentages of Color #4c568a

%25.33
%28.67
%46.00

CMYK Percentages of Color #4c568a

%45
%38
%0
%46

#4c568a Color Info

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

The process color (four color CMYK) of #4c568a hex color is 0.45, 0.38, 0.00, 0.46. Web safe color of #4c568a is #336699

Color #4c568a contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010110 10001010
Octal 114 126 212
Decimal 76 86 138
Hexadecimal 4C 56 8A

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #4c568a

Triadic Colors of #4c568a

#4c568a #894c55 #56894c

Analogous Colors of #4c568a

#4c568a #604c89 #4c7489

Complementary Color of #4c568a

#4c568a #897f4c

#4c568a HSL Color Chart
#4c568a hsl color chart
#4c568a RGB Color Chart

#4c568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c568a Color CSS Codes

.mybgcolor {background-color:#4c568a; } 
.myforecolor {color:#4c568a; }
.mybordercolor {border:3px solid #4c568a; }
Sample text font color #4c568a

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

html code
<p style="color:#4c568a">Text here</p>
#4c568a background color

This div background color is #4c568a

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

This div border color is #4c568a

<div style="border:3px solid #4c568a">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #4c568a Color Sample
#4c568aborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(76,86,138, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #4c568a; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #4c568a;
  -webkit-box-shadow: 1px 1px 3px 2px #4c568a;
  box-shadow:         1px 1px 3px 2px #4c568a; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,86,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4c568a">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #4c568a

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top