#4C4593

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

Shades of Dark Slate Blue #4C4593

Tints of Dark Slate Blue #4C4593

Color information

#4C4593 (or 0x4C4593) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 45 and 93. RGB value is (76,69,147). Sum of RGB (Red+Green+Blue) = 76+69+147=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C4593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4593 is #B3BA6C. Grayscale: #4F4F4F. Windows color (decimal): -11778669 or 9651532. OLE color: 9651532.

HSL color Cylindrical-coordinate representation of color #4C4593: hue angle of 245.38º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C4593 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7669147-
CMYK0.480.5300.42
HSL245.38º36.11%42.35%-
HSV(B)245.38º53.06%57.65%-
XYZ10.387.928.58-
YUV79.98165.82125.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=26.03%
G=23.63%
B=50.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76691470.480.5300.42245.3836.1142.35
Hex4C4593303502Af5242a
Octal11410522360650523654452
Binary1001100100010110010011110000110101010101011110101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,147); }

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

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

 a { background-color: rgb(76,69,147); }

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

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

 span { border-color: rgb(76,69,147); }

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