#4C4682

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

Shades of Dark Slate Blue #4C4682

Tints of Dark Slate Blue #4C4682

Color information

#4C4682 (or 0x4C4682) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 46 and 82. RGB value is (76,70,130). Sum of RGB (Red+Green+Blue) = 76+70+130=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C4682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4682 is #B3B97D. Grayscale: #4E4E4E. Windows color (decimal): -11778430 or 8537676. OLE color: 8537676.

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

Color convert

RGB7670130-
CMYK0.420.4600.49
HSL246º30%39.22%-
HSV(B)246º46.15%50.98%-
XYZ9.27.5322.09-
YUV78.63156.99126.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.54%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=27.54%
G=25.36%
B=47.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76701300.420.4600.492463039.22
Hex4C46822A2E031f61e27
Octal11410620252560613663647
Binary100110010001101000001010101010111001100011111011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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