#4C4693

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

Shades of Dark Slate Blue #4C4693

Tints of Dark Slate Blue #4C4693

Color information

#4C4693 (or 0x4C4693) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 46 and 93. RGB value is (76,70,147). Sum of RGB (Red+Green+Blue) = 76+70+147=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C4693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4693 is #B3B96C. Grayscale: #505050. Windows color (decimal): -11778413 or 9651788. OLE color: 9651788.

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

Color convert

RGB7670147-
CMYK0.480.5200.42
HSL244.68º35.48%42.55%-
HSV(B)244.68º52.38%57.65%-
XYZ10.448.0228.6-
YUV80.57165.49124.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.94%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=25.94%
G=23.89%
B=50.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76701470.480.5200.42244.6835.4842.55
Hex4C4693303402Af5232b
Octal11410622360640523654353
Binary1001100100011010010011110000110100010101011110101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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