#4C4583

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

Shades of Dark Slate Blue #4C4583

Tints of Dark Slate Blue #4C4583

Color information

#4C4583 (or 0x4C4583) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 45 and 83. RGB value is (76,69,131). Sum of RGB (Red+Green+Blue) = 76+69+131=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C4583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4583 is #B3BA7C. Grayscale: #4D4D4D. Windows color (decimal): -11778685 or 8602956. OLE color: 8602956.

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

Color convert

RGB7669131-
CMYK0.420.4700.49
HSL246.77º31%39.22%-
HSV(B)246.77º47.33%51.37%-
XYZ9.217.4322.42-
YUV78.16157.82126.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.54%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=27.54%
G=25%
B=47.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76691310.420.4700.49246.773139.22
Hex4C45832A2F031f71f27
Octal11410520352570613673747
Binary100110010001011000001110101010111101100011111011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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