#4C4580

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

Shades of Dark Slate Blue #4C4580

Tints of Dark Slate Blue #4C4580

Color information

#4C4580 (or 0x4C4580) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 45 and 80. RGB value is (76,69,128). Sum of RGB (Red+Green+Blue) = 76+69+128=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C4580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4580 is #B3BA7F. Grayscale: #4D4D4D. Windows color (decimal): -11778688 or 8406348. OLE color: 8406348.

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

Color convert

RGB7669128-
CMYK0.410.4600.50
HSL247.12º29.95%38.63%-
HSV(B)247.12º46.09%50.2%-
XYZ97.3521.37-
YUV77.82156.32126.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 128 (50.39% from 255) = 46.89%
R=27.84%
G=25.27%
B=46.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76691280.410.4600.50247.1229.9538.63
Hex4C4580292E032f71e27
Octal11410520051560623673647
Binary100110010001011000000010100110111001100101111011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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