#4C4782

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

Shades of Dark Slate Blue #4C4782

Tints of Dark Slate Blue #4C4782

Color information

#4C4782 (or 0x4C4782) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 47 and 82. RGB value is (76,71,130). Sum of RGB (Red+Green+Blue) = 76+71+130=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C4782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4782 is #B3B87D. Grayscale: #4E4E4E. Windows color (decimal): -11778174 or 8537932. OLE color: 8537932.

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

Color convert

RGB7671130-
CMYK0.420.4500.49
HSL245.08º29.35%39.41%-
HSV(B)245.08º45.38%50.98%-
XYZ9.267.6522.11-
YUV79.22156.66125.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.44%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=27.44%
G=25.63%
B=46.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76711300.420.4500.49245.0829.3539.41
Hex4C47822A2D031f51d27
Octal11410720252550613653547
Binary100110010001111000001010101010110101100011111010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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