#4C3C83

Color #4C3C83 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #4C3C83

Tints of Dark Slate Blue #4C3C83

Color information

#4C3C83 (or 0x4C3C83) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 3C and 83. RGB value is (76,60,131). Sum of RGB (Red+Green+Blue) = 76+60+131=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C3C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3C83 is #B3C37C. Grayscale: #484848. Windows color (decimal): -11780989 or 8600652. OLE color: 8600652.

HSL color Cylindrical-coordinate representation of color #4C3C83: hue angle of 253.52º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C3C83 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7660131-
CMYK0.420.5400.49
HSL253.52º37.17%37.45%-
HSV(B)253.52º54.2%51.37%-
XYZ8.696.4122.25-
YUV72.88160.8130.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 28.46%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=28.46%
G=22.47%
B=49.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76601310.420.5400.49253.5237.1737.45
Hex4C3C832A36031fe2525
Octal1147420352660613764545
Binary100110011110010000011101010110110011000111111110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C3C83; }

 p { color: rgb(76,60,131); }

 H1.HeaderClassName
 {
   color: #4C3C83;
 }
 .AnyTagClassName
 {
   color: #4C3C83;
 }
</style>
background-color css

<style>
 a { background-color: #4C3C83; }

 a { background-color: rgb(76,60,131); }

 div.DivClassName
 {
   background-color: #4C3C83;
 }
 .BgClassName
 {
   background-color: #4C3C83;
 }
</style>
border-color css

<style>
 span { border-color: #4C3C83; }

 span { border-color: rgb(76,60,131); }

 td.TdClassName
 {
   border-color: #4C3C83;
 }
 .TagClassName
 {
   border-color: #4C3C83;
 }
</style>