#4D428C

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

Shades of Dark Slate Blue #4D428C

Tints of Dark Slate Blue #4D428C

Color information

#4D428C (or 0x4D428C) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 42 and 8C. RGB value is (77,66,140). Sum of RGB (Red+Green+Blue) = 77+66+140=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D428C is #B2BD73. Grayscale: #4D4D4D. Windows color (decimal): -11713908 or 9192013. OLE color: 9192013.

HSL color Cylindrical-coordinate representation of color #4D428C: hue angle of 248.92º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D428C is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7766140-
CMYK0.450.5300.45
HSL248.92º35.92%40.39%-
HSV(B)248.92º52.86%54.9%-
XYZ9.747.3725.72-
YUV77.72163.14127.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.21%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 140 (55.08% from 255) = 49.47%
R=27.21%
G=23.32%
B=49.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77661400.450.5300.45248.9235.9240.39
Hex4D428C2D3502Df92428
Octal11510221455650553714450
Binary1001101100001010001100101101110101010110111111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,66,140); }

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

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

 a { background-color: rgb(77,66,140); }

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

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

 span { border-color: rgb(77,66,140); }

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